/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
- assetId: The id of the asset (string, required)
- versionId: The id of the version (string, required)
- id: The id of the tag to add to the version (string)
Response
- 204: Default (Indicates that the request was successful and there is no content to return)
Additional Information
- This API endpoint was updated 9 months ago.