diff --git a/lib/Controller/BoardApiController.php b/lib/Controller/BoardApiController.php index 1f0ede20e..f854e0278 100644 --- a/lib/Controller/BoardApiController.php +++ b/lib/Controller/BoardApiController.php @@ -112,7 +112,7 @@ class BoardApiController extends ApiController { * @params $color * @params $archived * - * Create a board with the specified title and color. + * Update a board with the specified boardId, title and color, and archived state. */ public function update($boardId, $title, $color, $archived) {