post https://{hostname}/config//flows//promote
Promotes a flow to another application.
Recipes
Promote a flow
Open Recipe
Response
Promotes a flow to another application.
xxxxxxxxxx
curl --request POST \
--url https://hostname/config/app_id/flows/flow/promote \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"_self": "/config/someotherappid12345678/flows/myCoolFlow",
"name": "myCoolFlow",
"version": "2015111705580676795"
}