Atlassian · Example Payload

Atlassian Atlassiancreatescreen Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiancreatescreen 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": "atlassianCreatescreen",
  "method": "POST",
  "path": "/rest/api/3/screens",
  "summary": "Atlassian Create Screen",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "description": "Enables changes to resolution and linked issues.",
        "name": "Resolve Security Issue Screen"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": "{\"id\":10005,\"name\":\"Resolve Security Issue Screen\",\"description\":\"Enables changes to resolution and linked issues.\"}"
    },
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The name is used by another screen.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"Only Jira administrators can manage screens.\"],\"errors\":{}}"
    }
  ]
}