Open Context Protocol is live! 🚀 Read the launch post

assignSchemeToProject

Assign workflow scheme to project

PUT /rest/api/3/workflowscheme/project HTTP/1.1

Parameters

{
  "projectId": {
    "description": "The ID of the project.",
    "required": true,
    "location": "body",
    "type": "string"
  },
  "workflowSchemeId": {
    "description": "The ID of the workflow scheme. If the workflow scheme ID is `null`, the operation assigns the default workflow scheme.",
    "required": false,
    "location": "body",
    "type": "string"
  }
}

Response Schema

{}