Skip to content
Pile
Esc
navigateopen⌘Jpreview

Install GitHub app

POST/workspaces/{organizationId}/github/install
Path parameters
organizationIdstringrequired
Request body
application/json
installationIdstringrequired
Responses
200Installed repositories
reposobject[]required
Show properties
Array of object
full_namestringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/github/install" \
  -H "Content-Type: application/json" \
  -d '{
  "installationId": "string"
}'
Response
{
  "repos": [
    {
      "full_name": "string"
    }
  ]
}