Update Backfill Request
PATCH/session/v1/backfill/session/:session_id
Update a existing backfill's search fields and extensions
Request
Path Parameters
Possible values: non-empty and <= 128 characters
Query Parameters
Default value: true
- application/json
Body
required
Array [
]
Possible values: non-empty and <= 128 characters
The instance ID for this backfill request
additional_join_params
object
Additional parameters to apply to a matchmaking ticket
double_args
object
Additional double arguments to add to the matchmaking ticket
string_args
object
Additional string arguments to add to the matchmaking ticket
Possible values: non-empty and <= 4096 characters
Default value: ``
Additional tags to add to the matchmaking ticket
extensions
object
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
teams
object[]
The teams and number of players that need to be backfilled. Leaving this out (or supplying an empty list) is treated as no players are currently required
The number of players we want to backfill
Id for the team that requires backfilled players
Responses
- 204
- 403
- 404
- 422
Successful Response
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Backfill resource could not be found on the session, or in the open-match system
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}