Skip to main content
PATCH
/
api
/
v0
/
repositories
/
{repo_id}
/
comments
/
files
/
{comment_id}
Update a comment on a file.
curl --request PATCH \
  --url https://api.example.com/api/v0/repositories/{repo_id}/comments/files/{comment_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "resolved": true
}
'
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

repo_id
string<uuid>
required
comment_id
string<uuid>
required

Body

application/json

Update a comment on a file.

content
string | null
resolved
boolean | null

Response

Comment updated