Atlassian · Example Payload

Atlassian Atlassianmoveresolutions Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianmoveresolutions 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": "atlassianMoveresolutions",
  "method": "PUT",
  "path": "/rest/api/3/resolution/move",
  "summary": "Atlassian Move Resolutions",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "after": "10002",
        "ids": [
          "10000",
          "10001"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The IDs must contain no more than 1,000 items.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"You are not authorized to perform this action. Administrator privileges are required.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Resolution with ID 10000 not found.\"],\"errors\":{}}"
    }
  ]
}