v3.2023083.4: Update API Client
What's Changed
GET
/stages/authenticator/sms/{stage_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
PUT
/stages/authenticator/sms/{stage_uuid}/
Request:
Changed content type : application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
PATCH
/stages/authenticator/sms/{stage_uuid}/
Request:
Changed content type : application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
POST
/stages/authenticator/sms/
Request:
Changed content type : application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
GET
/stages/authenticator/sms/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> AuthenticatorSMSStage Serializer- Changed property
verify_only
(boolean)When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
- Changed property
-