You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resource authentik_flow has two properties id and uuid. The data of authentik_flow only has an id property that returns the uuid of the resource instead of the id.
It would be nice to:
Change the id property in the data to return the id instead of the uuid.
Create the uuid property.
This may break existing code though
The text was updated successfully, but these errors were encountered:
The resource
authentik_flow
has two propertiesid
anduuid
. The data ofauthentik_flow
only has anid
property that returns theuuid
of the resource instead of theid
.It would be nice to:
id
property in the data to return theid
instead of theuuid
.uuid
property.This may break existing code though
The text was updated successfully, but these errors were encountered: