Make thumbnail dimensions mandatory

Fixes #1883
This commit is contained in:
Richard van der Hoff 2019-04-26 14:41:19 +01:00
parent c230c2fd2f
commit 14715468bb
2 changed files with 3 additions and 0 deletions

View file

@ -202,6 +202,7 @@ paths:
type: integer
x-example: 64
name: width
required: true
description: |-
The *desired* width of the thumbnail. The actual thumbnail may not
match the size specified.
@ -209,6 +210,7 @@ paths:
type: integer
x-example: 64
name: height
required: true
description: |-
The *desired* height of the thumbnail. The actual thumbnail may not
match the size specified.