We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
photo
image
1 parent b0da8de commit 7450588Copy full SHA for 7450588
1 file changed
schema.yaml
@@ -407,7 +407,7 @@ paths:
407
schema:
408
type: integer
409
format: int64
410
- pattern: \-\d+
+ pattern: \-?\d+
411
responses:
412
'200':
413
description: Administrators list
@@ -1910,7 +1910,7 @@ components:
1910
UploadType:
1911
description: Type of file uploading
1912
enum:
1913
- - photo
+ - image
1914
- video
1915
- audio
1916
- file
0 commit comments