Path: / {BASE} / config / comment / {key}

Return the description for the configuration key passed as argument.

Path parameters:
key - the configuration key for which to return the value

Method Summary
ResourceDescription
GET /{BASE}/config/comment/{key}Return the description for the configuration key passed as argument.

Method Detail
HTTP Example:
GET /{BASE}/config/comment/{key}

API Example:

ConfigurationWebService.getConfigurationComment({'key': /* key the configuration key for which to return the value */});

Return the description for the configuration key passed as argument.

Output:
javax.ws.rs.core.Response - the description of the requested configuration
Produces:
application/json
HTTP return codes:
200 - if the configuration key exists
404 - if the configuration key does not exist