Skip to content

Commit

Permalink
shorter language
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Feb 22, 2025
1 parent c897b68 commit 7693c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4458,7 +4458,7 @@ components:
# The fields `message` and `type` as indicated here are not presently prescriptive.
UnauthorizedResponse:
description:
Unauthorized. The REST Catalog SHOULD respond with the 401 (UnauthorizedResponse) when
Unauthorized. The REST Catalog SHOULD respond with the 401 UnauthorizedResponse when
the access token provided is expired, revoked, malformed, or invalid for other reasons.
The client MAY request a new access token and retry the request.
content:
Expand Down Expand Up @@ -4570,7 +4570,7 @@ components:
description:
This is an optional status response type that the REST Catalog can issue when the
token has expired. The client MAY request a new access token and retry the request.
401 UnauthorizedResponse SHOULD be preferred over this response type upon token expiration.
401 UnauthorizedResponse SHOULD be preferred over this response type on token expiry.
content:
application/json:
schema:
Expand Down

0 comments on commit 7693c91

Please sign in to comment.