mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"name": "project.trigger.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:trigger_name",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/v2/pipeline/project/:project_id/trigger",
|
|
"description": "create, manage pipeline trigger information.",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |