RobinTail / express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.
https://ez.robintail.cz
MIT License
619 stars 30 forks source link

Header params are missing or duplicated #1769

Closed RobinTail closed 5 months ago

RobinTail commented 5 months ago

Fixes #1768

  1. Body depiction does not exclude header params (only path params);
  2. Params depiction only depicts header params when query is enabled as input source.