Updates the product-model identified by the given id.
Being a full update, the payload should provide the complete product-model object: it is therefore recommended to read the product-model first and then send back the modified object.
Required permissions: READ_PRODUCT_MODEL, WRITE_PRODUCT_MODEL.
The name of the tenant (e.g. acme).
The product-model identifier.
The details of the product-model being updated.
The product-model name.
The product-model description text.
The product-model technical description text.
The technical schemes associated with this product-model.
The schema identification code.
The schema name.
The schema description text.
The schema HTTPS image URL.
The schema image content type. In case of SVG, the schema is embedded into the page HTML and becomes clickable according to positions.
The product-model HTTPS image URL.
The id of the category this product-model belongs to.
The id of the thing-definition with which the product-model is associated.
Successfully updated.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.