Skip to content

Commit b9d5096

Browse files
1 parent 8ed92eb commit b9d5096

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

openapi/swagger.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@
151151
"type": "array",
152152
"items": {
153153
"type": "string",
154-
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
155-
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
154+
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
155+
"example": "zcJWnyI8Tbam21V34K8MNA"
156156
},
157-
"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```",
157+
"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```",
158158
"example": [
159-
"2a1bad8b-cf7c-44437-b8c1-e3782df6",
159+
"zcJWnyI8Tbam21V34K8MNA",
160160
"93a19-cf7c-44437-b8c1-e9acbbb"
161161
]
162162
}
@@ -517,12 +517,12 @@
517517
"type": "array",
518518
"items": {
519519
"type": "string",
520-
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
521-
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
520+
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
521+
"example": "zcJWnyI8Tbam21V34K8MNA"
522522
},
523-
"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```",
523+
"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```",
524524
"example": [
525-
"2a1bad8b-cf7c-44437-b8c1-e3782df6",
525+
"zcJWnyI8Tbam21V34K8MNA",
526526
"93a19-cf7c-44437-b8c1-e9acbbb"
527527
]
528528
}
@@ -1135,12 +1135,12 @@
11351135
"type": "array",
11361136
"items": {
11371137
"type": "string",
1138-
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
1139-
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
1138+
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
1139+
"example": "zcJWnyI8Tbam21V34K8MNA"
11401140
},
1141-
"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```",
1141+
"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```",
11421142
"example": [
1143-
"2a1bad8b-cf7c-44437-b8c1-e3782df6",
1143+
"zcJWnyI8Tbam21V34K8MNA",
11441144
"93a19-cf7c-44437-b8c1-e9acbbb"
11451145
]
11461146
}
@@ -1513,8 +1513,8 @@
15131513
"in": "path",
15141514
"schema": {
15151515
"type": "string",
1516-
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
1517-
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
1516+
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
1517+
"example": "zcJWnyI8Tbam21V34K8MNA"
15181518
},
15191519
"required": true
15201520
},
@@ -1653,8 +1653,8 @@
16531653
"in": "path",
16541654
"schema": {
16551655
"type": "string",
1656-
"description": "ID of the row, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`",
1657-
"example": "2a1bad8b-cf7c-44437-b8c1-e3782df6"
1656+
"description": "ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`",
1657+
"example": "zcJWnyI8Tbam21V34K8MNA"
16581658
},
16591659
"required": true
16601660
}

0 commit comments

Comments
 (0)