v3
OpenAPI 3.1.02026-07-31495191.1 MBComments
Update a comment
patch/v1/comments/{comment_id}
Path parameters
comment_idstring required
Headers
Notion-Version'2026-03-11' required
The API version to use for this request. The latest version is 2026-03-11.
Request body
Example request
{
"rich_text": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
]
}Response
Example response
{
"rich_text": [
{
"text": {
"link": {
"url": "https://www.notion.com"
}
}
}
]
}