diff --git a/container_registry.go b/container_registry.go index 955f394af..a85e0cb8a 100644 --- a/container_registry.go +++ b/container_registry.go @@ -74,9 +74,9 @@ func (s RegistryRepositoryTag) String() string { // https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repositories type ListRegistryRepositoriesOptions struct { ListOptions - // Deprecated: This option is deprecated only for ListGroupRegistryRepositories calls. (Removed in GitLab 15.0) - Tags *bool `url:"tags,omitempty" json:"tags,omitempty"` - // Deprecated: This option is deprecated only for ListGroupRegistryRepositories calls. (Removed in GitLab 15.0) + + // Deprecated: These options are deprecated for ListGroupRegistryRepositories calls. (Removed in GitLab 15.0) + Tags *bool `url:"tags,omitempty" json:"tags,omitempty"` TagsCount *bool `url:"tags_count,omitempty" json:"tags_count,omitempty"` }