fix: set hash and mime_type as required
This commit is contained in:
parent
4dec430c69
commit
abec1877cd
|
@ -909,6 +909,9 @@ components:
|
||||||
$ref: '#/components/schemas/AccountPin'
|
$ref: '#/components/schemas/AccountPin'
|
||||||
AccountPin:
|
AccountPin:
|
||||||
type: object
|
type: object
|
||||||
|
required:
|
||||||
|
- hash
|
||||||
|
- mime_type
|
||||||
properties:
|
properties:
|
||||||
hash:
|
hash:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue