Atlassian · Example Payload

Atlassian Atlassiandeletescreenscheme Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiandeletescreenscheme 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": "atlassianDeletescreenscheme",
  "method": "DELETE",
  "path": "/rest/api/3/screenscheme/{screenSchemeId}",
  "summary": "Atlassian Delete Screen Scheme",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The screen scheme cannot be deleted as it is in use in an issue type screen scheme.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can access screen schemes.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The screen scheme was not found.\"],\"errors\":{}}"
    }
  ]
}