Skip to content

AppointmentPatchRequest

Canonical wrapped appointment patch request or deprecated direct payload.

Composition

Any of: object, all of: AppointmentPatchInput

Type

any of: object, all of: AppointmentPatchInput

Example

{
  "patch": {
    "title": "string",
    "summary": "string",
    "contacts": []
  }
}