Skip to main content
PATCH
/
comments
/
:id
cURL
curl --request PATCH \
  --url https://api.example.com/comments/:id
{
  "data": 123
}

Path Parameters

id
string<uuid>
required

Response

OK

data
number
required