Desktop Application Resource

GET /admin/desktop_application

Gets the current Desktop Application settings.

Response Body
media type data type description
application/json DesktopAppAdminConfig (JSON) The Desktop Application settings
application/xml desktopAppAdminConfig (XML)

PUT /admin/desktop_application

Updates the Desktop Application settings. Only the fields that are included in the request body are modified. Any fields left out will remain unchanged.

Request Body
media type data type
application/json DesktopAppAdminConfig (JSON)
application/xml desktopAppAdminConfig (XML)
Response Body
media type data type description
application/json DesktopAppAdminConfig (JSON) The full Desktop Appication settings.
application/xml desktopAppAdminConfig (XML)