Create a Session Event
Creates an event associated with a session.
Authorizations: Sessions - EDIT
Requests
POST /apis/sessions/:sessionId/events { |
Response
Success
{ |
Error
HTTP Status Code | Payload | Description |
---|---|---|
400 | {"code":"010000", "name":"BadRequest", | Supplied data was insufficient or incorrect. |
404 | {"code":"040006", "name":"SessionNotFound", | Session id in API call was not found. |