10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910c286 commit 340cd37Copy full SHA for 340cd37
gitlab/v4/objects.py
@@ -1194,7 +1194,7 @@ class ProjectRegistryTag(ObjectDeleteMixin, RESTObject):
1194
class ProjectRegistryTagManager(DeleteMixin, RetrieveMixin, RESTManager):
1195
_obj_cls = ProjectRegistryTag
1196
_from_parent_attrs = {'project_id': 'project_id', 'repository_id': 'id'}
1197
- _path = '/projects/%(project_id)s/registry/repositories/%(repository_id)d/tags'
+ _path = '/projects/%(project_id)s/registry/repositories/%(repository_id)s/tags'
1198
1199
@exc.on_http_error(exc.GitlabDeleteError)
1200
def delete_in_bulk(self, name_regex='.*', **kwargs):
0 commit comments