New Error Condition for Tenable.io Dynamic Tags

Tenable.io now returns a 400 response message if you submit a request to create or update a dynamic tag rule using an invalid parameter.

This 400 response message contains the following error condition:

The following filter types are not valid: {string}

This change affects the following endpoints:

EndpointRelated Parameter
POST /tags/valuesfilters
PUT /tags/values/{value_uuid}filters

Prior to this change, if you submitted a request to create or update a dynamic tag rule using an invalid parameter, Tenable.io returned a 200 response message indicating success, but Tenable.io could not match the tag to any assets because of the invalid parameter.