We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Request:
PATCH /v2/items/{id}/features
The body of the request must contain a JSON where you put every feature you want to change, with the new value. Other features will be unchanged.
Example:
{ "feature1": "value1", "feature2": "value2", "feature3": "value3" }
PUT /v2/items/{id}/features
Set the features of an item and delete every other features. The body is the same as above