Browse Source

refactor: base swagger docs

nc-refactor/swagger-api
Pranav C 2 months ago
parent
commit
197906618d
  1. 6
      packages/nocodb/src/services/api-docs/swagger/swagger-base.json
  2. 11
      packages/nocodb/src/services/api-docs/swaggerV2/swagger-base.json

6
packages/nocodb/src/services/api-docs/swagger/swagger-base.json

@ -71,12 +71,6 @@
}
},
"securitySchemes": {
"xcAuth": {
"type": "apiKey",
"in": "header",
"name": "xc-auth",
"description": "JWT access token"
},
"xcToken": {
"type": "apiKey",
"in": "header",

11
packages/nocodb/src/services/api-docs/swaggerV2/swagger-base.json

@ -70,12 +70,6 @@
}
},
"securitySchemes": {
"xcAuth": {
"type": "apiKey",
"in": "header",
"name": "xc-auth",
"description": "JWT access token"
},
"xcToken": {
"type": "apiKey",
"in": "header",
@ -117,11 +111,8 @@
}
},
"security": [
{
"xcAuth": []
},
{
"xcToken": []
}
]
}
}

Loading…
Cancel
Save