We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
must be 50 characters or less
The text was updated successfully, but these errors were encountered:
This should be addressed with #349 length limit will be set 250 characters in this PR.
Sorry, something went wrong.
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
get -projects--id-devices
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: