Skip to main content
POST
/
billing
/
charge
/
update-comment
/
{id}
Update Charge Comment
curl --request POST \
  --url https://api.decodahealth.com/billing/charge/update-comment/{id} \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "comment": "<string>"
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

id
string
required

Body

application/json
comment
string
required

Response

Successful Response

The response is of type boolean.