* @brief Enable or disable a client. * @param response The HTTP response object. * @param request The HTTP request object. * The body for the POST request should be JSON serialized in the following format: * @code{.json} * { * "uuid": " ", * "enabled": true * } * @endcode * * @api_examples{/api/clients/update| POST| {"uuid":" ","enabled":true}} */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected