{ "operationId": "atlassianMovepriorities", "method": "PUT", "path": "/rest/api/3/priority/move", "summary": "Atlassian Move Priorities", "requestExamples": [ { "contentType": "application/json", "example": { "after": "10003", "ids": [ "10004", "10005" ] } } ], "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\":[\"Priority with ID 10000 not found.\"],\"errors\":{}}" } ] }