cURL
curl --request PATCH \ --url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{}
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
1 - 255
Catalog updated successfully
The response is of type object.
object