/v1/admin/tenants/{tenant_id}/oidc-providerUpdate a tenant's Google OIDC client_id and/or client_secret. Platform admins only — the endpoint mutates arbitrary-tenant OAuth credentials. Providing `client_secret` creates a new encrypted `secret` row and repoints `client_secret_ref` at it. The plaintext secret value is never returned.
| Name | Type | Required | Description |
|---|---|---|---|
tenant_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
client_idobjectclient_secretobjectcurl -X PATCH '/api-proxy/v1/admin/tenants/{tenant_id}/oidc-provider' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"client_id": {},
"client_secret": {}
}'No response body documented
curl -X PATCH '/api-proxy/v1/admin/tenants/{tenant_id}/oidc-provider' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"client_id": {},
"client_secret": {}
}'No response body documented