Infrastructure/Agents
PUTAgentSince 1.0SynchronousAuth Required
UpdateLockConfig
Update the global lock configuration for TTL and auto-release behavior
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body 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
Responses
Endpoint
PUT/api/v1/agents/locks/config
/api/v1/agents/locks/config
Request Example
curl -X PUT '{host}/api/v1/agents/locks/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"lockTtlMinutes":30,"allowForceUnlock":true,"requireIfMatchHeader":true}'
Response Example
200{
"defaultTtlSeconds": 300,
"maxTtlSeconds": 3600,
"autoReleaseEnabled": true
}Change History
This API has no change history records yet.
