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

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 category page: 0 - Draft, 1 - In review, 2 - Public, 3 - Published, 4 - Deleted, 5 - Forked

Valid values[ 0, 1, 2, 3, 4, 5 ]
profile_url
string

Author profile image

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError)

Errors in the customer API response

object
warnings
Array of object (BaseWarning)

Warnings in the customer API response

object
information
Array of object (BaseInformation)

Information passed by the customer API response

object