Put
/v1/Articles/bulkupdate

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

Show example
Collapse all

Array of object


object

article_id
string 

The ID of the article


lang_code
string 

Language code of the article


title
string 

The title of the article


content
string 

The markdown content of the article. If the editor type is Markdown, use this property


html_content
string 

The HTML content of the article. If the editor type is WYSIWYG (HTML), use this property


category_id
string 

The ID of the category. If the article has to be moved to another category, enter the desired category ID


hidden
boolean 

Visibility status of the article. true - Article will be hidden; false - Article will be shown


version_number
integer 

The version number of the article to be updated. The latest version is updated by default.


translation_option
string 

Translation status of the article. 0 - None, 1 - Needs translation, 2 Translated


source
string 

Free text used for future reference


Collapse all

Array of object


object

article_id
string 

The ID of the article


lang_code
string 

Language code of the article


title
string 

The title of the article


content
string 

The markdown content of the article. If the editor type is Markdown, use this property


html_content
string 

The HTML content of the article. If the editor type is WYSIWYG (HTML), use this property


category_id
string 

The ID of the category. If the article has to be moved to another category, enter the desired category ID


hidden
boolean 

Visibility status of the article. true - Article will be hidden; false - Article will be shown


version_number
integer 

The version number of the article to be updated. The latest version is updated by default.


translation_option
string 

Translation status of the article. 0 - None, 1 - Needs translation, 2 Translated


source
string 

Free text used for future reference


Collapse all

Array of object


object

article_id
string 

The ID of the article


lang_code
string 

Language code of the article


title
string 

The title of the article


content
string 

The markdown content of the article. If the editor type is Markdown, use this property


html_content
string 

The HTML content of the article. If the editor type is WYSIWYG (HTML), use this property


category_id
string 

The ID of the category. If the article has to be moved to another category, enter the desired category ID


hidden
boolean 

Visibility status of the article. true - Article will be hidden; false - Article will be shown


version_number
integer 

The version number of the article to be updated. The latest version is updated by default.


translation_option
string 

Translation status of the article. 0 - None, 1 - Needs translation, 2 Translated


source
string 

Free text used for future reference


Collapse all

Array of object


object

article_id
string 

The ID of the article


lang_code
string 

Language code of the article


title
string 

The title of the article


content
string 

The markdown content of the article. If the editor type is Markdown, use this property


html_content
string 

The HTML content of the article. If the editor type is WYSIWYG (HTML), use this property


category_id
string 

The ID of the category. If the article has to be moved to another category, enter the desired category ID


hidden
boolean 

Visibility status of the article. true - Article will be hidden; false - Article will be shown


version_number
integer 

The version number of the article to be updated. The latest version is updated by default.


translation_option
string 

Translation status of the article. 0 - None, 1 - Needs translation, 2 Translated


source
string 

Free text used for future reference


Responses
200
400
Show example

Success

Collapse all

object

data
Array of object

Bulk updated article data


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