UpdateDashboardLockConfig
Update the dashboard lock configuration parameters
PUT
/api/v1/monitoring/dashboards/lock/configOperation ID
UpdateDashboardLockConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
lockTtlMinutesIntegerRequiredUpdated lock TTL in minutes
Example: 30
allowForceUnlockBooleanRequiredWhether to allow force unlock
Example: true
requireIfMatchHeaderBooleanRequiredWhether to require If-Match header on updates
Example: true
