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' ] }),