generated from pagopa/io-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#IOPID-1045] Update Profile definitions (#342)
* [#IOPID-1045] add is_email_already_taken property to ExtendedProfile * [#IOPID-1045] add new problemJson_definitions.yaml file + add UpdateProfile412ErrorTypes definition * [#IOPID-1045] add default false to IsEmailAlreadyTaken
- Loading branch information
Showing
2 changed files
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
UpdateProfile412ErrorTypes: | ||
type: string | ||
description: |- | ||
List of error types returned by the updateProfile endpoint when the HTTP status code is 412 | ||
x-extensible-enum: | ||
- https://ioapp.it/problems/email-already-taken | ||
example: https://ioapp.it/problems/email-already-taken |