cURL
curl --request POST \ --url https://api.example.com/workflows/{workflow_id}/tags \ --header 'Content-Type: application/json' \ --cookie fastapiusersauth= \ --data ' { "tag_id": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Add a tag to a workflow.
Successful Response
Was this page helpful?