v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
workflows

Handle the installation of our GitHub app onto a repository or organization.

post/workflows/github/install

Headers

X-GitHub-Deliverystring required

A GUID to identify the GitHub webhook delivery

Request body

actionstring required

The action which the event describes

Example request

{
  "repository": {
    "full_name": "dockstore/dockstore-ui2"
  },
  "action": "added",
  "repositories_added": [
    {
      "full_name": "dockstore/dockstore-ui2"
    }
  ],
  "repositories_removed": [
    {
      "full_name": "dockstore/dockstore-ui2"
    }
  ]
}