v1
latestOpenAPI 3.0.02026-08-062903562.2 MBFAQ
updateFAQ
Update a FAQ
put/faqs/{faq}
Path parameters
faqinteger required
Example:321
Primary identifier of FAQ
Request body
Example request
{
"answer": "The answer to this question is 42",
"question": "What is a question?",
"tag": "other",
"weight": 10
}Response
Success
Example response
{
"answer": "The answer to this question is 42",
"campaign_id": 227362,
"created_at": "2021-04-23T08:23:21Z",
"id": 9384,
"organization_id": 82364,
"question": "What is a question?",
"tag": "other",
"updated_at": "2021-04-23T10:25:03Z",
"weight": 10
}