v1
latestOpenAPI 3.0.32026-08-04850206.9 KBEditorial
Submit article feedback
Registers a thumbs-up/down on an article — the same counters the web's helpful buttons use. Per-key throttling applies upstream.
post/api/v1/articles/{slug}/feedback
Request body
Example request
{
"helpful": true
}Response
Example response
{
"data": {
"article": "what-is-bitcoin",
"helpful_yes": 13,
"helpful_no": 2
}
}