mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
Automated commit 'Merge pull request #1518 from sailpoint/devrel-1342
devrel-1342' by github action: 7450954909
This commit is contained in:
@@ -67,12 +67,15 @@ patch:
|
||||
tags:
|
||||
- Governance Groups
|
||||
summary: Patch a Governance Group
|
||||
description: This API updates existing Governance Group by its ID. Following fields are patchable.
|
||||
|
||||
**name**, **description**
|
||||
description: >-
|
||||
This API updates an existing governance group by ID.
|
||||
|
||||
A token with API, ORG_ADMIN is required to call this API. In addition.
|
||||
|
||||
The following fields and objects are patchable:
|
||||
* name
|
||||
* description
|
||||
* owner
|
||||
|
||||
A token with API or ORG_ADMIN authority is required to call this API.
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
|
||||
@@ -5,11 +5,9 @@ enum:
|
||||
- IDENTITY
|
||||
- IDENTITY_ATTRIBUTE
|
||||
- ENTITLEMENT
|
||||
- INVALID_CERTIFIABLE_ENTITY
|
||||
- ACCESS_PROFILE
|
||||
- SOURCE
|
||||
- ACCOUNT
|
||||
- INVALID_CERTIFIABLE_BUNDLE
|
||||
- AGGREGATED_ENTITLEMENT
|
||||
description: Type of the criteria in the filter.
|
||||
description: Type of the criteria in the filter. The `COMPOSITE` filter can contain multiple filters in an AND/OR relationship.
|
||||
example: IDENTITY_ATTRIBUTE
|
||||
|
||||
Reference in New Issue
Block a user