APIReferenceSessions
Stage an activity moment
Stages a moment for an activity so the host can bring it live. Returns the created LiveMoment. The session id in the path is informational; the activity id determines the target session.
Authorization
ApiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Session id.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/sessions/string/present" \ -H "Content-Type: application/json" \ -d '{ "activityId": "string" }'{ "moment": {}}{ "error": "string", "issues": [ { "path": [ null ], "message": "string" } ]}{ "error": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}