usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.39k stars 1.26k forks source link

Request named limited to 50 chars when renaming not creating #501

Open arnaduga opened 1 year ago

arnaduga commented 1 year ago

Created a request with a name length= 55 chars, and it cannot be renamed as long as the new name is more than 50 chars long.

To reproduce:

You will have an error message: must be 50 characters or less

Its-treason commented 1 year ago

This should be addressed with #349 length limit will be set 250 characters in this PR.

waltribeiro commented 2 months ago

Any update on this limitation for "must be 50 characters or less" ?

I ask because I'd like each of my API commands to have pretty slugs next to them.

For example:

get -projects--id-devices | Retrieve All Devices Of A Project

Rather than just get -projects--id-devices

Screenshot 2024-09-01 at 10 23 04 AM