Is there an API endpoint to update a tracker label/name?
Yes.
Use tracker/settings/update.
tracker/settings/update
Be careful: this call also requires group_id.
group_id
If you send the wrong group_id, the tracker can be moved.
Safe bulk approach:
Call tracker/list to get tracker_id and current group_id.
tracker/list
tracker_id
Call tracker/settings/update with the same group_id and new label.
label
tracker/listarrow-up-right
tracker/settings/updatearrow-up-right
Last updated 7 days ago
Was this helpful?