POST /dataset/{dataset}/{version}/assets

unknown:gfw-data-api

Summary: Add New Asset
Operation ID: add_new_asset_dataset__dataset___version__assets_post
Auth: unknown
Description

Add a new asset to a dataset version. Managed assets will be generated by the API itself. In that case, the Asset URI is read only and will be set automatically. If the asset is not managed, you need to specify an Asset URI to link to. Only the dataset's owner or a user with `ADMIN` user role can do this operation.

Parameters (2)

dataset (string, path, required)

Constraints: {'pattern': '^[a-z][a-z0-9_-]{2,}$'}

version (string, path, required)

Constraints: {'pattern': '^v\\d{1,8}(\\.\\d{1,3}){0,2}?$|^latest$'}

No probe data for this endpoint yet.