mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 08:26:53 +00:00
28 lines
451 B
JSON
28 lines
451 B
JSON
{
|
|
"name": "lockout.settings.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:organization_id/",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:organization_id/set_lockout_settings/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/auth/v3/organizations",
|
|
"authenticated": true
|
|
} |