3.2023107.2: Update API Client
What's Changed
GET
/core/applications/{slug}/check_access/
Return Type:
Deleted response : 404 Not Found
for_user user not found
GET
/core/tokens/{identifier}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
PUT
/core/tokens/{identifier}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
PATCH
/core/tokens/{identifier}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
GET
/core/users/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
PUT
/core/users/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
PATCH
/core/users/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
GET
/events/system_tasks/{uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
start_timestamp
(string) -
Changed property
finish_timestamp
(string) -
Changed property
duration
(number)
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
POST
/core/tokens/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
-
GET
/core/user_consent/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
POST
/core/users/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
GET
/core/users/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> User Serializer- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
GET
/events/system_tasks/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> Serialize TaskInfo and TaskResult-
Changed property
start_timestamp
(string) -
Changed property
finish_timestamp
(string) -
Changed property
duration
(number)
-
-
GET
/oauth2/access_tokens/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
GET
/oauth2/authorization_codes/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
GET
/oauth2/refresh_tokens/{id}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
user
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
POST
/policies/bindings/
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Changed property
user_obj
(object)User Serializer
- Changed property
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
-
GET
/providers/scim/{id}/sync_status/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
tasks
(array)Changed items (object):
> Serialize TaskInfo and TaskResult-
Changed property
start_timestamp
(string) -
Changed property
finish_timestamp
(string) -
Changed property
duration
(number)
-
-
GET
/sources/ldap/{slug}/sync_status/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
tasks
(array)Changed items (object):
> Serialize TaskInfo and TaskResult-
Changed property
start_timestamp
(string) -
Changed property
finish_timestamp
(string) -
Changed property
duration
(number)
-
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
-
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
avatar
(string)User's avatar, either a http/https URL or a data URI
- Changed property
-
-