provider usersusers POST /api/users/{uuid}/integrations/github/{installation_id}/repos/refresh/
@utdk/posthog /api/users/{uuid}/integrations/github/{installation_id}/repos/refresh/
Refresh repositories for a personal GitHub installation
Refresh repositories accessible to a specific GitHub installation.
installation_id path required
string
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersIntegrationsGithubReposRefreshCreate
POST/api/users/{uuid}/integrations/github/{installation_id}/repos/refresh/
Refresh repositories accessible to a specific GitHub installation.

Parameters

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.usersIntegrationsGithubReposRefreshCreate()