latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
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
Example request
{
"visibility_config": {
"customer_visibility_condition": {
"subfilters": [
{
"field": "state",
"operator": "equals",
"value": "new"
}
]
}
}
}Response
Example response
{
"data": {
"tags": [
{
"object_type": "issue"
}
],
"visibility_config": {
"customer_visibility_condition": {
"subfilters": [
{
"field": "state",
"operator": "equals",
"value": "new"
}
]
}
}
}
}