Update Conversation Starter
Conversation Starters
Update Conversation Starter
Update an existing conversation starter by ID
PATCH
Update Conversation Starter
The
Rules:
id field (starter ID) is required in the request body.
Provide exactly one of the following combinations to update the starter type:
| Type | Required Fields |
|---|---|
| Button | buttonTitle + buttonMessage |
| Link | linkText + linkSrc |
- Providing fields from both types returns
400 Cannot provide both button fields and link fields. - Providing neither type returns
400 Must provide either (buttonTitle + buttonMessage) or (linkText + linkSrc). - Providing only one field from a pair returns
400as well. - Switching type (e.g. button → link) is supported — the opposing fields are automatically cleared.
- Returns
404if the starter ID does not exist.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Provide either (buttonTitle + buttonMessage) or (linkText + linkSrc) — not both.