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
#### 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.
Copy file name to clipboardExpand all lines: docs/IdentificationStage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
**passwordlessFlow** | **UUID** | Optional passwordless flow, which is linked at the bottom of the page. | [optional]
20
20
**sources** | **[UUID]** | Specify which sources should be shown. | [optional]
21
21
**showSourceLabels** | **Bool** | | [optional]
22
+
**pretendUserExists** | **Bool** | When enabled, the stage will succeed and continue even when incorrect user info is entered. | [optional]
22
23
23
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/IdentificationStageRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
**passwordlessFlow** | **UUID** | Optional passwordless flow, which is linked at the bottom of the page. | [optional]
15
15
**sources** | **[UUID]** | Specify which sources should be shown. | [optional]
16
16
**showSourceLabels** | **Bool** | | [optional]
17
+
**pretendUserExists** | **Bool** | When enabled, the stage will succeed and continue even when incorrect user info is entered. | [optional]
17
18
18
19
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/PatchedIdentificationStageRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
**passwordlessFlow** | **UUID** | Optional passwordless flow, which is linked at the bottom of the page. | [optional]
15
15
**sources** | **[UUID]** | Specify which sources should be shown. | [optional]
16
16
**showSourceLabels** | **Bool** | | [optional]
17
+
**pretendUserExists** | **Bool** | When enabled, the stage will succeed and continue even when incorrect user info is entered. | [optional]
17
18
18
19
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments