Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1780 from sail…
Browse files Browse the repository at this point in the history
…point/DEVREL-1720

Fix scope' by github action: 10585359644' go sdk: 10585365337
  • Loading branch information
developer-relations-sp committed Aug 27, 2024
1 parent 54b89aa commit a1392f7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
14 changes: 7 additions & 7 deletions api_v2024/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10721,12 +10721,12 @@ paths:
- Certifications
/certifications/{id}/reassign-async:
post:
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.
description: "This API initiates a task to reassign up to 500 identities or\
\ items in an identity campaign certification to another\nreviewer. The `certification-tasks`\
\ API can be used to get an updated status on the task and determine when\
\ the\nreassignment is complete. \n\nA token with ORG_ADMIN or CERT_ADMIN\
\ authority is required to call this API. Reviewers for\nthis certification\
\ can also call this API.\n"
operationId: submitReassignCertsAsync
parameters:
- description: The identity campaign certification ID
Expand Down Expand Up @@ -10826,7 +10826,7 @@ paths:
error.
security:
- UserContextAuth:
- idn:certification:write
- idn:campaign:manage
summary: Reassign Certifications Asynchronously
tags:
- Certifications
Expand Down
8 changes: 7 additions & 1 deletion api_v2024/api_certifications.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions api_v3/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11629,12 +11629,12 @@ paths:
- Certifications
/certifications/{id}/reassign-async:
post:
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.
description: "This API initiates a task to reassign up to 500 identities or\
\ items in an identity campaign certification to another\nreviewer. The `certification-tasks`\
\ API can be used to get an updated status on the task and determine when\
\ the\nreassignment is complete. \n\nA token with ORG_ADMIN or CERT_ADMIN\
\ authority is required to call this API. Reviewers for\nthis certification\
\ can also call this API.\n"
operationId: submitReassignCertsAsync
parameters:
- description: The identity campaign certification ID
Expand Down Expand Up @@ -11734,7 +11734,7 @@ paths:
error.
security:
- UserContextAuth:
- idn:certification:write
- idn:campaign:manage
summary: Reassign Certifications Asynchronously
tags:
- Certifications
Expand Down
8 changes: 7 additions & 1 deletion api_v3/api_certifications.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1392f7

Please sign in to comment.