patch
https://api.productboard.com/v2/entities/
Updates one or more fields of a Entities.
Use fields for full replacement of values, or patch for granular changes like adding/removing items in list-type fields.
You must use either fields or patch – not both.
The patch property supports these operations:
set– same as setting a value viafieldsaddItems– add one or more values to a list fieldremoveItems– remove values from a list fieldclear– erase the value of the field
Limitations
- Providing both
fieldsandpatchin the same request will return an error.