From 0da84a3e8cf9ec9bdce3935f558cade94043502a Mon Sep 17 00:00:00 2001 From: Ryan Fletcher Date: Thu, 12 Jul 2018 20:33:12 -0400 Subject: [PATCH] Corrected comment in BoardApiController from copy / paste. Signed-off-by: Ryan Fletcher --- lib/Controller/BoardApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {