put https://rls.congacloud.com/api/revenue-admin/v1/flows/
updates a flow based on the flow name provided in the parameter.
Log in to see full request history
Response
updates a flow based on the flow name provided in the parameter.
xxxxxxxxxx
curl --request PUT \
--url https://rls.congacloud.com/api/revenue-admin/v1/flows/flowname \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"Name": "FlowName",
"Description": "Flow description"
}