Skip to main content

Interface: ConfigurePatientSyncRequest

Defined in: packages/sdk/src/api/patientsync-connections.ts:9

Upsert the workspace's PatientSync connection. On first configure apiBaseUrl + apiKey are required; later configures apply only the fields provided (so the key can be rotated or the form changed independently). apiKey is write-only — it is never returned by any endpoint.

Properties

apiBaseUrl?

optional apiBaseUrl: string

Defined in: packages/sdk/src/api/patientsync-connections.ts:10


apiKey?

optional apiKey: string

Defined in: packages/sdk/src/api/patientsync-connections.ts:11


enabled?

optional enabled: boolean

Defined in: packages/sdk/src/api/patientsync-connections.ts:15


fallbackDid?

optional fallbackDid: string

Defined in: packages/sdk/src/api/patientsync-connections.ts:14


formSlug?

optional formSlug: string

Defined in: packages/sdk/src/api/patientsync-connections.ts:13


requestor?

optional requestor: string

Defined in: packages/sdk/src/api/patientsync-connections.ts:12