Add Vote to Topic
Last updated
Was this helpful?
Last updated
Was this helpful?
All API requests should contain .
faqName
string
yes
The name of the FAQ instance for the request
id
integer
yes
The id of the topic you wish to add a new vote to
Body of request should containthe following model serialized to JSON.
feedbackText
string
The text feedback for the vote. The value will be saved only if the isLiked
property is false
isLiked
boolean
If true
vote evaluated as positive, otherwise as negative
reason
The possible reason for downvoting a topic. If set to null, the reason will contain the value other
The request does not have a body response.
nullable enumeration