Atlassian · Example Payload

Atlassian Atlassianupdatedefaultscreenscheme Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianupdatedefaultscreenscheme 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": "atlassianUpdatedefaultscreenscheme",
  "method": "PUT",
  "path": "/rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/default",
  "summary": "Atlassian Update Issue Type Screen Scheme Default Screen Scheme",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "screenSchemeId": "10010"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The screenSchemeId has to be provided.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can access issue type screen schemes.\"],\"errors\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The issue type screen scheme was not found.\"],\"errors\":{}}"
    }
  ]
}