Update a shared dashboard
PUT {{baseUrl}}/api/v1/dashboard/public/:token
Update a shared dashboard associated with the specified token.
Request Body
{"global_time"=>{"live_span"=>"1h"}, "share_list"=>["test@datadoghq.com", "test2@datadoghq.com"], "share_type"=>"invite"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"dashboard_id":"123-abc-456","dashboard_type":"custom_timeboard","author":{"handle":"test@datadoghq.com","name":"consequat irure sit"},"created_at":"2008-04-06T04:45:45.510Z","global_time":{"live_span":"1h"},"global_time_selectable_enabled":false,"public_url":"fugiat esse mollit adipisicing","selectable_template_vars":[{"default_value":"*","name":"exampleVar","prefix":"test","visible_tags":["selectableValue1","selectableValue2"]}],"share_list":["test@datadoghq.com","test2@email.com"],"share_type":"open","token":"dolor fugiat consectetur ex"}