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": {
"summary": "",
"operationId": "db-table-row-bulk-create",
"operationId": "db-table-row-bulk-update",
"responses": {
"200": {
"description": "OK",
@ -2818,7 +2818,7 @@
},
"delete": {
"summary": "",
"operationId": "db-table-row-bulk-create",
"operationId": "db-table-row-bulk-delete",
"responses": {
"200": {
"description": "OK",

Loading…
Cancel
Save