Interest Tags (PATCH)
- Resource
-
/connect/interest-tags/tags/${tagId}
- Example for PATCH
-
https://yourInstance.salesforce.com/services/data/vXX.X/connect /interest-tags/tags/0qOxx0000004C94EAE
- Available version
- 54.0
- Requires Chatter
- No
- HTTP methods
- PATCH
- Request body for PATCH
-
- JSON example
-
{ "tagDescription":"High networth group", "tagName":"High networth", "addCategoryIds":[ "0ZOi000001CkbWugnd", "0ZOi000001CkbWugne", "0ZOi000001CkbWugnf" ], "removeCategoryIds":[ "0ZOi000001CkbWnnnn", ] }
- Properties
-
Name Type Description Required or Optional Available Version addCategoryIds String[] The categories to assign to an Interest Tag. Optional 54.0 removeCategoryIds String[] The categories to remove from an Interest Tag. Optional 54.0 tagDescription String The description of an Interest Tag. Optional 54.0 tagName String The name of an Interest Tag. Optional 54.0
- Response body for PATCH
- Interest Tag Update Output