mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 08:56:42 +00:00
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"name": "project.admin.write",
|
|
"resource_urls": [],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:metadata.name",
|
|
"methods": [
|
|
"PUT"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/auth/v3/partner/:metadata.partner/organization/:metadata.organization/project",
|
|
"description": "update project associtation with user-role and group-roles.",
|
|
"authenticated": true,
|
|
"scope": "ORGANIZATION"
|
|
} |