Skip to content

Commit 7450588

Browse files
committed
Renamed photo upload type to image
1 parent b0da8de commit 7450588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ paths:
407407
schema:
408408
type: integer
409409
format: int64
410-
pattern: \-\d+
410+
pattern: \-?\d+
411411
responses:
412412
'200':
413413
description: Administrators list
@@ -1910,7 +1910,7 @@ components:
19101910
UploadType:
19111911
description: Type of file uploading
19121912
enum:
1913-
- photo
1913+
- image
19141914
- video
19151915
- audio
19161916
- file

0 commit comments

Comments
 (0)