/assets/:assetId/cdnLinks

Creating a CDN Link

Request Body

Parameters

Responses

Example Request

curl --request POST \
     --url https://api.air.inc/v1/assets/assetId/cdnLinks \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "followsDefaultVersion": true\n}\n'```

# Try It Out

Click `Try It!` to start a request and see the response here! Or choose an example:

```json
{
    "followsDefaultVersion": true
}