mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
21 lines
365 B
JSON
21 lines
365 B
JSON
{
|
|
"name": "project.registry.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/registries/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registries/:registry_id/",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/config/v1/projects/:project_id",
|
|
"authenticated": true
|
|
} |