Update a product version
PATCH/products/:productId/:version
Update an existing version of a product. Only unpublished versions can be modified.
Request
Responses
- 204
- 400
- 401
- 409
- 422
There is no content to send for this request, but the headers may be useful.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
The request conflicts with the current state of the server.
Client error