cURL
curl --request POST \ --url https://api.veryfront.com/projects/{project_reference}/workflows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "description": "<string>", "version": "<string>", "schedulable": true } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "target": "<string>", "source_path": "<string>", "source": "<string>", "version": "<string>", "schedulable": true, "edit_mode": "structured", "source_only_reasons": [ "<string>" ] }
Creates a structured workflow source file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Created workflow document
structured
source_only