From c1e3897f337b7dce829e13875c1fd78a67ad3dcd Mon Sep 17 00:00:00 2001 From: Manos Nikakis Date: Wed, 16 Dec 2020 20:00:20 +0200 Subject: [PATCH] update board searchLabels method path endpoint #27 --- lib/resources/Boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resources/Boards.js b/lib/resources/Boards.js index 3e39fc5..1d82898 100644 --- a/lib/resources/Boards.js +++ b/lib/resources/Boards.js @@ -36,7 +36,7 @@ module.exports = TrelloResource.extend({ searchLabels: trelloMethod({ method: 'GET', - path: '/{id}/customLabels', + path: '/{id}/labels', urlParams: [ 'id' ] }),