Syncs repositories from an integrated org with GitHub
POST /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repositories/sync/
Syncs repositories for an integrated organization with GitHub.
Path Parameters
organization_id_or_slug(string)REQUIREDThe ID or slug of the organization the resource belongs to.
owner(string)REQUIREDThe owner of the repository.
Scopes
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:org:adminorg:readorg:write
Copied
curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repositories/sync/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied.
Was this helpful?