You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
#### What's Changed
---
##### `GET` /stages/identification/{stage_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
##### `PUT` /stages/identification/{stage_uuid}/
###### Request:
Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
##### `PATCH` /stages/identification/{stage_uuid}/
###### Request:
Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
##### `POST` /stages/identification/
###### Request:
Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
##### `GET` /stages/identification/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> IdentificationStage Serializer
* Added property `pretend_user_exists` (boolean)
> When enabled, the stage will succeed and continue even when incorrect user info is entered.
0 commit comments