Skip to content

Commit

Permalink
fix: signinup response (#92)
Browse files Browse the repository at this point in the history
* fix: signinup response

* fix: version

* fix: changelog
  • Loading branch information
sattvikc authored Sep 6, 2024
1 parent 5a580f7 commit 7d56068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [5.1.1]

- Fixes response schema of thirdparty signInUp POST

## [5.1.0]

- Adds `/appid-<appid>/<tenantid>/recipe/dashboard/tenant/core-config` GET API.
Expand Down
3 changes: 2 additions & 1 deletion api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -2191,6 +2191,7 @@ paths:
- type: object
properties:
status:
type: string
enum: ['EMAIL_CHANGE_NOT_ALLOWED_ERROR']
reason:
type: string
Expand Down

0 comments on commit 7d56068

Please sign in to comment.