3.2023103.4: Update API Client
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.
- Added property
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.
- Added property
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.
- Added property
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.
- Added property
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.
- Added property
-