v3.2024102.5: Update API Client
authentik-automation
released this
21 Nov 16:25
·
3 commits
to main
since this release
Update API Client
What's Changed
GET
/providers/proxy/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
redirect_uris
(string -> array)
- Changed property
PUT
/providers/proxy/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
redirect_uris
(string -> array)
- Changed property
PATCH
/providers/proxy/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
redirect_uris
(string -> array)
- Changed property
POST
/providers/proxy/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Changed property
redirect_uris
(string -> array)
- Changed property
GET
/providers/proxy/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> ProxyProvider Serializer- Changed property
redirect_uris
(string -> array)
- Changed property
-