Update container tag filterAsk AIpost https://app.aikido.dev/api/public/v1/containers/updateTagFilterUpdate the tag filter used for the container scanningBody ParamsThe parameters needed to update the containercontainer_repo_idintegerrequiredThe ID of the container repotag_filterintegerThe tag filter you want to apply to the container. You can use wildcards with the asterisk char (*). Use 'semver-production' for filtering on semver compliant tags. To reset the tag filter, you can pass 'null'.Response 200The tag filter for the container has been updated.Updated 7 months ago