mchades commented on code in PR #4579: URL: https://github.com/apache/gravitino/pull/4579#discussion_r1721349531
########## docs/open-api/tags.yaml: ########## @@ -284,6 +284,41 @@ paths: "5xx": $ref: "./openapi.yaml#/components/responses/ServerErrorResponse" + + /metalakes/{metalake}/tags/{tag}/objects: + parameters: + - $ref: "./openapi.yaml#/components/parameters/metalake" + - $ref: "./openapi.yaml#/components/parameters/tag" + get: + tags: + - tag + summary: list metadata objects associated with tag Review Comment: Is this too long since it will be treated as the title in the directory? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org