POST
/
api2
/
v1
/
workflowSteps
Create workflow step
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
}

Body

application/json

Response

201
application/json

Created

The response is of type object.