File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -386,8 +386,6 @@ void (empty response body)
386386| -------------| -------------| ------------------|
387387| ** 200** | OK | - |
388388| ** 400** | BadRequestError | - |
389- | ** 401** | UnauthorizedError | - |
390- | ** 403** | ForbiddenError | - |
391389| ** 429** | TooManyRequestsError | - |
392390| ** 500** | InternalServerError | - |
393391
Original file line number Diff line number Diff line change @@ -3348,18 +3348,6 @@ paths:
33483348 schema :
33493349 $ref : ' #/components/schemas/APIError400'
33503350 description : BadRequestError
3351- " 401 " :
3352- content :
3353- application/json :
3354- schema :
3355- $ref : ' #/components/schemas/APIError401'
3356- description : UnauthorizedError
3357- " 403 " :
3358- content :
3359- application/json :
3360- schema :
3361- $ref : ' #/components/schemas/APIError403'
3362- description : ForbiddenError
33633351 " 429 " :
33643352 content :
33653353 application/json :
You can’t perform that action at this time.
0 commit comments