Update Backfill Request
PATCH
/session/v1/backfill/session/{session_id}
Update a existing backfill’s search fields and extensions
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
session_id
required
string
Query Parameters
refresh_ttl
boolean
Request Body required
object
additional_join_params
Additional fields put on the matchmaking ticket for open match to search with (see https://openmatch.dev/site/docs/reference/api/#searchfields)
object
double_args
Additional double arguments to add to the matchmaking ticket
object
key
additional properties
number
string_args
Additional string arguments to add to the matchmaking ticket
object
key
additional properties
string
tags
Additional tags to add to the matchmaking ticket
Array<string>
extensions
Additional extensions to add to the matchmaking ticket. Value is a base64 string representation of the protobuf binary data. The data will be converted back to binary before being put on the ticket
object
key
additional properties
string
instance_id
required
The instance ID for the instance acknowledging backfill.
string
Responses
204
Successful Response
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