ASI Assets: Bulk Add/Remove TagsAsk AIpost 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 Paramsadd_tagsarraynullList of tag names to apply to the assetsAdd Tags array of stringsremove_tagsarraynullList of tag names to remove from the assetsRemove Tags array of stringsResponses 200Successful Response 422Validation error — a tag cannot appear in both add_tags and remove_tags in the same requestUpdated about 1 month ago