This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
v3.2023083.8: Update API Client
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)
- Added property
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)
- Added property
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)
- Added property
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)
- Added property
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)
- Added property
-