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.
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>"
}
]
}Was this page helpful?