Skip to main content
POST
/
v1
/
storage
/
docsets
/
{docset_id}
/
clone
Clone Docset
curl --request POST \
  --url https://api.aryn.cloud/v1/storage/docsets/{docset_id}/clone \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

docset_id
string
required

The unique identifier of the DocSet.

Response

Successful Response