Skip to content

Commit

Permalink
Spec: Fix typo in REST catalog spec (apache#5152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick authored Jun 28, 2022
1 parent 2229881 commit a2619b8
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 @@ -1561,15 +1561,15 @@ components:
Client ID


This can be sent in the request body, but OAuth2 recomments sending it in
This can be sent in the request body, but OAuth2 recommends sending it in
a Basic Authorization header.
client_secret:
type: string
description:
Client secret


This can be sent in the request body, but OAuth2 recomments sending it in
This can be sent in the request body, but OAuth2 recommends sending it in
a Basic Authorization header.

OAuthTokenExchangeRequest:
Expand Down

0 comments on commit a2619b8

Please sign in to comment.