Skip to main content
Monitoring & Collection/Grafana Dashboards

UpdateDashboardLockConfig

Update the dashboard lock configuration parameters

PUT/api/v1/monitoring/dashboards/lock/config

Operation ID

UpdateDashboardLockConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • lockTtlMinutes
    IntegerRequired

    Updated lock TTL in minutes

    Example: 30

  • allowForceUnlock
    BooleanRequired

    Whether to allow force unlock

    Example: true

  • requireIfMatchHeader
    BooleanRequired

    Whether to require If-Match header on updates

    Example: true

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.