Create or update client/brand product mappings
PUT/v1/admin/clients/:slug/products
Creates or updates the product mappings for the specified client/brand.
Each entry references a product by productKey and productVersion.
Products not listed in the request body are left untouched. Returns
404 if a referenced product does not exist in the catalog.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
- 503
Client/brand product updated successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Client slug not found (ADM004009) or No matching product found (ADM004002)
Capability not configured for this tenant (CRT022003)
Internal server error (GEN100000) or Service error (GEN100001)
All connector targets are currently unhealthy (CRT103001)