Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/version/sessions/:session_handle/heartbeat

Verb: POST

Response code: 200 OK

Trigger heartbeat to tell the server that the client is active, and to keep the session alive as long as configured timeout value.

If a session does not receive a heartbeat or any other operations, the session will be destroyed when the timeout is reached.

Request body

{}

Response body

{}

...