Skip to main content

Get a single milestone for the repository.

Get a single milestone for the repository.

Path Parameters
  • owner required

    The owner of the repository, generally called "username". The name is not case sensitive.

  • repo required

    repository name, the name is not case sensitive

  • number required

    milestones id

Header Parameters
  • Authorization required

    Private token | app token(ats) (needs to start with Bearer plus a space)

Responses

Success


Schema
  • id string

    Milestones id

  • number String

    Milestones number

  • state string

    Milestones state:open or closed

  • title string

    Milestones title

  • description string

    Milestones description

  • repository_id string

    Milestone belongs to the repo id

  • open_issues int

    Milestone associated open issue count

  • closed_issues int

    Milestone associated closed issue count

  • url string

    Milestone openapi url

  • html_url string

    Milestone web url

  • due_on string

    Milestone deadline datetime

  • created_at string

    Milestone creation datetime

  • updated_at string

    Milestone update datetime

Loading...