Update a product's name
POST {{baseUrl}}/products/:id/change-name
Change name of a product
Request Body
{"newName"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-version | string | (Required) Specifies the version of the resource | |
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |