Replace the default dashboard
PUT
https://api.coralogix.com/mgmt/openapi/5/dashboards/dashboards/v1/{dashboard_id}/defaultSets the specified dashboard as the default.
Requires the following permissions:
team-dashboards:Update
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
dashboard_id# stringrequired
Possible values: >= 21 characters and <= 21 characters, Value must match regular expression ^[\s\S]*$
The dashboard id.
Body
application/json
This is a request to replace a default dashboard
requestId#stringrequired
Idempotency key for the replace default dashboard request, used to prevent duplicate operations.
Possible values: non-empty and <= 128 characters, Value must match regular expression ^[\s\S]*$
Response
application/json
This is a response received when default dashboard has been replaced