latestOpenAPI 3.0.32026-08-15138306314.9 KB
cfd9e65e79bb
articles
Create an article
Creates a new article within a knowledge base.
Rate limit: 10 requests per minute
post/knowledge-bases/{id}/articles
Path parameters
idstring required
The ID of the knowledge base the article is being added to.
Request body
Response
Example response
{
"data": {
"tags": [
{
"object_type": "issue"
}
]
}
}