Skip to main content
PATCH
Partial update campaign

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Path Parameters

id
string<uuid>
required

A UUID string identifying this Campaign.

Body

Campaign Serializer

reference
string | null

Generated reference string

Maximum string length: 30
name
string

Campaign name (captured at client commitment)

Maximum string length: 255
start_date
string<date>

Campaign start date

end_date
string<date>

Campaign end date

status
string

Lead status

Required string length: 1 - 50
node
string

Workflow Node

Required string length: 1 - 50

Response

200 - application/json

Campaign Serializer

id
string<uuid>
required
read-only
start_date
string<date>
required

Campaign start date

end_date
string<date>
required

Campaign end date

status
string
required

Lead status

Maximum string length: 50
node
string
required

Workflow Node

Maximum string length: 50
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
reference
string | null

Generated reference string

Maximum string length: 30
name
string

Campaign name (captured at client commitment)

Maximum string length: 255