Update Follow-Up Prompt
Follow-Up Prompts
Update Follow-Up Prompt
Update an existing follow-up prompt by ID
PATCH
Update Follow-Up Prompt
The
Rules:
followUpPromptId is passed as a path parameter (not in the request body).
Provide exactly one of the following combinations to update the prompt 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 follow-up prompt ID does not exist.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json