Skip to content

AppointmentPatchInput

Appointment fields to replace; omitted fields remain unchanged.

Composition

Any of: object, object, object

Type

any of: object, object, object

Example

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