Post
/v1/Articles

Security
API Key
Header parameter nameapi_token
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Body parameters


object

title
string   Required 

The title of the article

Min length1
content
string 

Content of the article. Both markdown and HTML content are supported


category_id
string   Required 

The ID of the category where the article will be created

Min length1
project_version_id
string   Required 

The project version ID in which the article will be created

Min length1
order
integer 

The position of the article in the category tree (By default, it will be placed at the bottom of the category)


user_id
string   Required 

The ID of the team account that will be marked as a contributor of the article

Min length1
content_type
integer 

Valid values[0,1,2]

object

title
string   Required 

The title of the article

Min length1
content
string 

Content of the article. Both markdown and HTML content are supported


category_id
string   Required 

The ID of the category where the article will be created

Min length1
project_version_id
string   Required 

The project version ID in which the article will be created

Min length1
order
integer 

The position of the article in the category tree (By default, it will be placed at the bottom of the category)


user_id
string   Required 

The ID of the team account that will be marked as a contributor of the article

Min length1
content_type
integer 

Valid values[0,1,2]

object

title
string   Required 

The title of the article

Min length1
content
string 

Content of the article. Both markdown and HTML content are supported


category_id
string   Required 

The ID of the category where the article will be created

Min length1
project_version_id
string   Required 

The project version ID in which the article will be created

Min length1
order
integer 

The position of the article in the category tree (By default, it will be placed at the bottom of the category)


user_id
string   Required 

The ID of the team account that will be marked as a contributor of the article

Min length1
content_type
integer 

Valid values[0,1,2]

object

title
string   Required 

The title of the article

Min length1
content
string 

Content of the article. Both markdown and HTML content are supported


category_id
string   Required 

The ID of the category where the article will be created

Min length1
project_version_id
string   Required 

The project version ID in which the article will be created

Min length1
order
integer 

The position of the article in the category tree (By default, it will be placed at the bottom of the category)


user_id
string   Required 

The ID of the team account that will be marked as a contributor of the article

Min length1
content_type
integer 

Valid values[0,1,2]
Responses
200
400

Success

Collapse all

object

data
object

id
string 

The ID of the article


title
string 

The article title


public_version
integer 

The article version number(revision) that is currently published


latest_version
integer 

The latest version number of this article


language_code
string 


hidden
boolean 

Indicates if the article is visible on the site


status
integer 

Valid values[0,1,2,3,4,5]
order
integer 

The position of the article inside the parent category


slug
string 


content_type
integer 

Valid values[0,1,2]
extension_data
object

success
boolean 

Status indication for customer Api response


errors
Array of object

Errors in the customer Api response


object

warnings
Array of object

Warning in the customer Api response


object

information
Array of object

Information passed by the customer Api response


object