parent
572d6ba53c
commit
5c1d195a19
14 changed files with 57 additions and 57 deletions
|
@ -66,7 +66,6 @@ class RepositoryTag(RepositoryParamResource):
|
|||
""" Resource for managing repository tags. """
|
||||
schemas = {
|
||||
'MoveTag': {
|
||||
'id': 'MoveTag',
|
||||
'type': 'object',
|
||||
'description': 'Description of to which image a new or existing tag should point',
|
||||
'required': [
|
||||
|
@ -162,7 +161,6 @@ class RevertTag(RepositoryParamResource):
|
|||
""" Resource for reverting a repository tag back to a previous image. """
|
||||
schemas = {
|
||||
'RevertTag': {
|
||||
'id': 'RevertTag',
|
||||
'type': 'object',
|
||||
'description': 'Reverts a tag to a specific image',
|
||||
'required': [
|
||||
|
|
Reference in a new issue