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'
|
||||
AccountPin:
|
||||
type: object
|
||||
required:
|
||||
- hash
|
||||
- mime_type
|
||||
properties:
|
||||
hash:
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue