Skip to content

Commit

Permalink
docs: update README.md to include application/pdf (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates authored Nov 9, 2023
1 parent 2a3194f commit a9ab6a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/dsr/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ The Document object can provide the data directly in the value.

Here, the document is returned directly in the response/event using base64-encoded data. The
`Content-Type` header is required so Ketch knows the [mime type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types)
of data received. The only supported content type is `application/json`.
of data received. The only supported content types are `application/json` and `application/pdf`. File size is
limited to 3.5Mb.

#### JSON Data

Expand Down

0 comments on commit a9ab6a5

Please sign in to comment.