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` /core/tokens/{identifier}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `PUT` /core/tokens/{identifier}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `PATCH` /core/tokens/{identifier}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /core/users/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `PUT` /core/users/{id}/ ###### Request: Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `PATCH` /core/users/{id}/ ###### Request: Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /policies/bindings/{policy_binding_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `PUT` /policies/bindings/{policy_binding_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `PATCH` /policies/bindings/{policy_binding_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `POST` /core/tokens/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /core/tokens/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Token Serializer * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /core/user_consent/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `POST` /core/users/ ###### Request: Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /core/users/ ###### Parameters: Changed: `type` in `query` > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /core/users/me/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object) > User Serializer for information a user can retrieve about themselves * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /oauth2/access_tokens/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /oauth2/authorization_codes/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /oauth2/refresh_tokens/{id}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `POST` /policies/bindings/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /policies/bindings/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > PolicyBinding Serializer * Changed property `user_obj` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /core/user_consent/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > UserConsent Serializer * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /oauth2/access_tokens/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for BaseGrantModel and RefreshToken * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /oauth2/authorization_codes/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for BaseGrantModel and ExpiringBaseGrant * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default` ##### `GET` /oauth2/refresh_tokens/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Serializer for BaseGrantModel and RefreshToken * Changed property `user` (object) > User Serializer * Changed property `type` (string) > * `internal` - Internal > * `external` - External > * `service_account` - Service Account > * `internal_service_account` - Internal Service Account Added enum value: * `internal` Removed enum value: * `default`
- Loading branch information