Skip to main content
PATCH
/
cases
/
{case_id}
/
comments
/
{comment_id}
Update Comment
curl --request PATCH \
  --url https://api.example.com/cases/{case_id}/comments/{comment_id} \
  --header 'Content-Type: application/json' \
  --cookie fastapiusersauth= \
  --data '
{
  "content": "<string>",
  "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

case_id
string<uuid>
required
comment_id
string<uuid>
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
content
string | null
Required string length: 1 - 5000
parent_id
string<uuid> | null

Response

Successful Response