Restore deleted dashboards
PATCH {{baseUrl}}/api/v1/dashboard
Restore dashboards using the specified IDs. If there are any failures, no dashboards will be restored (partial success is not allowed).
Request Body
{"data"=>[{"id"=>"123-abc-456", "type"=>"dashboard"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |