latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB

3b3179c504b0

Products

Replace a product (full update)

Full replacement — all required fields must be supplied. Missing optional fields revert to defaults.

put/api/v1/products/{id}

Path parameters

idstring uuid required

Record UUID

Request body

namestring required

Product name

descriptionstring

Product description

stockinteger

Units available in stock

categorystring

Product category

Response

Default Response

successboolean

Example response

{
  "success": true
}