Post
/v2/Categories/bulkpublish/{langCode}
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Path parameters
langCode
stringRequired

Language code of the category

Default"en"
Body parameters
Array of object
object
category_id
string Required

The ID of the category

Min length1
user_id
string Required

The ID of the team account responsible for the publish

Min length1
version_number
integer (int32) Required

Version number of the category page

Maximum32767
Minimum1
publish_message
string | null

Publish message for the category

Array of object
object
category_id
string Required

The ID of the category

Min length1
user_id
string Required

The ID of the team account responsible for the publish

Min length1
version_number
integer (int32) Required

Version number of the category page

Maximum32767
Minimum1
publish_message
string | null

Publish message for the category

Array of object
object
category_id
string Required

The ID of the category

Min length1
user_id
string Required

The ID of the team account responsible for the publish

Min length1
version_number
integer (int32) Required

Version number of the category page

Maximum32767
Minimum1
publish_message
string | null

Publish message for the category

Array of object
object
category_id
string Required

The ID of the category

Min length1
user_id
string Required

The ID of the team account responsible for the publish

Min length1
version_number
integer (int32) Required

Version number of the category page

Maximum32767
Minimum1
publish_message
string | null

Publish message for the category

Responses
200
400

Success

Collapse all
object
data
Array of object (BulkCategoryResult) | null
object
category_id
string | null

The ID of the category

success
boolean

True - Category is published False - Category is not published

details
string | null

Description of the action performed

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError) | null

Errors in the customer API response

object
warnings
Array of object (BaseWarning) | null

Warnings in the customer API response

object
information
Array of object (BaseInformation) | null

Information passed by the customer API response

object