PATCH
https://stoplight.io/mocks/replyteam/reply/765516802
/
sequences
/
{id}
/
steps
/
{step_id}
curl --request PATCH \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/sequences/{id}/steps/{step_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123,
  "type": "Email",
  "number": 1,
  "delayInMinutes": 0,
  "template": {
    "id": 456,
    "subject": "Introduction Email",
    "body": "Hi {{firstName}},\n\nI wanted to reach out regarding..."
  }
}'
{
  "id": 123,
  "type": "Email",
  "number": 1,
  "delayInMinutes": 0,
  "template": {
    "id": 456,
    "subject": "Introduction Email",
    "body": "Hi {{firstName}},\n\nI wanted to reach out regarding..."
  }
}

Path Parameters

id
string
required

Sequence Id

step_id
string
required

Step Id

Body

application/json

Response

200 - application/json

Sequence step updated successfully

The response is of type object.