GitHub · Example Payload

Github Repo Pulls Api Nullable Milestone Example

Tracking milestone for version 1.0

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Pulls Api Nullable Milestone Example is an example object payload from GitHub, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlhtml_urllabels_urlidnode_idnumberstatetitledescriptioncreator

Example Payload

Raw ↑
{
  "url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
  "html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
  "labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
  "id": 1002604,
  "node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
  "number": 42,
  "state": "open",
  "title": "v1.0",
  "description": "Tracking milestone for version 1.0",
  "creator": "example_value"
}