English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/workflowSteps \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "order": 123, "lqaEnabled": true, "abbr": "<string>" }'
{ "id": "<string>", "uid": "<string>", "name": "<string>", "abbr": "<string>", "order": 123, "lqaEnabled": true }
Name of the lqa workflow step
1 - 255
Abbreviation
1 - 3
Order value
Default: false
Created
Was this page helpful?