mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 00:46:52 +00:00
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "location.write",
|
|
"base_url": "/infra/v3/partner/:metadata.partner",
|
|
"description": "manage locations",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/location/:metadata.name",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
},
|
|
{
|
|
"url": "/location",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"authenticated": true,
|
|
"scope": "ORGANIZATION"
|
|
} |