{ "opencollection": "1.0.0", "info": { "name": "Github Sync API", "version": "1.1.4" }, "items": [ { "info": { "name": "Sync", "type": "folder" }, "items": [ { "info": { "name": "GitHub Sync Fork Branch with the Upstream Repository", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/repos/:owner/:repo/merge-upstream", "headers": [ { "name": "Authorization", "value": "example_value" }, { "name": "X-GitHub-Api-Version", "value": "example_value" }, { "name": "Accept", "value": "example_value" } ], "params": [ { "name": "owner", "value": "", "type": "path", "description": "The account owner of the repository. The name is not case sensitive." }, { "name": "repo", "value": "", "type": "path", "description": "The name of the repository without the `.git` extension. The name is not case sensitive." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sync a branch of a forked repository to keep it up-to-date with the upstream repository." }, { "info": { "name": "GitHub Sync Ldap Mapping for Team", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/admin/ldap/teams/:team_id/sync", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The unique identifier of the team." } ] }, "docs": "Note that this API call does not automatically initiate an LDAP sync. Rather, if a `201` is returned, the sync job is queued successfully, and is performed when the instance is ready." } ] } ], "bundled": true }