Create Session Event
Create an event in the log for this session. Internal session operations will create new events that are accessible from the get request.
Player clients and instances are expected to create events here when something occurs on their clients that is relevant.
Required Permissions:
For any player (including themselves)any of: session:update:any
, session:*
, session:update:event
Required Session Permissions: None
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
Request Body required
A request body to create an event about a session
object
Code that identifies this type of event. See CommonEventCode for common examples.
Description metadata about the event
Custom data about this event
object
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Responses
200
Successful Response
403
Forbidden
object
404
Session doesn’t exist. See error code for more info
object
422
Validation Error