Skip to content

Commit 83ae59e

Browse files
Update API Client
#### What's Changed --- ##### `GET` /core/applications/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ##### `PUT` /core/applications/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ##### `PATCH` /core/applications/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ##### `GET` /flows/instances/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /flows/instances/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /flows/instances/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ##### `GET` /policies/geoip/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `GET` /sources/all/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/all/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/all/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/all/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/kerberos/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/kerberos/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/kerberos/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/ldap/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/ldap/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/ldap/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/oauth/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/oauth/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/oauth/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/plex/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/plex/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/plex/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/saml/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/saml/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/saml/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/telegram/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/group_connections/telegram/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/group_connections/telegram/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/kerberos/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/kerberos/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/kerberos/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/ldap/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/ldap/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/ldap/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/plex/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/plex/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/plex/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/saml/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/saml/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/saml/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/scim/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/scim/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/scim/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/telegram/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/telegram/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/telegram/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/all/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/all/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/all/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/kerberos/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/kerberos/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/kerberos/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/ldap/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/ldap/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/ldap/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/oauth/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/oauth/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/oauth/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/plex/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/plex/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/plex/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/saml/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/saml/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/saml/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/telegram/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PUT` /sources/user_connections/telegram/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `PATCH` /sources/user_connections/telegram/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `name` (string) * Changed property `flow_obj` (object) > Flow Serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/invitation/invitations/{invite_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `name` (string) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `name` (string) * Changed property `flow_obj` (object) > Flow Serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/invitation/invitations/{invite_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `name` (string) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `name` (string) * Changed property `flow_obj` (object) > Flow Serializer * Changed property `slug` (string) > Visible in the URL. ##### `POST` /core/applications/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal application name, used in URLs. ##### `GET` /core/applications/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Application Serializer * Changed property `slug` (string) > Internal application name, used in URLs. ##### `GET` /core/user_consent/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `application` (object) > Application Serializer * Changed property `slug` (string) > Internal application name, used in URLs. ##### `GET` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `stage_obj` (object) > Stage Serializer * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `stage_obj` (object) > Stage Serializer * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `stage_obj` (object) > Stage Serializer * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `POST` /flows/instances/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Visible in the URL. ##### `GET` /flows/instances/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Flow Serializer * Changed property `slug` (string) > Visible in the URL. ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > GeoIP Policy Serializer * Changed property `countries` (array) ##### `GET` /sources/all/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/all/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/group_connections/kerberos/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/kerberos/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/group_connections/ldap/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/ldap/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/group_connections/oauth/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/oauth/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/group_connections/plex/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/plex/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/group_connections/saml/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/saml/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/group_connections/telegram/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/group_connections/telegram/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Group Source Connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/kerberos/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/kerberos/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Kerberos Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/ldap/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/ldap/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > LDAP Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/oauth/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/oauth/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > OAuth Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/plex/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/plex/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Plex Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/saml/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/saml/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > SAMLSource Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/scim/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/scim/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > SCIMSource Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/telegram/ ###### Request: Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/telegram/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/all/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/user_connections/kerberos/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/kerberos/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/user_connections/ldap/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/ldap/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/user_connections/oauth/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/oauth/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/user_connections/plex/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/plex/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/user_connections/saml/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/saml/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `POST` /sources/user_connections/telegram/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /sources/user_connections/telegram/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User source connection * Changed property `source_obj` (object) > Source Serializer * Changed property `slug` (string) > Internal source name, used in URLs. ##### `GET` /stages/all/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/duo/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/duo/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/duo/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/email/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/email/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/email/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/endpoint_gdtc/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/endpoint_gdtc/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/endpoint_gdtc/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/sms/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/sms/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/sms/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/static/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/static/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/static/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/totp/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/totp/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/totp/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/validate/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/validate/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/validate/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/authenticator/webauthn/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/authenticator/webauthn/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/authenticator/webauthn/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/captcha/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/captcha/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/captcha/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/consent/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/consent/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/consent/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/deny/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/deny/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/deny/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/dummy/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/dummy/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/dummy/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/email/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/email/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/email/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/identification/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/identification/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PATCH` /stages/identification/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `POST` /stages/invitation/invitations/ ###### Request: Changed content type : `application/json` * Changed property `name` (string) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `name` (string) * Changed property `flow_obj` (object) > Flow Serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/invitation/invitations/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Invitation Serializer * Changed property `name` (string) * Changed property `flow_obj` (object) > Flow Serializer * Changed property `slug` (string) > Visible in the URL. ##### `GET` /stages/invitation/stages/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `slug` (string) > Visible in the URL. ##### `PUT` /stages/invitation/stages/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed i…
1 parent 5da3ed5 commit 83ae59e

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

api/openapi.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -49797,7 +49797,6 @@ components:
4979749797
type: string
4979849798
slug:
4979949799
description: "Internal application name, used in URLs."
49800-
maxLength: 50
4980149800
pattern: "^[-a-zA-Z0-9_]+$"
4980249801
type: string
4980349802
provider:
@@ -49920,7 +49919,6 @@ components:
4992049919
type: string
4992149920
slug:
4992249921
description: "Internal application name, used in URLs."
49923-
maxLength: 50
4992449922
minLength: 1
4992549923
pattern: "^[-a-zA-Z0-9_]+$"
4992649924
type: string
@@ -55524,7 +55522,6 @@ components:
5552455522
type: string
5552555523
slug:
5552655524
description: Visible in the URL.
55527-
maxLength: 50
5552855525
pattern: "^[-a-zA-Z0-9_]+$"
5552955526
type: string
5553055527
title:
@@ -55815,7 +55812,6 @@ components:
5581555812
type: string
5581655813
slug:
5581755814
description: Visible in the URL.
55818-
maxLength: 50
5581955815
minLength: 1
5582055816
pattern: "^[-a-zA-Z0-9_]+$"
5582155817
type: string
@@ -55881,7 +55877,6 @@ components:
5588155877
type: string
5588255878
slug:
5588355879
description: Visible in the URL.
55884-
maxLength: 50
5588555880
pattern: "^[-a-zA-Z0-9_]+$"
5588655881
type: string
5588755882
title:
@@ -55942,7 +55937,6 @@ components:
5594255937
type: string
5594355938
slug:
5594455939
description: Visible in the URL.
55945-
maxLength: 50
5594655940
minLength: 1
5594755941
pattern: "^[-a-zA-Z0-9_]+$"
5594855942
type: string
@@ -57999,7 +57993,6 @@ components:
5799957993
title: Invite uuid
5800057994
type: string
5800157995
name:
58002-
maxLength: 50
5800357996
pattern: "^[-a-zA-Z0-9_]+$"
5800457997
type: string
5800557998
expires:
@@ -58042,7 +58035,6 @@ components:
5804258035
flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
5804358036
properties:
5804458037
name:
58045-
maxLength: 50
5804658038
minLength: 1
5804758039
pattern: "^[-a-zA-Z0-9_]+$"
5804858040
type: string
@@ -58238,7 +58230,6 @@ components:
5823858230
type: string
5823958231
slug:
5824058232
description: "Internal source name, used in URLs."
58241-
maxLength: 50
5824258233
pattern: "^[-a-zA-Z0-9_]+$"
5824358234
type: string
5824458235
enabled:
@@ -58482,7 +58473,6 @@ components:
5848258473
type: string
5848358474
slug:
5848458475
description: "Internal source name, used in URLs."
58485-
maxLength: 50
5848658476
minLength: 1
5848758477
pattern: "^[-a-zA-Z0-9_]+$"
5848858478
type: string
@@ -59103,7 +59093,6 @@ components:
5910359093
type: string
5910459094
slug:
5910559095
description: "Internal source name, used in URLs."
59106-
maxLength: 50
5910759096
pattern: "^[-a-zA-Z0-9_]+$"
5910859097
type: string
5910959098
enabled:
@@ -59392,7 +59381,6 @@ components:
5939259381
type: string
5939359382
slug:
5939459383
description: "Internal source name, used in URLs."
59395-
maxLength: 50
5939659384
minLength: 1
5939759385
pattern: "^[-a-zA-Z0-9_]+$"
5939859386
type: string
@@ -61350,7 +61338,6 @@ components:
6135061338
type: string
6135161339
slug:
6135261340
description: "Internal source name, used in URLs."
61353-
maxLength: 50
6135461341
pattern: "^[-a-zA-Z0-9_]+$"
6135561342
type: string
6135661343
enabled:
@@ -61606,7 +61593,6 @@ components:
6160661593
type: string
6160761594
slug:
6160861595
description: "Internal source name, used in URLs."
61609-
maxLength: 50
6161061596
minLength: 1
6161161597
pattern: "^[-a-zA-Z0-9_]+$"
6161261598
type: string
@@ -72765,7 +72751,6 @@ components:
7276572751
type: string
7276672752
slug:
7276772753
description: "Internal application name, used in URLs."
72768-
maxLength: 50
7276972754
minLength: 1
7277072755
pattern: "^[-a-zA-Z0-9_]+$"
7277172756
type: string
@@ -74049,7 +74034,6 @@ components:
7404974034
type: string
7405074035
slug:
7405174036
description: Visible in the URL.
74052-
maxLength: 50
7405374037
minLength: 1
7405474038
pattern: "^[-a-zA-Z0-9_]+$"
7405574039
type: string
@@ -74600,7 +74584,6 @@ components:
7460074584
flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
7460174585
properties:
7460274586
name:
74603-
maxLength: 50
7460474587
minLength: 1
7460574588
pattern: "^[-a-zA-Z0-9_]+$"
7460674589
type: string
@@ -74718,7 +74701,6 @@ components:
7471874701
type: string
7471974702
slug:
7472074703
description: "Internal source name, used in URLs."
74721-
maxLength: 50
7472274704
minLength: 1
7472374705
pattern: "^[-a-zA-Z0-9_]+$"
7472474706
type: string
@@ -74986,7 +74968,6 @@ components:
7498674968
type: string
7498774969
slug:
7498874970
description: "Internal source name, used in URLs."
74989-
maxLength: 50
7499074971
minLength: 1
7499174972
pattern: "^[-a-zA-Z0-9_]+$"
7499274973
type: string
@@ -75578,7 +75559,6 @@ components:
7557875559
type: string
7557975560
slug:
7558075561
description: "Internal source name, used in URLs."
75581-
maxLength: 50
7558275562
minLength: 1
7558375563
pattern: "^[-a-zA-Z0-9_]+$"
7558475564
type: string
@@ -75939,7 +75919,6 @@ components:
7593975919
type: string
7594075920
slug:
7594175921
description: "Internal source name, used in URLs."
75942-
maxLength: 50
7594375922
minLength: 1
7594475923
pattern: "^[-a-zA-Z0-9_]+$"
7594575924
type: string
@@ -76749,7 +76728,6 @@ components:
7674976728
type: string
7675076729
slug:
7675176730
description: "Internal source name, used in URLs."
76752-
maxLength: 50
7675376731
minLength: 1
7675476732
pattern: "^[-a-zA-Z0-9_]+$"
7675576733
type: string
@@ -77035,7 +77013,6 @@ components:
7703577013
type: string
7703677014
slug:
7703777015
description: "Internal source name, used in URLs."
77038-
maxLength: 50
7703977016
minLength: 1
7704077017
pattern: "^[-a-zA-Z0-9_]+$"
7704177018
type: string
@@ -77352,7 +77329,6 @@ components:
7735277329
type: string
7735377330
slug:
7735477331
description: "Internal source name, used in URLs."
77355-
maxLength: 50
7735677332
minLength: 1
7735777333
pattern: "^[-a-zA-Z0-9_]+$"
7735877334
type: string
@@ -78000,7 +77976,6 @@ components:
7800077976
type: string
7800177977
slug:
7800277978
description: "Internal source name, used in URLs."
78003-
maxLength: 50
7800477979
pattern: "^[-a-zA-Z0-9_]+$"
7800577980
type: string
7800677981
enabled:
@@ -78210,7 +78185,6 @@ components:
7821078185
type: string
7821178186
slug:
7821278187
description: "Internal source name, used in URLs."
78213-
maxLength: 50
7821478188
minLength: 1
7821578189
pattern: "^[-a-zA-Z0-9_]+$"
7821678190
type: string
@@ -81327,7 +81301,6 @@ components:
8132781301
type: string
8132881302
slug:
8132981303
description: "Internal source name, used in URLs."
81330-
maxLength: 50
8133181304
pattern: "^[-a-zA-Z0-9_]+$"
8133281305
type: string
8133381306
enabled:
@@ -81595,7 +81568,6 @@ components:
8159581568
type: string
8159681569
slug:
8159781570
description: "Internal source name, used in URLs."
81598-
maxLength: 50
8159981571
minLength: 1
8160081572
pattern: "^[-a-zA-Z0-9_]+$"
8160181573
type: string
@@ -82153,7 +82125,6 @@ components:
8215382125
type: string
8215482126
slug:
8215582127
description: "Internal source name, used in URLs."
82156-
maxLength: 50
8215782128
pattern: "^[-a-zA-Z0-9_]+$"
8215882129
type: string
8215982130
enabled:
@@ -82379,7 +82350,6 @@ components:
8237982350
type: string
8238082351
slug:
8238182352
description: "Internal source name, used in URLs."
82382-
maxLength: 50
8238382353
minLength: 1
8238482354
pattern: "^[-a-zA-Z0-9_]+$"
8238582355
type: string
@@ -83264,7 +83234,6 @@ components:
8326483234
type: string
8326583235
slug:
8326683236
description: "Internal source name, used in URLs."
83267-
maxLength: 50
8326883237
pattern: "^[-a-zA-Z0-9_]+$"
8326983238
type: string
8327083239
enabled:
@@ -84104,7 +84073,6 @@ components:
8410484073
type: string
8410584074
slug:
8410684075
description: "Internal source name, used in URLs."
84107-
maxLength: 50
8410884076
pattern: "^[-a-zA-Z0-9_]+$"
8410984077
type: string
8411084078
enabled:
@@ -84303,7 +84271,6 @@ components:
8430384271
type: string
8430484272
slug:
8430584273
description: "Internal source name, used in URLs."
84306-
maxLength: 50
8430784274
minLength: 1
8430884275
pattern: "^[-a-zA-Z0-9_]+$"
8430984276
type: string

0 commit comments

Comments
 (0)