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