-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
iceberg/open-api/rest-catalog-open-api.yaml
Lines 407 to 433 in 3dba6af
| summary: Drop a namespace from the catalog. Namespace must be empty. | |
| operationId: dropNamespace | |
| responses: | |
| 204: | |
| description: Success, no content | |
| 400: | |
| $ref: '#/components/responses/BadRequestErrorResponse' | |
| 401: | |
| $ref: '#/components/responses/UnauthorizedResponse' | |
| 403: | |
| $ref: '#/components/responses/ForbiddenResponse' | |
| 404: | |
| description: Not Found - Namespace to delete does not exist. | |
| content: | |
| application/json: | |
| schema: | |
| $ref: '#/components/schemas/IcebergErrorResponse' | |
| examples: | |
| NoSuchNamespaceExample: | |
| $ref: '#/components/examples/NoSuchNamespaceError' | |
| 419: | |
| $ref: '#/components/responses/AuthenticationTimeoutResponse' | |
| 503: | |
| $ref: '#/components/responses/ServiceUnavailableResponse' | |
| 5XX: | |
| $ref: '#/components/responses/ServerErrorResponse' | |
There doesn't seem to be a status code for responding with NamespaceNotEmpty, is this just a missing doc or is it actually not specified by the spec?
Metadata
Metadata
Assignees
Labels
No labels