-
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-19955: added docs for PUT /beta/identity…
…-attributes/{name} (#1443) * IDNARSENAL-19955: added docs for PUT /beta/identity-attributes/{name} * IDNARSENAL-19955: fix operationId' by github action: 6470383938
- Loading branch information
1 parent
1f8f086
commit a9b417c
Showing
3 changed files
with
50 additions
and
4 deletions.
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
7 changes: 7 additions & 0 deletions
7
idn/v3/schemas/identity-attributes/IdentityAttributeNames.yaml
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,7 @@ | ||
name: ids | ||
description: List of identity attributes' technical names | ||
type: array | ||
items: | ||
type: string | ||
example: "name" | ||
example: ["name","displayName"] |