UpdateLockConfig
Update the global lock configuration for TTL and auto-release behavior
PUT
/api/v1/agents/locks/configOperation ID
UpdateLockConfigSince
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
