Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp authored and github-actions[bot] committed Sep 26, 2023
1 parent 5d1d832 commit ea4049d
Show file tree
Hide file tree
Showing 6 changed files with 8,291 additions and 7,391 deletions.
7 changes: 6 additions & 1 deletion dereferenced/deref-sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34479,18 +34479,23 @@ paths:
text: An internal fault occurred.
'/certifications/{id}/reassign-async':
post:
operationId: reassignIdentityCertsAsync
operationId: submitReassignCertsAsync
tags:
- Certifications
summary: Reassign Certifications Asynchronously
description: This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The `certification-tasks` API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.
deprecated: true
security:
- UserContextAuth:
- 'idn:certification:write'
parameters:
- in: path
name: id
schema:
type: string
required: true
description: The identity campaign certification ID
example: ef38f94347e94562b5bb8424a56397d8
requestBody:
required: true
content:
Expand Down
Loading

0 comments on commit ea4049d

Please sign in to comment.