- Home
- Resources
- Web Application
GET /admin/web_application
Gets the current Web Application settings.
Response Body
media type |
data type |
description |
application/json |
WebAppConfig
(JSON) |
The Web Application settings |
application/xml |
webAppConfig
(XML) |
PUT /admin/web_application
Updates the Web Application settings.
Only the fields that are included in the request body will be updated.
Response Body
media type |
data type |
description |
application/json |
WebAppConfig
(JSON) |
The Web Application settings |
application/xml |
webAppConfig
(XML) |