Skip to content

v3.2023083.4: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 03 Oct 12:26
· 160 commits to main since this release

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.

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.

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.

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.

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.