Returns all system avatars of the given type.
string
RequiredReturns a map containing a list of system avatars. A map is returned to be consistent with the shape of the project/KEY/avatars REST end point.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/avatar/{type}/system' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates temporary avatar
string
Requiredstring
string
temporary avatar cropping instructions
1
2
3
4
curl --request POST \
--url 'http://{baseurl}/rest/api/2/avatar/{type}/temporary' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Updates the cropping instructions of the temporary avatar
string
Requiredcropping instructions
integer
integer
integer
boolean
string