OAuth
Update OAuth metadata,redirecturi,description and Policy ID
Allows you to update the metadata,redirecturi,description and Policy ID for an OAuth client.
put/tyk/oauth/clients/{apiID}/{keyName}
Path parameters
apiIDstring required
The API id
keyNamestring required
The Client ID
Request body
Example request
{
"api_id": "keyless",
"client_id": "2a06b398c17f46908de3dffcb71ef87b",
"description": "google client login",
"redirect_uri": "https://httpbin.org/ip",
"secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}Response
OAuth client updated
Example response
{
"api_id": "keyless",
"client_id": "2a06b398c17f46908de3dffcb71ef87b",
"description": "google client login",
"redirect_uri": "https://httpbin.org/ip",
"secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}Changes
Changed in 2 of the 52 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 155 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲