Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

v3.2023083.8: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 18 Oct 15:20
· 90 commits to main since this release

What's Changed


GET /stages/deny/{stage_uuid}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property deny_message (string)
PUT /stages/deny/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property deny_message (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property deny_message (string)
PATCH /stages/deny/{stage_uuid}/
Request:

Changed content type : application/json

  • Added property deny_message (string)
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property deny_message (string)
POST /stages/deny/
Request:

Changed content type : application/json

  • Added property deny_message (string)
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property deny_message (string)
GET /stages/deny/
Parameters:

Added: deny_message in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > DenyStage Serializer

      • Added property deny_message (string)