Merge branch 'master' of github.com:nextcloud/passman

This commit is contained in:
brantje 2016-09-10 23:30:38 +02:00
commit c22d335d4b

View file

@ -9,7 +9,7 @@ info:
name: AGPL name: AGPL
url: https://github.com/nextcloud/passman/blob/master/LICENSE url: https://github.com/nextcloud/passman/blob/master/LICENSE
# the domain of the service # the domain of the service
host: localhost host: api.uber.com
# array of all schemes that your API supports # array of all schemes that your API supports
schemes: schemes:
- https - https
@ -321,7 +321,7 @@ definitions:
vault_id: vault_id:
type: integer type: integer
format: int64 format: int64
description: The id of the vault description: The id of the vault, generated by uniqid()
name: name:
type: string type: string
description: Name of the vault description: Name of the vault
@ -336,6 +336,7 @@ definitions:
item_id: item_id:
type: integer type: integer
format: int64 format: int64
description: generated by uniqid()
user_id: user_id:
type: string type: string
vault: vault:
@ -425,7 +426,7 @@ definitions:
file_id: file_id:
type: integer type: integer
format: int64 format: int64
description: The file id description: The file id, generated by uniqid()
filename: filename:
type: string type: string
description: The uploaded file name description: The uploaded file name
@ -440,7 +441,7 @@ definitions:
description: Size of the file in bytes description: Size of the file in bytes
file_data: file_data:
type: string type: string
description: sjcl encrypted file description: sjcl encrypted file (only given when downloading a file)
created: created:
type: string type: string
format: dateTime format: dateTime