Skip to main content
POST
/
calendar
/
appointment-checklist
/
update
Update Appointment Checklist
curl --request POST \
  --url https://api.decodahealth.com/calendar/appointment-checklist/update \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "appointmentChecklistId": "<string>",
  "eventId": "<string>",
  "completedDate": "2023-11-07T05:31:56Z"
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
appointmentChecklistId
string
required
eventId
string
required
completedDate
string<date-time> | null

Response

Successful Response

The response is of type boolean.