Browse Source

fix(nocodb): unused ApiTokenReq - copy

pull/5269/head
Wing-Kam Wong 2 years ago
parent
commit
667b3364f4
  1. 44
      packages/nocodb/src/schema/swagger.json

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

@ -15276,29 +15276,6 @@
},
"title": "Visibility Rule Request Model",
"type": "array"
},
"ApiTokenReq - copy": {
"type": "object",
"properties": {
"list": {
"type": "array",
"x-stoplight": {
"id": "uukp6v55zfp7i"
},
"items": {
"$ref": "#/components/schemas/ApiToken",
"x-stoplight": {
"id": "9zqpoqfkdxy0y"
}
}
},
"pageInfo": {
"$ref": "#/components/schemas/Paginated",
"x-stoplight": {
"id": "6unr17jyisial"
}
}
}
}
},
"responses": {
@ -15726,6 +15703,27 @@
},
"examples": {}
}
},
"type": "object",
"properties": {
"list": {
"type": "array",
"x-stoplight": {
"id": "uukp6v55zfp7i"
},
"items": {
"$ref": "#/components/schemas/ApiToken",
"x-stoplight": {
"id": "9zqpoqfkdxy0y"
}
}
},
"pageInfo": {
"$ref": "#/components/schemas/Paginated",
"x-stoplight": {
"id": "6unr17jyisial"
}
}
}
},
"BadRequest": {

Loading…
Cancel
Save