Update Nurture
PATCH /nurtures/{nurture_id}
PATCH
/nurtures/{nurture_id}
Patch a nurture. Omitted fields are left alone.
exclude_unset rather than exclude_none: the app distinguishes “field
absent” from “field explicitly set to null”, and collapsing the two would
make it impossible to clear an optional field such as schedule_id.
Authorizations
Parameters
Path Parameters
nurture_id
required
Nurture id.
string
Nurture id.
Header Parameters
Request Body required
Patch a nurture. Every field optional; omit one to leave it unchanged.
object
Responses
200
Successful Response
object
data
required
One nurture sequence.
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string