Same request name but different method #1858
Replies: 3 comments 1 reply
-
You seem to be able to work around this by creating the request using a new name and then manually editing the bru file. The requests will then be displayed in the interface with the same name while the underlying files will be different. |
Beta Was this translation helpful? Give feedback.
-
Can you explain why this feature more important? I think you can do this to tackle the limitation:
|
Beta Was this translation helpful? Give feedback.
-
Yeah this seems an oversight to me, you call the urls by the same name so why not the request name? I'd add to that with a suggestion that generated |
Beta Was this translation helpful? Give feedback.
-
I am trying to use the same request name with different methods. I have a simple CRUD api that I would to name like this:
GET employee
PUT employee
DELETE employee
It seems like Bruno does not allow this. If you try to clone the first one, you don't get the option to change the method. If you try to create a new request (same name, different method), you get an error - 'duplicate request name not allowed'.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions