Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,16 +510,6 @@ paths:
$ref: '#/components/responses/UnauthorizedResponse'
403:
$ref: '#/components/responses/ForbiddenResponse'
404:
description:
Not Found - NoSuchTableException, Table to drop does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorModel'
examples:
TableToDeleteDoesNotExist:
$ref: '#/components/examples/NoSuchTableError'
5XX:
$ref: '#/components/responses/ServerErrorResponse'

Expand Down Expand Up @@ -1455,7 +1445,7 @@ components:
properties:
dropped:
type: boolean
description: true if the table was found and removed from the catalog
description: true if the table was found and removed from the catalog, false if the table did not exist
purged:
type: boolean
description: whether the underlying data was purged or is being purged
Expand Down