-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit 'IDNARSENAL-18279: a couple tweaks to the /identitie…
…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
1 parent
0cb0a55
commit 9b7a322
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |