docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
@@ -0,0 +1,9 @@
---
title: "UpdateBYOKKeyResponse"
---
## Fields
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `data` | [components.BYOKKey](../components/byokkey.mdx) | :heavy_check_mark: | N/A | \{<br/>"allowed_api_key_hashes": null,<br/>"allowed_models": null,<br/>"allowed_user_ids": null,<br/>"created_at": "2025-08-24T10:30:00Z",<br/>"disabled": false,<br/>"id": "11111111-2222-3333-4444-555555555555",<br/>"is_fallback": false,<br/>"label": "sk-...AbCd",<br/>"name": "Production OpenAI Key",<br/>"provider": "openai",<br/>"sort_order": 0,<br/>"workspace_id": "550e8400-e29b-41d4-a716-446655440000"<br/>} |