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