Skip to content
TALA
Esc
navigateopen⌘Jpreview

Edit a comment

Author or organization Owner/Admin only.

PATCH/api/projects/{projectId}/comments/{commentId}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
projectIdstringrequired
commentIdstringrequired
Header parameters
x-organization-idstring
Target organization id. Defaults to the caller's personal organization when omitted.
Request body
requiredapplication/json
bodystringrequired
min length 1 · max length 5000
Responses
200
403You do not belong to an active organization
Try it
Server
Authorization
Parameters
Bodyapplication/json
Request
curl -X PATCH "http://localhost:8000/api/projects/string/comments/string" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "body": "string"
}'
Response
No example response.