Skip to main content
PATCH
/
comments
/
{comment_id}
Update a comment by a user
curl --request PATCH \
  --url https://api.example.com/comments/{comment_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

comment_id
string
required

Response

Successful Response