parent
572d6ba53c
commit
5c1d195a19
14 changed files with 57 additions and 57 deletions
|
@ -146,7 +146,6 @@ class RepositoryBuildList(RepositoryParamResource):
|
|||
""" Resource related to creating and listing repository builds. """
|
||||
schemas = {
|
||||
'RepositoryBuildRequest': {
|
||||
'id': 'RepositoryBuildRequest',
|
||||
'type': 'object',
|
||||
'description': 'Description of a new repository build.',
|
||||
'required': [
|
||||
|
@ -353,7 +352,6 @@ class FileDropResource(ApiResource):
|
|||
""" Custom verb for setting up a client side file transfer. """
|
||||
schemas = {
|
||||
'FileDropRequest': {
|
||||
'id': 'FileDropRequest',
|
||||
'type': 'object',
|
||||
'description': 'Description of the file that the user wishes to upload.',
|
||||
'required': [
|
||||
|
|
Reference in a new issue