Skip to content

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

Open
@oscard0m

Description

@oscard0m

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

Activity

gr2m

gr2m commented on Jan 24, 2021

@gr2m
Contributor

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.

added
enhancementNew feature or request
and removed on Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bruce@gr2m@oscard0m

        Issue actions

          [Schema Inaccuracy] `Create Release` and `Get Release by tag name` parameter inconsistency · Issue #182 · github/rest-api-description