fix content type in upload example

This commit is contained in:
Jan Christian Grünhage 2020-10-07 21:22:59 +02:00 committed by GitHub
parent e865f59c65
commit 9e29f59bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ paths:
name: Content-Type
type: string
description: The content type of the file being uploaded
x-example: "Content-Type: application/pdf"
x-example: "application/pdf"
- in: query
type: string
x-example: "War and Peace.pdf"