Skip to main content
PUT
/
multichannel
/
workspaces
/
{workspaceID}
/
sequences
/
{sequenceID}
/
schedule
Error
A valid request URL is required to generate request examples
{
  "schedule": {
    "friday": {
      "enabled": true,
      "from": 11,
      "to": 11
    },
    "monday": {
      "enabled": true,
      "from": 11,
      "to": 11
    },
    "saturday": {
      "enabled": true,
      "from": 11,
      "to": 11
    },
    "sunday": {
      "enabled": true,
      "from": 11,
      "to": 11
    },
    "thursday": {
      "enabled": true,
      "from": 11,
      "to": 11
    },
    "tuesday": {
      "enabled": true,
      "from": 11,
      "to": 11
    },
    "wednesday": {
      "enabled": true,
      "from": 11,
      "to": 11
    }
  },
  "timezone": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}
{
"data": "<unknown>",
"message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workspaceID
string
required

Workspace ID

sequenceID
integer
required

Sequence ID

Body

application/json

Update schedule request. Note: timezone fields accept only IANA time zone names (e.g., America/New_York).

The body is of type object.

Response

OK

schedule
object
timezone
string