You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -34494,7 +34494,7 @@ paths:
34494
34494
- 'API Keys'
34495
34495
x-speakeasy-name-override: 'list'
34496
34496
post:
34497
-
description: 'Create a new API key for the authenticated user. The plaintext `key` is returned only in this response. Treat it as a write-only, sensitive value; it cannot be retrieved later. Authenticate with a [management key](/docs/guides/overview/auth/management-api-keys), or with a Connect client secret. `external_user` and `external_api_key` are accepted only with a client secret, and `external_user` is required there; supplying either field with a management key is rejected with 403.'
34497
+
description: 'Create a new API key for the authenticated user. The plaintext `key` is returned only in this response. Treat it as a write-only, sensitive value; it cannot be retrieved later. Authenticate with a [management key](/docs/guides/overview/auth/management-api-keys), or with a Connect client secret.'
34498
34498
operationId: 'createKeys'
34499
34499
requestBody:
34500
34500
content:
@@ -34527,16 +34527,6 @@ paths:
34527
34527
type:
34528
34528
- 'string'
34529
34529
- 'null'
34530
-
external_api_key:
34531
-
description: 'Optional partner-supplied API key. Stored as a SHA-256 hash and never returned. Accepted only when authenticating with a Connect client secret; supplying it with a management key is rejected with 403.'
34532
-
maxLength: 512
34533
-
minLength: 1
34534
-
type: 'string'
34535
-
external_user:
34536
-
description: 'Partner''s end-user identifier for attribution, between 1 and 512 characters. Accepted only when authenticating with a Connect client secret, where it is required; supplying it with a management key is rejected with 403.'
34537
-
maxLength: 512
34538
-
minLength: 1
34539
-
type: 'string'
34540
34530
include_byok_in_limit:
34541
34531
description: 'Whether to include BYOK usage in the limit'
0 commit comments