Atlassian · Example Payload

Atlassian Atlassianstoreavatar Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianstoreavatar Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianStoreavatar",
  "method": "POST",
  "path": "/rest/api/3/universal_avatar/type/{type}/owner/{entityId}",
  "summary": "Atlassian Load Avatar",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": "{\"id\":\"1000\",\"isDeletable\":false,\"isSelected\":false,\"isSystemAvatar\":true,\"urls\":{\"16x16\":\"/secure/useravatar?size=xsmall&avatarId=10040&avatarType=project\",\"24x24\":\"/secure/useravatar?size=small&avatarId=10040&avatarType=project\",\"32x32\":\"/secure/useravatar?size=medium&avatarId=10040&avatarType=project\",\"48x48\":\"/secure/useravatar?avatarId=10040&avatarType=project\"}}"
    }
  ]
}