From a79eb01f865ff5d539cbefd197a35c0a49cf068f Mon Sep 17 00:00:00 2001 From: Lewis Chung Date: Mon, 1 Aug 2016 21:49:18 -0700 Subject: [PATCH] Add screenboard update API Datadog now has a screenboard update API. - I used the same parameters as the create call + boardId. - Also ran `npm run docs` --- index.html | 67 ++++++++++++++++++++++++++ lib/api/screenboard.js | 105 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+) diff --git a/index.html b/index.html index 5e61910..5e90578 100644 --- a/index.html +++ b/index.html @@ -1177,6 +1177,7 @@ dogapi.monitor.unmuteAll(function(err, res){

screenboard