Skip to main content
POST
/
assets
/
{asset_id}
/
link-by-paths
{
    "paths": [
    "string"
    ]
}
"<any>"
{
    "paths": [
    "string"
    ]
}

Path Parameters

asset_id
string<uuid>
required

The id of the asset to be linked

Body

application/json
paths
string<path>[]
required

The paths to link asset to

Response

Successful Response

The response is of type any.

I