cURL
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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the DocSet.
Successful Response
Was this page helpful?