{ "operationId": "atlassianAssignprojectstocustomfieldcontext", "method": "PUT", "path": "/rest/api/3/field/{fieldId}/context/{contextId}/project", "summary": "Atlassian Assign Custom Field Context To Projects", "requestExamples": [ { "contentType": "application/json", "example": { "projectIds": [ "10001", "10005", "10006" ] } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The projectIds must not contain duplicates.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access custom field contexts.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The context was not found.\"],\"errors\":{}}" } ] }