v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBCreate a new game event. Returns the full resource on success.
Path parameters
Universe that will own the new event (from path).
Request body
Event title. Clients must provide a non-empty value.
Event subtitle. Clients must provide a non-empty value.
Optional event description.
Event start time. Clients must provide a timestamp such as yyyy-MM-ddTHH:mm:ss.fffzzz or yyyy-MM-ddTHH:mm:ss.fffZ.
Event end time. Clients must provide a timestamp such as yyyy-MM-ddTHH:mm:ss.fffzzz or yyyy-MM-ddTHH:mm:ss.fffZ, and it must be after VirtualEventsApi.Models.V3.Request.CreateGameEventRequest.StartTime.
The visibility of a virtual event.
Group host. When omitted, the authenticated user is the host.
Optional venue place ID. When omitted, the event is created in the universe root place.
The featuring status of a virtual event.
Optional tagline. Length and content are validated server-side.
Response
The newly-created game event resource.
The unique id of the game event. Always populated. Serialized as a string to preserve precision for clients (event IDs exceed 2^53).
Localized title (caller's locale). Populated only when displayTitle is in the mask.
Localized subtitle. Populated only when displaySubtitle is in the mask.
Localized description. Populated only when displayDescription is in the mask.
The visibility of a virtual event.
The featuring status of a virtual event.
Tagline for featuring review; visible to curators only when featuring is opted into.
Whether all requested thumbnails were successfully persisted. Returned on Create/Update.
The type of RSVP statuses.