Fern Definition isn’t recommended for new customers and Fern isn’t accepting feature requests for this format. It remains supported for existing users.
Endpoints in Fern are defined underneath the endpoints key. If your endpoint request includes file uploads, you can use the file type to indicate the request is of a multiform content type. The example below demonstrates an endpoint which includes a file in the request body.
Within a given multipart request, a string parameter with format:binary will represent an arbitrary file.
If your endpoint supports a list of files, then your request body must indicate such.