mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 18:40:18 +00:00
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"name": "project.pipeline.variable.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:variable_name",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/v2/pipeline/project/:project_id/variable",
|
|
"authenticated": true
|
|
} |