Skip to content

Commit 93e63a0

Browse files
committed
update properties description
1 parent cc13504 commit 93e63a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notion/actions/update-page/update-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
properties: {
6868
type: "object",
6969
label: "Properties",
70-
description: "Enter the page properties as a JSON object",
70+
description: "The property values to update for the page. The keys are the names or IDs of the property and the values are property values. If a page property ID is not included, then it is not changed. Example: `{ \"Name\": \"Tuscan Kale\", \"Description\": \"A dark green leafy vegetable\" }`",
7171
},
7272
};
7373
}

0 commit comments

Comments
 (0)