This endpoint documentation is generated directly from openapi.yaml.

PUT /products

Operation ID: updateProduct

Update an existing product

Security requirements:

SchemeScopes
BearerAuth-

Required: yes.

Content type: application/json

{ "$ref": "#/components/schemas/ProductUpdate" }
StatusDescriptionContent Types
200Product updated successfullyapplication/json
400

Schema for response 200 (application/json):

{}