/assets/:assetId/versions/:versionId/tags

API Documentation

To add a tag to a specific version of an asset, you can use the following cURL command:

curl --request POST \
     --url https://api.air.inc/v1/assets/assetId/versions/versionId/tags \
     --header 'content-type: application/json'

Parameters

Response

Additional Information