Skip to main content
PUT
Update a queue schedule

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
profileId
string
required
Required string length: 1 - 255
queueId
string
required
Required string length: 16
Pattern: ^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]{16}$
name
string
Required string length: 1 - 120
timezone
string
Minimum string length: 1
active
boolean
isDefault
boolean
slots
object[]

Response

Queue schedule updated.

ok
boolean
required
data
object
required