Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Path Parameters

id
string
required

Project id.

Minimum string length: 1

Body

application/json

Project update payload.

agencyName
string
Example:

"Acme Agency"

active
boolean

Whether the project accepts calls. Parking a project frees its plan slot.

Example:

true

callbacksHandledByHuman
boolean
Example:

false

multipleTimezoneCheck
boolean
Example:

true

businessName
string
Example:

"Acme Clinic"

businessNameOverridden
boolean
Example:

true

callingWindowOverride
object
knowledgeBase
string
Example:

"Clinic hours are Monday through Friday, 9 AM to 5 PM."

{key}
any

Response

Updated project.

success
boolean
required
data
object
required