Update a product attached to a cluster option
PATCH/v2/clusteroptions/:lookupKey/:key/products/:productId
Applies a partial update to a product attached to the cluster option identified by the URL. Only fields supplied in the request body are modified.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The record was updated successfully and is returned in the response payload.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
An unexpected error prevented the request from completing.