Update Auth Org Session Configuration
PATCH {{baseUrl}}/auth-org/session-config
This API updates an existing session configuration for an org using PATCH.
Request Body
{"0"=>{"op"=>"replace", "path"=>"/rememberMe", "value"=>"true,"}, "1"=>{"op"=>"add", "path"=>"/maxSessionTime", "value"=>480}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"maxIdleTime":15,"rememberMe":true,"maxSessionTime":45}