{ "operationId": "atlassianUpdatecustomfieldoption", "method": "PUT", "path": "/rest/api/3/field/{fieldId}/context/{contextId}/option", "summary": "Atlassian Update Custom Field Options Context", "requestExamples": [ { "contentType": "application/json", "example": { "options": [ { "disabled": false, "id": "10001", "value": "Scranton" }, { "disabled": true, "id": "10002", "value": "Manhattan" }, { "disabled": false, "id": "10003", "value": "The Electric City" } ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"options\":[{\"disabled\":false,\"id\":\"10001\",\"value\":\"Scranton\"},{\"disabled\":true,\"id\":\"10002\",\"value\":\"Manhattan\"},{\"disabled\":false,\"id\":\"10003\",\"value\":\"The Electric City\"}]}" }, { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The custom field doesn't support options.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can manage custom field options.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The custom field was not found.\"],\"errors\":{}}" } ] }