Atlassian · Example Payload

Atlassian Atlassianupdatescreen Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianupdatescreen 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": "atlassianUpdatescreen",
  "method": "PUT",
  "path": "/rest/api/3/screens/{screenId}",
  "summary": "Atlassian Update Screen",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "description": "Enables changes to resolution and linked issues for accessibility related issues.",
        "name": "Resolve Accessibility Issue Screen"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "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\":{}}"
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"The screen was not found.\"],\"errors\":{}}"
    }
  ]
}