Skip to content

Commit fc7fbf5

Browse files
authored
docs: fix statement about unsupported MIME types (#209)
Signed-off-by: Grant Linville <[email protected]>
1 parent 722acc3 commit fc7fbf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/03-tools/03-openapi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,4 @@ In OpenAPI definitions, request bodies are described with a MIME type. Currently
118118
- `text/plain`
119119
- `multipart/form-data`
120120

121-
GPTScript will return an error when parsing the OpenAPI definition if it finds a request body that does not specify
122-
at least one of these supported MIME types.
121+
GPTScript will ignore any operations that have a request body without a supported MIME type.

0 commit comments

Comments
 (0)