Web Application Resource

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.

Request Body
media type data type
application/json WebAppConfig (JSON)
application/xml webAppConfig (XML)
Response Body
media type data type description
application/json WebAppConfig (JSON) The Web Application settings
application/xml webAppConfig (XML)