Olympus Docs
ReferenceAPIsOry Hydra APIoAuth2

Set OAuth2 Client Token Lifespans

Set lifespans of different token types issued for this OAuth 2.0 client. Does not modify other fields.

PUT /admin/clients/{id}/lifespans

Set lifespans of different token types issued for this OAuth 2.0 client. Does not modify other fields.

Operation ID: setOAuth2ClientLifespans    Tag: oAuth2

Path parameters

NameTypeRequiredDescription
idstringyesOAuth 2.0 Client ID

Request body

Content-Type: application/json

Type: object

Schema: oAuth2ClientTokenLifespans, see the Ory Hydra API schemas reference for the full type.

Responses

StatusDescriptionBody
200oAuth2Clientapplication/json, object
defaultgenericErrorapplication/json, object

Generated from ../athena/openapi.json at build time.

On this page