Returns all system avatars of the given type.
Forge and OAuth2 apps cannot access this REST resource.
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
Forge and OAuth2 apps cannot access this REST resource.
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
Forge and OAuth2 apps cannot access this REST resource.
string
Requiredcropping instructions
integer
integer
integer
boolean
string
Returned if the cropping coordinates are invalid
1
2
3
4
curl --request POST \
--url 'http://{baseurl}/rest/api/2/avatar/{type}/temporaryCrop' \
--user 'email@example.com:<api_token>' \
--header 'Content-Type: application/json'
Rate this page: