Skip to main content
PUT
Update clinic info

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Tenant
number
required

Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.

Body

application/json
phone_number
string | null

Primary public-facing phone number.

Maximum string length: 32
address
string

Clinic street address.

Maximum string length: 500
knowledge_base
string | null

Free-form knowledge base text used by the AI assistant.

Maximum string length: 5000
services
(string | null)[] | null

List of clinic services (e.g. "Parking", "Wi-Fi").

A services value.

Maximum string length: 120
location
object

Geographic coordinates.

work_hours
object[] | null

Weekly work hours, one entry per day of the week.

Required array length: 7 elements

Response

success
string
required
data
TenantResource · object
required