Skip to main content

Upsert a discussion (deprecated — prefer by-external comment create)

POST 

/api/v1/discussions

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Creates a discussion on first call and updates the title on subsequent calls with the same external_id. Still useful when a publisher wants to seed a title before any comment arrives. For the common "comment on first visitor" flow, prefer POST /api/v1/discussions/by-external/{externalId}/comments — it materialises the discussion lazily so the widget avoids a write on every article view.

Request

Responses

Default Response