{ "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\":{}}" } ] }