Update Instance Info
PATCH /session/v1/session/{session_id}/instance
Update info about the instance. If the instance was a result of the instance allocation system, then it will have an allocation id. Allocated instances must send their allocation id for updates to ensure they are still the proper allocation.
Required Permissions:
- For any player (including themselves) any of:
session:*
,session:update:any
,session:update:self
Required Session Permissions: SessionPermissions.session_host
if user does not have the session:update:any
auth permission
Authorizations
Parameters
Path Parameters
Request Body required
A request body to update the instance resource in a session
object
Allocation ID for instance that’s been spun up
Is the instance joinable at this time?
Parameters to join the instance
object
Public connection string for instance
Private connection string for instance
Custom data to join a instance
object
Product Client Version number. Used for compatibility checking with players. Must be compatible with all players to spawn
Instance-defined custom data
object
The match ID associated with this instance
Responses
200
Successful Response
Information about the instance resource in a session
object
Allocation ID for instance that’s been spun up
Unique ID for the host/session relationship
Type of the host
Player ID of the host, if the host type is player
Player UUID of the host, if the host type is player
Unique ID for the process that is running this instance
Unique ID for the machine running the instance
Is the instance joinable at this time?
Parameters to join the instance
object
Public connection string for instance
Private connection string for instance
Custom data to join a instance
object
Parameters used by the host to startup. For UE5 this will contain the map and gamemode
object
Name of the map for the instance to spawn with
Game mode for the instance to spawn in
Additional commandline parameters for the instance
Custom data to pass through to the instance
object
Product Client Version number. Used for compatibility checking with players
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Instance-defined custom data
object
The current status of the instance
The profile id that this instance was spawned from
The match ID associated with this instance
403
Forbidden
object
422
Validation Error