Browse Source

fix: operation id for bulk apis

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1679/head
Wing-Kam Wong 2 years ago
parent
commit
a7e2bbd1ff
  1. 4
      scripts/sdk/swagger.json

4
scripts/sdk/swagger.json

@ -2794,7 +2794,7 @@
}, },
"patch": { "patch": {
"summary": "", "summary": "",
"operationId": "db-table-row-bulk-create", "operationId": "db-table-row-bulk-update",
"responses": { "responses": {
"200": { "200": {
"description": "OK", "description": "OK",
@ -2818,7 +2818,7 @@
}, },
"delete": { "delete": {
"summary": "", "summary": "",
"operationId": "db-table-row-bulk-create", "operationId": "db-table-row-bulk-delete",
"responses": { "responses": {
"200": { "200": {
"description": "OK", "description": "OK",

Loading…
Cancel
Save