Edit a Session
Edits the specified session.
Authorizations: Sessions - EDIT
Requests
PUT /apis/sessions/:sessionId { |
Response
Success
{ |
Error
Code | Payload | Description |
---|---|---|
400 | {"code":"010001", "name":"InputValidation", | Supplied data was insufficient or incorrect. |
403 | {"code":"040006", "name":"SessionHidden", | Session is hidden and requester does not own the session. |
404 | {"code":"040006", "name":"SessionNotFound", | Session with UUID sessionId not found. |
500 | {"code":"070000", "name":"InternalServer", | Updating the session failed. Please see |