Skip to content

Commit

Permalink
Automated commit 'IDNARSENAL-18279: a couple tweaks to the /identitie…
Browse files Browse the repository at this point in the history
…s/process endpoint docs (#1464)

* IDNARSENAL-18279: a couple tweaks to the /identities/process endpoint docs

* IDNARSENAL-18279: fix description

* IDNARSENAL-18279: line format' by github action: 6631941173
  • Loading branch information
tyler-mairose-sp committed Oct 24, 2023
1 parent 0cb0a55 commit 9b7a322
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion idn/beta/paths/identities-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ post:
5. Potentially clean-up identity processing errors, assuming the error has been resolved.
To learn more, refer to the [identity processing documentation](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html).
A token with ORG_ADMIN or HELPDESK authority is required to call this API.
security:
- UserContextAuth:
- "idn:identity:manage"
Expand All @@ -27,7 +29,7 @@ post:
content:
application/json:
schema:
$ref: "../schemas/BaseReferenceDto.yaml"
$ref: "../schemas/TaskResultResponse.yaml"
"400":
$ref: "../../v3/responses/400.yaml"
"401":
Expand Down
14 changes: 14 additions & 0 deletions idn/beta/schemas/TaskResultResponse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
type: object
properties:
type:
type: string
description: the type of response reference
example: "TASK_RESULT"
id:
type: string
description: the task ID
example: "78733556-9ea3-4f59-bf69-e5cd92b011b4"
name:
type: string
description: the task name (not used in this endpoint, always null)
example: "null"

0 comments on commit 9b7a322

Please sign in to comment.