Get external locks settings
Get external locks settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
ext_locks object[]
id integerPossible values:
<= 7
timeout integerPossible values:
<= 255
Unlock time in seconds
{
"ext_locks": [
{
"id": 0,
"timeout": 0
}
]
}
{
"ext_locks": [
{
"id": 2,
"timeout": 3
},
{
"id": 3,
"timeout": 3
}
]
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...