-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: signinup response * fix: version * fix: changelog
- Loading branch information
Showing
2 changed files
with
6 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ info: | |
Those that do not have `<tenantId>` in the path will enforce that the API is called from `public` tenant only. | ||
version: 5.1.0 | ||
version: 5.1.1 | ||
title: Core Driver Interface | ||
contact: | ||
email: [email protected] | ||
|
@@ -2191,6 +2191,7 @@ paths: | |
- type: object | ||
properties: | ||
status: | ||
type: string | ||
enum: ['EMAIL_CHANGE_NOT_ALLOWED_ERROR'] | ||
reason: | ||
type: string | ||
|