diff --git a/openapi/swagger.json b/openapi/swagger.json index fb4fcc2..e4da6e5 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -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" ] } @@ -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" ] } @@ -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" ] } @@ -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 }, @@ -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 }