Skip to content

Commit 69e15bd

Browse files
committed
Merge branch 'feature/resolve' of https://github.com/5am-code/laravel-notion-api into feature/resolve
2 parents 9a3730b + d27f4ff commit 69e15bd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Endpoints/Comments.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ public function __construct(Notion $notion)
3838
}
3939

4040
/**
41-
* Retrieve a list of comments
41+
* Retrieve a list of comments.
42+
*
4243
* @url https://api.notion.com/{version}/comments?block_id=* [get]
44+
*
4345
* @reference https://developers.notion.com/reference/retrieve-a-comment.
4446
*
4547
* @param string $blockId
@@ -87,8 +89,10 @@ public function onPage(string $pageId): self
8789
}
8890

8991
/**
90-
* Create a comment
92+
* Create a comment.
93+
*
9194
* @url https://api.notion.com/{version}/comments [post]
95+
*
9296
* @reference https://developers.notion.com/reference/create-a-comment.
9397
*
9498
* @param CommentEntity $comment

0 commit comments

Comments
 (0)