Skip to content
RallyHere Docs
GitHub

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
>= 1 characters <= 128 characters

Query Parameters

refresh_ttl
boolean
default: true

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
>= 1 characters <= 4096 characters
instance_id
required

The instance ID for the instance acknowledging backfill.

string
>= 1 characters <= 128 characters

Responses

200

Successful Response

object
backfilled_players
required
Array<string>

403

Forbidden

object
auth_success
boolean
default: true
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
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string