Backfill Config
GET/session/v1/backfill/config
Get config about how often backfill heartbeats must be sent in order to prevent the backfill resource from being deleted
Required Permissions:
- For any player (including themselves) any of:
session:*,session:read:config
Responses
- 200
- 403
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
timeout time-deltarequired
How often we expect backfill heartbeats to occur
{
"timeout": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
auth_success Auth Success (boolean)
Default value: true
error_code Error Code (string)required
desc Desc (string)required
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Loading...