mirror of
https://github.com/paralus/paralus.git
synced 2026-05-08 17:36:56 +00:00
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"name": "kubectl.clustersettings.write",
|
|
"base_url": "/v2/sentry/kubectl",
|
|
"description": "update kubectl settings at cluster level.",
|
|
"resource_urls": [],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/cluster/:cluster_id/settings",
|
|
"methods": [
|
|
"PUT"
|
|
]
|
|
}
|
|
],
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |