mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
Automated commit by github action: 4671342274
This commit is contained in:
@@ -413,6 +413,31 @@ paths:
|
|||||||
description: Successful response
|
description: Successful response
|
||||||
content:
|
content:
|
||||||
application/json: {}
|
application/json: {}
|
||||||
|
/cc/api/cluster/update/:
|
||||||
|
post:
|
||||||
|
tags:
|
||||||
|
- Cluster
|
||||||
|
summary: Update Cluster
|
||||||
|
operationId: updateCluster
|
||||||
|
security:
|
||||||
|
- oauth2: []
|
||||||
|
description: Updates a Managed Cluster.
|
||||||
|
parameters:
|
||||||
|
- name: id
|
||||||
|
in: body
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
- name: gmtOffset
|
||||||
|
in: body
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: Successful response
|
||||||
|
content:
|
||||||
|
application/json: {}
|
||||||
/cc/api/system/refreshIdentities:
|
/cc/api/system/refreshIdentities:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user