Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2023-08-15 21:19:40 +00:00
committed by github-actions[bot]
parent 1136570098
commit 83dd98a15d

View File

@@ -7120,9 +7120,9 @@ paths:
example: 0
maxReminders:
type: integer
description: Maximum number of reminder notification to send to the reviewer before approval escalation.
description: Maximum number of reminder notification to send to the reviewer before approval escalation. This will only be a positive number.
format: int32
example: 0
example: 1
fallbackApproverRef:
type: object
nullable: true
@@ -7431,9 +7431,9 @@ paths:
example: 0
maxReminders:
type: integer
description: Maximum number of reminder notification to send to the reviewer before approval escalation.
description: Maximum number of reminder notification to send to the reviewer before approval escalation. This will only be a positive number.
format: int32
example: 0
example: 1
fallbackApproverRef:
type: object
nullable: true
@@ -7524,9 +7524,9 @@ paths:
example: 0
maxReminders:
type: integer
description: Maximum number of reminder notification to send to the reviewer before approval escalation.
description: Maximum number of reminder notification to send to the reviewer before approval escalation. This will only be a positive number.
format: int32
example: 0
example: 1
fallbackApproverRef:
type: object
nullable: true
@@ -55581,15 +55581,16 @@ paths:
security:
- oauth2:
- 'idn:identity-profile:manage'
'/identity-profiles/{identity-profile-id}/refresh-identities':
'/identity-profiles/{identity-profile-id}/process-identities':
post:
operationId: refreshIdentityProfile
operationId: syncIdentityProfile
tags:
- Identity Profiles
summary: Refreshes all identities under profile
summary: Process identities under profile
description: |-
This refreshes all identities under the profile
A token with ORG_ADMIN authority is required to call this API to refresh identities under this Identity Profile.
Process identities under the profile
A token with ORG_ADMIN authority is required to call this API.
parameters:
- in: path
name: identity-profile-id
@@ -55597,11 +55598,11 @@ paths:
type: string
format: uuid
required: true
description: The Identity Profile ID to be refreshed
description: The Identity Profile ID to be processed
example: ef38f94347e94562b5bb8424a56397d8
responses:
'202':
description: Accepted status after all refreshes have launched
description: Accepted status after refresh has launched
content:
application/json:
schema:
@@ -55886,7 +55887,7 @@ paths:
text: An internal fault occurred.
security:
- oauth2:
- 'idn:identity-profile:manage'
- 'idn:identity-profile:refresh'
'/identity-profiles/{identity-profile-id}/lifecycle-states/{lifecycle-state-id}':
get:
operationId: listLifecycleStates