/api/params/:token


Set arbitrary parameters on the session

Method

POST

Parameters

  • id — Xrdp session id
  • params — JSON object of key/value pairs of parameters to be set

Notes

Each value in params will be converted to a string before it is stored. A null or empty string value will cause that key to be deleted.

Result

  • NULL