Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33407,6 +33407,11 @@ paths:
type:
- 'string'
- 'null'
external_api_key:
description: 'Optional partner-supplied API key. Stored as a SHA-256 hash and never returned. Accepted only when authenticating with a Connect client secret.'
maxLength: 512
minLength: 1
type: 'string'
include_byok_in_limit:
description: 'Whether to include BYOK usage in the limit'
example: true
Expand Down
Loading