v1

latestOpenAPI 3.1.02026-07-244190162.0 KB
Assets

Apply Tag To Asset

Apply a single user-defined tag to a specific asset.

As tagging is an asynchronous operation, the API will wait up to 2 seconds for the backend to complete but if it is still not complete in that time, the task_ids contained in the response can be used to continue to check status if the requested operation isn't reflected in later requests.

Even if the response includes complete: true there may still be a slight delay before requests allow for filtering or presentation of the tag on the asset.

put/projects/{project_id}/assets/{asset_id}/tags/{tag_name}

Path parameters

project_idstring required
asset_idstring required

Filter for the specific asset, which will be either a IP or domain value (examples: 192.88.99.2 or www.example.com).

Filter for the specific asset, which will be either a IP or domain value (examples: 192.88.99.2 or www.example.com).

tag_namestring required

The tag name to apply to the asset. This tag will be created if it does not exist already.

The tag name to apply to the asset. This tag will be created if it does not exist already.

Response

Successful Response