{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_jwtSettings API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_jwtSettings", "type": "folder" }, "items": [ { "info": { "name": "Retrieve JWT Settings", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/jwt/settings", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Retrieve JWT settings for the currently active organization." }, { "info": { "name": "Update JWT Settings", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/jwt/settings", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update JWT settings for the currently active organization." } ] } ], "bundled": true }