From 79724f77a1b9f2abe8bcc51c0bd9f4e462d4f865 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:57:20 +0000 Subject: [PATCH 1/2] Initial plan From 1f5257eab3800c068ad4a9fdcb0eab616d61bd5f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:59:13 +0000 Subject: [PATCH 2/2] docs: fix spelling and grammar in updateClient documentation Co-authored-by: grdsdev <5923044+grdsdev@users.noreply.github.com> --- Sources/Auth/AuthAdminOAuth.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Auth/AuthAdminOAuth.swift b/Sources/Auth/AuthAdminOAuth.swift index 2ae19f69..99b05835 100644 --- a/Sources/Auth/AuthAdminOAuth.swift +++ b/Sources/Auth/AuthAdminOAuth.swift @@ -99,12 +99,12 @@ public struct AuthAdminOAuth: Sendable { .decoded(decoder: configuration.decoder) } - /// Updates as existing OAuth client registration. Only the provided fields will be updated. + /// Updates an existing OAuth client registration. Only the provided fields will be updated. /// Only relevant when the OAuth 2.1 server is enabled in Supabase Auth. /// /// - Parameter clientId: The unique identifier of the OAuth client. - /// - Parameter params: The fields for updated. - /// - Note: The funciton should only be called on a server. Never expose your `service_role` key in the client. + /// - Parameter params: The fields to update. + /// - Note: This function should only be called on a server. Never expose your `service_role` key in the client. public func updateClient( clientId: UUID, params: UpdateOAuthClientParams