Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@
"type": "array",
"items": {
"type": "string",
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
"example": "zcJWnyI8Tbam21V34K8MNA"
},
"description": "Row IDs of added rows, e.g., \n\n```json\n[\n\t\"2a1bad8b-cf7c-44437-b8c1-e3782df6\",\n\t\"93a19-cf7c-44437-b8c1-e9acbbb\"\n]\n```",
"description": "Row IDs of added rows, returned in the same order as the input rows, e.g., \n\n```json\n[\n\t\"zcJWnyI8Tbam21V34K8MNA\",\n\t\"93a19-cf7c-44437-b8c1-e9acbbb\"\n]\n```",
"example": [
"2a1bad8b-cf7c-44437-b8c1-e3782df6",
"zcJWnyI8Tbam21V34K8MNA",
"93a19-cf7c-44437-b8c1-e9acbbb"
]
}
Expand Down Expand Up @@ -517,12 +517,12 @@
"type": "array",
"items": {
"type": "string",
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
"example": "zcJWnyI8Tbam21V34K8MNA"
},
"description": "Row IDs of added rows, e.g., \n\n```json\n[\n\t\"2a1bad8b-cf7c-44437-b8c1-e3782df6\",\n\t\"93a19-cf7c-44437-b8c1-e9acbbb\"\n]\n```",
"description": "Row IDs of added rows, returned in the same order as the input rows, e.g., \n\n```json\n[\n\t\"zcJWnyI8Tbam21V34K8MNA\",\n\t\"93a19-cf7c-44437-b8c1-e9acbbb\"\n]\n```",
"example": [
"2a1bad8b-cf7c-44437-b8c1-e3782df6",
"zcJWnyI8Tbam21V34K8MNA",
"93a19-cf7c-44437-b8c1-e9acbbb"
]
}
Expand Down Expand Up @@ -1135,12 +1135,12 @@
"type": "array",
"items": {
"type": "string",
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
"example": "zcJWnyI8Tbam21V34K8MNA"
},
"description": "Row IDs of added rows, e.g., \n\n```json\n[\n\t\"2a1bad8b-cf7c-44437-b8c1-e3782df6\",\n\t\"93a19-cf7c-44437-b8c1-e9acbbb\"\n]\n```",
"description": "Row IDs of added rows, returned in the same order as the input rows, e.g., \n\n```json\n[\n\t\"zcJWnyI8Tbam21V34K8MNA\",\n\t\"93a19-cf7c-44437-b8c1-e9acbbb\"\n]\n```",
"example": [
"2a1bad8b-cf7c-44437-b8c1-e3782df6",
"zcJWnyI8Tbam21V34K8MNA",
"93a19-cf7c-44437-b8c1-e9acbbb"
]
}
Expand Down Expand Up @@ -1513,8 +1513,8 @@
"in": "path",
"schema": {
"type": "string",
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
"example": "zcJWnyI8Tbam21V34K8MNA"
},
"required": true
},
Expand Down Expand Up @@ -1653,8 +1653,8 @@
"in": "path",
"schema": {
"type": "string",
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
"example": "zcJWnyI8Tbam21V34K8MNA"
},
"required": true
}
Expand Down
Loading