GitHub · Example Payload

Github Repo Projects Api Validation Error Simple Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Projects Api Validation Error Simple Example is an example object payload from GitHub, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messagedocumentation_urlerrors

Example Payload

Raw ↑
{
  "message": "Example body text",
  "documentation_url": "https://api.github.com/repos/octocat/Hello-World",
  "errors": [
    "example_value"
  ]
}