Update a connection with strategy=oidc
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateConnectionRequestContentOIDC", "title": "UpdateConnectionRequestContentOIDC", "description": "Update a connection with strategy=oidc", "allOf": [ { "$ref": "#/components/schemas/ConnectionCommon" }, { "type": "object", "properties": { "options": { "$ref": "#/components/schemas/ConnectionOptionsOIDC" }, "authentication": { "$ref": "#/components/schemas/ConnectionAuthenticationPurpose" }, "connected_accounts": { "$ref": "#/components/schemas/ConnectionConnectedAccountsPurposeXAA" }, "show_as_button": { "$ref": "#/components/schemas/ConnectionShowAsButton" } } } ] }