From d73aecbb566f6e0c2169d9eb1c5e5ac468eb6fc5 Mon Sep 17 00:00:00 2001 From: Darrel Miller Date: Wed, 17 Oct 2018 22:27:31 -0400 Subject: [PATCH] Removed confusing comment --- versions/3.0.3.md | 1 - 1 file changed, 1 deletion(-) diff --git a/versions/3.0.3.md b/versions/3.0.3.md index 88a968d467..0eb4de3465 100644 --- a/versions/3.0.3.md +++ b/versions/3.0.3.md @@ -1460,7 +1460,6 @@ A `requestBody` for submitting a file in a `POST` operation may look like the fo requestBody: content: application/octet-stream: - # any media type is accepted, functionally equivalent to `*/*` schema: # a binary file of any type type: string