cURL
curl --request PATCH \ --url https://api.prequel.co/import/streams/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "stream": { "name": "<string>", "is_valid": true, "is_enabled": true, "mappings": [ {} ] } } '
{ "stream": { "name": "<string>", "destination_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mappings": [ {} ], "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_valid": true, "is_enabled": true } }
Updates stream configuration, including transform rules and delivery settings.
Show child attributes
Updated