Browse Source

refactor(nocodb): rename xc-auth & xc-shared-base-id name

pull/5222/head
Wing-Kam Wong 2 years ago
parent
commit
91197949ef
  1. 4
      packages/nocodb/src/schema/swagger.json

4
packages/nocodb/src/schema/swagger.json

@ -10909,13 +10909,13 @@
},
"securitySchemes": {
"xc-auth": {
"name": "API Key",
"name": "Auth Token",
"type": "apiKey",
"in": "header",
"description": "JWT access token"
},
"xc-shared-base-id": {
"name": "API Key",
"name": "Shared Base ID",
"type": "apiKey",
"in": "header",
"description": "Shared base uuid"

Loading…
Cancel
Save