Skip to main content

Get a single tag based on the tag name.

Get a single tag based on the tag name.

Path Parameters
  • owner required

    The owner of the code repository, generally referred to as the 'username'. This name is case-insensitive.

  • repo required

    repository path(This name is case-insensitive)

  • name required

    tag name

Header Parameters
  • Authorization required

    Oauth2 token or private token (must be prefixed with 'Bearer' followed by a space).

Responses

success


Schema
  • id string

    tag id

  • name string

    tag name

  • color string

    tag color

  • desc string

    tag description

  • repository_id string

    Repository id

  • created_at string

    tag create time

  • updated_at string

    tag update time

Loading...