Skip to content

Commit

Permalink
Renamed photo upload type to image
Browse files Browse the repository at this point in the history
  • Loading branch information
achuprin committed Oct 10, 2019
1 parent b0da8de commit 7450588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.yaml
Expand Up @@ -407,7 +407,7 @@ paths:
schema:
type: integer
format: int64
pattern: \-\d+
pattern: \-?\d+
responses:
'200':
description: Administrators list
Expand Down Expand Up @@ -1910,7 +1910,7 @@ components:
UploadType:
description: Type of file uploading
enum:
- photo
- image
- video
- audio
- file
Expand Down

0 comments on commit 7450588

Please sign in to comment.