Add a workflow
POST https://manage.kontent.ai/v2/projects/:environment_id/workflows
Create a new workflow.
Request Body
{"name"=>"<string>", "steps"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "scopes"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "published_step"=>{"id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "name"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "codename"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "unpublish_role_ids"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "create_new_version_role_ids"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, "archived_step"=>{"id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "name"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "codename"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "role_ids"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, "id"=>"<uuid>", "codename"=>"<string>", "scheduled_step"=>{"id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "name"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "codename"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"705c3bd8-29c6-466c-b42b-6c6c3887786e","name":"My workflow","codename":"my_workflow","scopes":[{"content_types":[{"id":"1aeb9220-f167-4f8e-a7db-1bfec365fa80"}],"collections":[{"id":"b15b6050-80d8-406d-bf21-3012e4ad0ac5"}]}],"steps":[{"id":"2044477d-36aa-4ad5-91de-eaa2927ab173","name":"First step","codename":"first_step","color":"sky-blue","transitions_to":[{"step":{"id":"c236dedd-a216-47fa-b0c0-0ea33877f357"}}],"role_ids":[]},{"id":"c236dedd-a216-47fa-b0c0-0ea33877f357","name":"Second step","codename":"second_step","color":"rose","transitions_to":[{"step":{"id":"c199950d-99f0-4983-b711-6c4c91624b22"}}],"role_ids":["e796887c-38a1-4ab2-a999-c40861bb7a4b"]}],"published_step":{"id":"c199950d-99f0-4983-b711-6c4c91624b22","name":"Published","codename":"published","unpublish_role_ids":["e796887c-38a1-4ab2-a999-c40861bb7a4b"],"create_new_version_role_ids":[]},"archived_step":{"id":"7a535a69-ad34-47f8-806a-def1fdf4d391","name":"Archived","codename":"archived","role_ids":[]}}