Put
/v2/Articles/{articleId}/fork
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
articleId
stringRequired

The ID of the article

Body parameters
Show example
object
version_number
integer (int32) Required

The version number of the article to be forked

user_id
string Required

The ID of the team account that will be marked as the contributor of this fork

Min length1
lang_code
string Required

Language code of the article

Min length1
object
version_number
integer (int32) Required

The version number of the article to be forked

user_id
string Required

The ID of the team account that will be marked as the contributor of this fork

Min length1
lang_code
string Required

Language code of the article

Min length1
object
version_number
integer (int32) Required

The version number of the article to be forked

user_id
string Required

The ID of the team account that will be marked as the contributor of this fork

Min length1
lang_code
string Required

Language code of the article

Min length1
object
version_number
integer (int32) Required

The version number of the article to be forked

user_id
string Required

The ID of the team account that will be marked as the contributor of this fork

Min length1
lang_code
string Required

Language code of the article

Min length1
Responses
200
400
Show example

Success

Collapse all
object
data
object (ArticleSimpleVersionCustomer)
version_number
integer (int32)

The version number of the article

created_by
string | null

Author name

created_at
string (date-time)

The date the article version was created

modified_at
string (date-time)

The last time the article version was modified

base_version
integer (int32)

The version number from which this article version is derived

status
integer (int32)

The status of the article: 0 - Draft, 3 - Published

Valid values[ 0, 3 ]
profile_url
string | null

Author profile image

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