curl --request POST \
--url https://api.example.com/pipes/{id}/enable \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'{
"success": true
}curl --request POST \
--url https://api.example.com/pipes/{id}/enable \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true
}
'{
"success": true
}Was this page helpful?