wip setup

This commit is contained in:
Matt Apperson
2025-11-13 13:40:55 -05:00
parent 05f81a553c
commit 71ab77e5e8
26 changed files with 101 additions and 99 deletions
+2 -2
View File
@@ -259,7 +259,7 @@ class OAuth(BaseSDK):
server_url: Optional[str] = None,
timeout_ms: Optional[int] = None,
http_headers: Optional[Mapping[str, str]] = None,
) -> models.CreateAuthKeysCodeResponse:
) -> models.CreateAuthKeysCodeData:
r"""Create authorization code
Create an authorization code for the PKCE flow to generate a user-controlled API key
@@ -379,7 +379,7 @@ class OAuth(BaseSDK):
server_url: Optional[str] = None,
timeout_ms: Optional[int] = None,
http_headers: Optional[Mapping[str, str]] = None,
) -> models.CreateAuthKeysCodeResponse:
) -> models.CreateAuthKeysCodeData:
r"""Create authorization code
Create an authorization code for the PKCE flow to generate a user-controlled API key