mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Automated commit by github action: 4671342274
This commit is contained in:
@@ -413,6 +413,31 @@ paths:
|
||||
description: Successful response
|
||||
content:
|
||||
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:
|
||||
post:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user