Update sailpoint-api.cc.yaml

This commit is contained in:
luke-hagar-sp
2023-04-11 14:38:40 -05:00
committed by GitHub
parent 17d82b05b5
commit 0e963c8f61

View File

@@ -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: