We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a3730b + d27f4ff commit 69e15bdCopy full SHA for 69e15bd
src/Endpoints/Comments.php
@@ -38,8 +38,10 @@ public function __construct(Notion $notion)
38
}
39
40
/**
41
- * Retrieve a list of comments
+ * Retrieve a list of comments.
42
+ *
43
* @url https://api.notion.com/{version}/comments?block_id=* [get]
44
45
* @reference https://developers.notion.com/reference/retrieve-a-comment.
46
*
47
* @param string $blockId
@@ -87,8 +89,10 @@ public function onPage(string $pageId): self
87
89
88
90
91
- * Create a comment
92
+ * Create a comment.
93
94
* @url https://api.notion.com/{version}/comments [post]
95
96
* @reference https://developers.notion.com/reference/create-a-comment.
97
98
* @param CommentEntity $comment
0 commit comments