Acknowledge Backfill Request
POST
/session/v1/backfill/session/{session_id}/
Acknowledge a backfill request, and keep it alive. If an acknowledgment is missed, open-match will delete the backfill object
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
session_id
required
string
Query Parameters
refresh_ttl
boolean
Request Body required
object
extensions
Additional extensions to add to the Assignment for the backfill resource associated with the session
object
key
additional properties
string
instance_id
required
The instance ID for the instance acknowledging backfill.
string
Responses
200
Successful Response
object
backfilled_players
required
Array<string>
403
Forbidden
object
auth_success
boolean
error_code
required
string
desc
required
string
404
Backfill resource could not be found on the session, or in the open-match system
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string