aa1
5 months agoContributor
How to add same endpoints with different methods?
Hi,
I am trying to add two endpoints to Readyapi which are exact same but they have different methods. Readyapi does not allow me to add them. What am I missing? There has to be some way to add them.
endpoint 1 = POST /api/names
endpoint 2 = PATCH /api/names
Error: Resource path "/api/names" already exist.
Thank you.