{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_sessionPolicy API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_sessionPolicy", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Session Policy", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/session-policy/", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Retrieve session timeout policy for the currently active organization." }, { "info": { "name": "Update Session Policy", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/session-policy/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update session timeout policy for the currently active organization." } ] } ], "bundled": true }