Fokko commented on code in PR #7229:
URL: https://github.com/apache/iceberg/pull/7229#discussion_r1162427743
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -725,7 +725,7 @@ paths:
description:
Check if a table exists within a given namespace. This request does
not return a response body.
responses:
- 200:
+ 204:
description: OK - Table Exists
Review Comment:
```suggestion
description: Success, no content
```
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -763,7 +763,7 @@ paths:
$ref: '#/components/examples/RenameTableSameNamespace'
required: true
responses:
- 200:
+ 204:
description: OK
Review Comment:
```suggestion
description: Success, no content
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]