Skip to content

v3.2024102.5: Update API Client

Compare
Choose a tag to compare
@authentik-automation 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)
PUT /providers/proxy/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property redirect_uris (string -> array)
PATCH /providers/proxy/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property redirect_uris (string -> array)
POST /providers/proxy/
Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Changed property redirect_uris (string -> array)
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)