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