This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /flows/instances/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `PUT` /flows/instances/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `PATCH` /flows/instances/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `GET` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `PUT` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `PATCH` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `POST` /flows/instances/ ###### Request: Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `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 `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `POST` /stages/invitation/invitations/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost` ##### `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 `flow_obj` (object) > Flow Serializer * Changed property `authentication` (string) > * `none` - None > * `require_authenticated` - Require Authenticated > * `require_unauthenticated` - Require Unauthenticated > * `require_superuser` - Require Superuser > * `require_outpost` - Require Outpost Added enum value: * `require_outpost`
- Loading branch information