Auth (legacy)

Update OAuth provider

DEPRECATED, use /projects/{project_id}/branches/{branch_id}/auth/oauth_providers/{oauth_provider_id} instead. Updates a OAuth provider for the specified project.

patch/projects/{project_id}/auth/oauth_providers/{oauth_provider_id}

Request body

client_idstring
client_secretstring
microsoft_tenant_idstring

Response

The OAuth provider has been added to the project

id'google' | 'github' | 'microsoft' | 'vercel' required
type'standard' | 'shared' required
client_idstring
client_secretstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.