Post
/v1/Articles/bulkcreate

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

Collapse all

Array of object


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]
Collapse all

Array of object


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]
Collapse all

Array of object


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]
Collapse all

Array of object


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
Array of object


object

article_id
string 

Article Id that has updated


success
boolean 

Indicates if articles creation was successful


details
string 

Additional information about articles creation status


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