fix content type in upload example

pull/2809/head
Jan Christian Grünhage 4 years ago committed by GitHub
parent e865f59c65
commit 9e29f59bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save