cURL
curl --request PUT \ --url https://api.joinrefine.io/organizations/{orgId}/catalogs/{catalogId} \ --header 'Content-Type: application/json' \ --header 'REFINE_API_KEY: <api-key>' \ --data ' { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "productCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Update catalog details
API key for authentication
Organization ID (UUID)
Catalog ID (UUID)
Catalog ID (must match path parameter)
New catalog name
Organization ID (must match path parameter)
New catalog description
Catalog updated successfully
Catalog ID
Catalog name
Catalog description
Organization ID
Number of products in catalog
Creation timestamp
Last update timestamp