diff --git a/index.html b/index.html
index 5e90578..829903b 100644
--- a/index.html
+++ b/index.html
@@ -909,6 +909,7 @@ dogapi.metric.query(then, now, query, function(err, res){
- name: the name of the monitor
- message: the message for the monitor
+- tags: a list of strings as tags to associate with the monitor
- options: an object, to see available options please see the monitor create docs
@@ -973,6 +974,7 @@ dogapi.monitor.get(1234, function(err, res){
- group_states: an array containing any of the following "all", "alert", "warn", or "no data"
- tags: an array of "tag:value"'s to filter on
+- monitor_tags: a comma separated list indicating what service and/or custom tags
callback
@@ -1010,6 +1012,7 @@ dogapi.monitor.getAll(function(err, res){
- name: the name of the monitor
- message: the message for the monitor
+- tags: a list of strings as tags to associate with the monitor
- options: an object, to see available options please see the monitor create docs