curl --request PUT \
--url https://app.kosli.com/api/v2/flows/{org}/{flow_name}/rename \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"new_name": "<string>"
}
'{
"message": "<string>",
"errors": {}
}Rename a flow. The flow will remain available under its old name until that name is taken by another flow.
curl --request PUT \
--url https://app.kosli.com/api/v2/flows/{org}/{flow_name}/rename \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"new_name": "<string>"
}
'{
"message": "<string>",
"errors": {}
}Was this page helpful?