v3.2023083.10: 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:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(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:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(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:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(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:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(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:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(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:
oidc_jwks_url
oidc_well_known_url
-
Added property
oidc_well_known_url
(string) -
Added property
oidc_jwks_url
(string)
-
-