September 16, 2024

0.42.0-rc0

(feat): The Fern Definition now supports conten-type on multipart request properties. For example, to specify an application/octet-stream and application/json contnet types, use the snippet below:

1service:
2 endpoints:
3 upload:
4 request:
5 body:
6 properties:
7 file:
8 type: file
9 content-type: application/octet-stream
10 metadata:
11 type: unknown
12 content-type: application/json