cURL
curl --request PATCH \ --url https://api.prequel.co/import/providers/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "provider": { "name": "<string>", "is_enabled": true, "products": [ "<string>" ] } } '
{ "provider": { "name": "Customer EU", "id": "usr_abc", "datalake_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_enabled": false, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "products": [ "<string>" ] } }
Updates provider metadata or configuration.
Show child attributes
Updated