api
/api/account/update_tags
July 16, 2009 11:06 AM
Add or delete tags from a graph or report.

authentication is required

params:
return This value specifies how you would like the response sent back.

Possible Values:
  • xml (Default) an xml feed
  • json returns the feed in JSON format
graph_id ID of the graph.
report_id ID of the report. (Premium and above users only)
add_tags tags to be added to this graph separated by spaces (spaces within tags should be represented by underscores). Pro users my use this to add tags to reports
remove_tags tags to be removed from this graph separated by spaces (spaces within tags should be represented by underscores). Pro users my use this to remove tags from reports.