January 30, 2025

0.51.12

(fix): The Fern Definition now allows you to declare status codes for the response without having a type. This is useful for 204 response status codes.

users.yml
1service:
2 auth: false
3 base-path: /users
4 endpoints:
5 update:
6 path: ""
7 response:
8 status-code: 204