Skip to content

Commit

Permalink
Fix issues in the Swagger collection (#1322). Closes #1321.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansh-tty committed May 24, 2023
1 parent d359ad2 commit 63bc00d
Show file tree
Hide file tree
Showing 2 changed files with 1,197 additions and 554 deletions.
2 changes: 1 addition & 1 deletion docs/docs/content/apis/media.md
Expand Up @@ -23,7 +23,7 @@ curl -u "username:username" -X GET 'http://localhost:9000/api/media' \
"uuid": "ec7b45ce-1408-4e5c-924e-965326a20287",
"filename": "Media file",
"created_at": "2020-04-08T22:43:45.080058+01:00",
"thumb_uri": "/uploads/image_thumb.jpg",
"thumb_url": "/uploads/image_thumb.jpg",
"uri": "/uploads/image.jpg"
}
]
Expand Down

0 comments on commit 63bc00d

Please sign in to comment.