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