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` /sources/oauth/source_types/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Changed items (object): > Serializer for SourceType New required properties: - `verbose_name` New optional properties: - `slug` * Added property `verbose_name` (string) * Deleted property `slug` (string) ##### `GET` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (object) > Serializer for SourceType New required properties: - `verbose_name` New optional properties: - `slug` * Added property `verbose_name` (string) * Deleted property `slug` (string) ##### `PUT` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (object) > Serializer for SourceType New required properties: - `verbose_name` New optional properties: - `slug` * Added property `verbose_name` (string) * Deleted property `slug` (string) ##### `PATCH` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `type` (object) > Serializer for SourceType New required properties: - `verbose_name` New optional properties: - `slug` * Added property `verbose_name` (string) * Deleted property `slug` (string) ##### `POST` /sources/oauth/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `type` (object) > Serializer for SourceType New required properties: - `verbose_name` New optional properties: - `slug` * Added property `verbose_name` (string) * Deleted property `slug` (string) ##### `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 `type` (object) > Serializer for SourceType New required properties: - `verbose_name` New optional properties: - `slug` * Added property `verbose_name` (string) * Deleted property `slug` (string)
- Loading branch information