rdblue commented on a change in pull request #4186:
URL: https://github.com/apache/iceberg/pull/4186#discussion_r815117702
##########
File path: docs/rest/rest-catalog-open-api.yaml
##########
@@ -94,21 +94,7 @@ paths:
"
responses:
200:
- description: Server specified configuration values.
- content:
- application/json:
- schema:
- $ref: '#/components/schemas/CatalogConfiguration'
- example: {
- "data": {
- "overrides": {
- "warehouse": "s3://bucket/warehouse/"
- },
- "defaults": {
- "clients": "4"
- }
- }
- }
+ $ref: '#/components/responses/RESTCatalogConfigResponse'
Review comment:
I think it is clear that all the request/response objects are for REST,
so we can probably omit that from the example and object names.
--
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]