Skip to content

Commit 2cb3008

Browse files
committed
Update 'Get Board Items Page' action description for clarity
- Changed the action description to specify that it retrieves all items from a board, enhancing clarity for users. Updated the documentation link accordingly.
1 parent 2ab2c6e commit 2cb3008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/monday/actions/get-board-items-page/get-board-items-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
...common,
55
key: "monday-get-board-items-page",
66
name: "Get Board Items Page",
7-
description: "Searches a column for items matching a value. [See the documentation](https://developer.monday.com/api-reference/reference/items-page-by-column-values)",
7+
description: "Retrieves all items from a board. [See the documentation](https://developer.monday.com/api-reference/reference/items-page)",
88
version: "0.0.1",
99
annotations: {
1010
destructiveHint: false,

0 commit comments

Comments
 (0)