mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 00:46:52 +00:00
23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"name": "namespace.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:namesapce_id/",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/config/v1/namespaces",
|
|
"description": "create, manage and delete namespaces information.",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |