{ "operationId": "atlassianAssignschemetoproject", "method": "PUT", "path": "/rest/api/3/workflowscheme/project", "summary": "Atlassian Assign Workflow Scheme To Project", "requestExamples": [ { "contentType": "application/json", "example": { "projectId": "10001", "workflowSchemeId": "10032" } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only classic projects can have workflow schemes assigned.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access workflow scheme associations.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The workflow scheme was not found.\"],\"errors\":{}}" } ] }