ASI Assets: Bulk Add/Remove TagsCopy Pagepost https://api.securitytrails.com/v2/projects/{project_id}/assets/{asset_id}/tagsAdd and remove multiple custom tags on a single asset atomically in one request.Path Paramsproject_idstringrequiredasset_idstringrequiredFilter for the specific asset, which will be either a IP or domain value (examples: 192.88.99.2 or www.example.com).Body ParamsTags to add and remove from the assetadd_tagsarray | nullList of tag names to apply to the assetsAdd Tags array | nullremove_tagsarray | nullList of tag names to remove from the assetsRemove Tags array | nullResponses 200Successful Response 422Validation error — a tag cannot appear in both add_tags and remove_tags in the same requestUpdated 3 months ago