98174db0934c
latestOpenAPI 3.0.02026-08-10267290511.7 KBHelp center articles
Create a new article
Create a new help center article in a collection. title, description and content may be sent either localized ({ "en": ... }) or as a bare value, which is stored under the help center's default language. project, helpcenterCollection, docId, lexorank, plainContent and baseAudienceFilter are assigned by the server and ignored if sent. The article is created unpublished (isDraft: true) unless isDraft: false is passed.
content is TipTap JSON. Images are image nodes referencing a hosted image URL: { "type": "image", "attrs": { "src": "<url>" } }. To host images on the Gleap CDN, upload them first via POST /v3/uploads (or import from an existing URL via POST /v3/uploads/from-url) and use the returned fileUrl as the src.
post/helpcenter/collections/{helpcenterCollectionId}/articles
Headers
projectstring required
Request body
Response
Ok