# Update OIDC session config **PATCH /api/configs/oidc/session** Update the OIDC session configuration for the tenant. This method performs a partial update. If the configuration does not exist, it will be created. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **ttl** (number) ## Responses ### 200 The updated OIDC session configuration. #### Body: application/json (object) - **ttl** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)