Put
/v1/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
string Required

The ID of the article

Body parameters

Show example

object

version_number
integer   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   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   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   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

version_number
integer 

The version number of the article


created_by
string 

Author name


created_at
string 

The date the article version was created


modified_at
string 

The last time the article version was modified


base_version
integer 

The version number from which this article version is derived


status
integer 

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

Author profile image


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