publishDraftWorkflowScheme
Publish draft workflow scheme
POST /rest/api/3/workflowscheme/{id}/draft/publish HTTP/1.1Parameters
{
"id": {
"description": "The ID of the workflow scheme that the draft belongs to.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
},
"validateOnly": {
"description": "Whether the request only performs a validation.",
"required": false,
"location": "query",
"type": "boolean"
},
"statusMappings": {
"description": "Mappings of statuses to new statuses for issue types.",
"required": false,
"location": "body",
"type": "array"
}
}