PUT
/
auth
/
tenants
/
{id}
/
session
curl --request PUT \
  --url https://api.pxyz.dev/api/v0/auth/tenants/{id}/session \
  --header 'Content-Type: application/json' \
  --data '{
  "sessionMaximumLifetimeEnabled": true,
  "sessionMaximumLifetime": 123,
  "sessionInactivityTimeoutEnabled": true,
  "sessionInactivityTimeout": 123
}'
"<any>"

Path Parameters

id
string
required

Body

application/json
sessionMaximumLifetimeEnabled
boolean
sessionMaximumLifetime
integer
sessionInactivityTimeoutEnabled
boolean
sessionInactivityTimeout
integer

Response

200
application/json
Successful response

The response is of type any.