Atlassian · Example Payload

Atlassian Atlassiangetattachmentmeta Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetattachmentmeta 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": "atlassianGetattachmentmeta",
  "method": "GET",
  "path": "/rest/api/3/attachment/meta",
  "summary": "Atlassian Get Jira Attachment Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"enabled\":true,\"uploadLimit\":1000000}"
    }
  ]
}