3.2023106.2: Update API Client
What's Changed
GET
/sources/oauth/source_types/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
Changed items (object):
> Serializer for SourceTypeNew 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)
-
-