-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit by github action: 13577472580
- Loading branch information
1 parent
fc7aed7
commit cfda16b
Showing
4 changed files
with
49 additions
and
0 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
29 changes: 29 additions & 0 deletions
29
static/api-specs/nerm/requestBodies/PATCH/ProfileAccount.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,29 @@ | ||
content: | ||
application/json: | ||
schema: | ||
type: object | ||
properties: | ||
id: | ||
name: id | ||
in: query | ||
required: true | ||
type: string | ||
format: uuid | ||
description: The profile account id. | ||
example: 79ed1cb6-9977-4965-9bfe-f2bcc2424444 | ||
profile: | ||
name: profile | ||
in: body | ||
required: true | ||
description: The profile object to be updated with its schema-mapped attributes. | ||
type: object | ||
properties: | ||
attributes: | ||
required: false | ||
type: object | ||
description: schema-mapped attributes to be updated | ||
example: | ||
attributes: | ||
'First Name': John | ||
'Last Name': Doe | ||
'Email': [email protected] |
Empty file.