Update property values for a target
PATCH/api/v4/properties/groups/:group_name/:object_type/values/:target_id
Update one or more property values for a specific target within a group. Uses upsert semantics: creates the value if it doesn't exist, updates it if it does. All field IDs must belong to the specified group. The template object type cannot have values and will return 400. The system object type must use the dedicated /api/v4/properties/groups/{group_name}/system/values endpoint and will return 400 on this route.
Request
Responses
- 200
- 400
- 401
- 403
Property values update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions