GitHub · Example Payload

Github Repo Code Scanning Api Basic Error Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

messagedocumentation_urlurlstatus

Example Payload

Raw ↑
{
  "message": "Example body text",
  "documentation_url": "https://api.github.com/repos/octocat/Hello-World",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "status": "open"
}