Skip to main content
PUT
/
api
/
faqs
/
{faqId}
Update a FAQ
curl --request PUT \
  --url https://app.demand-iq.com/api/faqs/{faqId} \
  --header 'Content-Type: application/json' \
  --cookie session= \
  --data '
{
  "userQuestion": "<string>",
  "cannedAnswer": "<string>",
  "relatedSlideId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Path Parameters

faqId
string<uuid>
required

UUID of the FAQ

Body

application/json
userQuestion
string
cannedAnswer
string

Response

Updated FAQ

faq
object