Update product
Update product
Path Parameters |
---|
productId uuid — REQUIRED |
Header Parameters |
---|
organization-id uuid — REQUIREDID of organization context this request belongs to. |
Request Body — REQUIRED | ||||
---|---|---|---|---|
accessDefinitionId uuid | ||||
colour stringPossible values: length ≤ 32 | ||||
description stringPossible values: length ≤ 240 | ||||
detailedDescription string | ||||
name stringPossible values: 3 ≤ length ≤ 50 | ||||
productLinks object[]Must be 'null' or complete list of product links. That means: a) an empty list will remove all existing links on a product b) when adding a new link, all existing links have to be also included
| ||||
productStatus stringPossible values: [ | ||||
publiclyAvailable boolean | ||||
supportMultiplePlans boolean |
Responses | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Product successfully updated
| |||||||||||||||||||||||||||||||||||||||||||
400 Bad Request (e.g. element not found or resource conflict).
| |||||||||||||||||||||||||||||||||||||||||||
403 Missing permission
| |||||||||||||||||||||||||||||||||||||||||||
500 Internal server error (Internal service communication or process error).
|