diff --git a/src/application/controllers/api/v1/Settings.php b/src/application/controllers/api/v1/Settings.php index cff2fa38..b16af029 100644 --- a/src/application/controllers/api/v1/Settings.php +++ b/src/application/controllers/api/v1/Settings.php @@ -88,7 +88,7 @@ class Settings extends API_V1_Controller { /** * PUT API Method * - * @param string $name The setting name to be updated. + * @param string $name The setting name to be inserted/updated. */ public function put($name) { try {