The ActivateMediaWorkflow API activates a media workflow. If a media workflow is activated, it cannot be modified.

Request parameters

Parameter Type Required or not Description
Action String Yes API of the action, system required parameter. Set this parameter to ActivateMediaWorkflow.
MediaWorkflowId String Yes ID of a media workflow.

Return parameters

None

Example

Request example

https://mts.cn-hangzhou.aliyuncs.com/?MediaWorkflowId=93ab850b4f6f44eab54b6e91d24d81d4&<public parameter>

Return example

XML

<ActivateMediaWorkflowResponse>
     <RequestId>A1326BD4-30B1-4CB6-B116-3330B877B0D4</RequestId>
</ActivateMediaWorkflowResponse>

JSON

 {
     "RequestId":"A1326BD4-30B1-4CB6-B116-3330B877B0D4"    
 }