mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 00:46:52 +00:00
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"name": "organization.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/:metadata.name",
|
|
"methods": [
|
|
"PUT"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/auth/v3/partner/:metadata.partner/organization",
|
|
"description": "manage organization information.",
|
|
"authenticated": true,
|
|
"scope": "ORGANIZATION"
|
|
} |