feat(adt): add 403 to api response status codes (#27162)

This commit is contained in:
Anirudh Hegde 2024-02-20 20:39:47 +05:30 committed by GitHub
parent e0f4f34f97
commit b8fc2e57cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class AdvancedDataTypeRestApi(BaseSupersetApi):
$ref: '#/components/responses/400'
401:
$ref: '#/components/responses/401'
403:
$ref: '#/components/responses/403'
404:
$ref: '#/components/responses/404'
500:
@ -139,6 +141,8 @@ class AdvancedDataTypeRestApi(BaseSupersetApi):
type: string
401:
$ref: '#/components/responses/401'
403:
$ref: '#/components/responses/403'
404:
$ref: '#/components/responses/404'
500: