Skip to content
New issue

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

[Schema Inaccuracy] Create Release and Get Release by tag name parameter inconsistency #182

Open
oscard0m opened this issue Jan 23, 2021 · 1 comment
Labels
enhancement New feature or request P4

Comments

@oscard0m
Copy link

Schema Inaccuracy

Create Release uses the keyword tag_name to refer to The name of the tag
Get a release by tag name uses the keyword tag to refer to The name of the tag

Expected

Both use the same naming convetion for tag

Reproduction Steps

https://github.com/octokit/rest.js/issues/1918

@gr2m
Copy link
Collaborator

gr2m commented Jan 24, 2021

Both use the same naming convetion for tag

Or tag_name. tag is currently a URL parameter, it would be easier to change, as no code changes would be required, only a schema change.

@bruce bruce added enhancement New feature or request P4 and removed inaccuracy labels Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P4
Projects
None yet
Development

No branches or pull requests

3 participants