curl --request POST \
--url https://api.example.com/orgs/{org_id}/github/installations \
--header 'Content-Type: application/json' \
--data '
{
"installation_id": 123,
"state": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Save a GitHub App installation for an organization.
curl --request POST \
--url https://api.example.com/orgs/{org_id}/github/installations \
--header 'Content-Type: application/json' \
--data '
{
"installation_id": 123,
"state": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}