curl --request POST \
--url https://api.example.com/pipes/update \
--header 'Content-Type: application/json' \
--data '
{
"pipe_id": "<string>",
"config": {}
}
'{}curl --request POST \
--url https://api.example.com/pipes/update \
--header 'Content-Type: application/json' \
--data '
{
"pipe_id": "<string>",
"config": {}
}
'{}Was this page helpful?