Atlassian · Example Payload

Atlassian Atlassianupdateuimodification Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianupdateuimodification 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": "atlassianUpdateuimodification",
  "method": "PUT",
  "path": "/rest/api/3/uiModifications/{uiModificationId}",
  "summary": "Atlassian Update Ui Modification",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "contexts": [
          {
            "issueTypeId": "10000",
            "projectId": "10000",
            "viewType": "GIC"
          },
          {
            "issueTypeId": "10001",
            "projectId": "10000",
            "viewType": "IssueView"
          }
        ],
        "data": "{field: 'Story Points', config: {hidden: true}}",
        "name": "Updated Reveal Story Points"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "404",
      "contentType": "application/json",
      "example": "{\"details\":{\"issueTypesNotFound\":{\"10001\":[\"10000\",\"10001\"]},\"projectNotFound\":[\"10000\"]},\"errorMessages\":[\"Project with ID '10000' was not found.\",\"Project with ID '10001'. The following issue types were not found: [10000, 10001]\"],\"errors\":{}}"
    }
  ]
}