Skip to content

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.32 - #614

Merged
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1786122864
Aug 7, 2026
Merged

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.32#614
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1786122864

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • open_router.byok.list(): response.data[].workspace_id Changed (Breaking ⚠️)
  • open_router.byok.create(): response.data.workspace_id Changed (Breaking ⚠️)
  • open_router.byok.get(): response.data.workspace_id Changed (Breaking ⚠️)
  • open_router.byok.update(): response.data.workspace_id Changed (Breaking ⚠️)
  • open_router.guardrails.list(): response.data[].workspace_id Changed (Breaking ⚠️)
  • open_router.guardrails.create(): response.data.workspace_id Changed (Breaking ⚠️)
  • open_router.guardrails.get(): response.data.workspace_id Changed (Breaking ⚠️)
  • open_router.guardrails.update(): response.data.workspace_id Changed (Breaking ⚠️)
  • open_router.observability.list(): response.data[] Changed
  • open_router.observability.create():
    • request Changed
    • response.data Changed
  • open_router.observability.get(): response.data Changed
  • open_router.observability.update():
    • request Changed
    • response.data Changed
    • error.status[403] Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/observability/destinations
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[🔀] example (34196:17)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬application/json
│ │         └──[🔀] example (34285:17)
│ ├─┬/observability/destinations/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[🔀] example (34440:17)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     ├──[+] codes (34566:11)
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[🔀] example (34523:17)
│ └─┬/byok
│   ├─┬GET
│   │ └─┬Parameters
│   │   ├──[🔀] description (27238:24)
│   │   └─┬Schema
│   │     └──[🔀] description (27243:26)
│   └─┬POST
│     └──[🔀] description (27425:20)
└─┬Components
  ├─┬ObservabilityDestination
  │ └──[🔀] example (15030:9)
  ├─┬ObservabilityPosthogDestination
  │ ├──[+] required (15988:11)❌ 
  │ ├──[+] required (15986:11)❌ 
  │ ├──[+] required (15987:11)❌ 
  │ ├──[🔀] example (15883:9)
  │ ├──[+] properties (15909:9)
  │ ├──[+] properties (15913:9)
  │ ├──[+] properties (15917:9)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (15966:17)❌ 
  │ │ ├──[🔀] format (15965:19)❌ 
  │ │ ├──[🔀] description (15963:24)
  │ │ └──[🔀] example (15964:20)
  │ ├─┬config
  │ │ ├──[-] required (15709:15)❌ 
  │ │ ├──[🔀] type (15912:17)❌ 
  │ │ ├──[+] description (15910:24)
  │ │ ├──[+] example (15911:20)
  │ │ ├──[-] properties (15697:13)❌ 
  │ │ ├──[-] properties (15700:13)❌ 
  │ │ └──[-] properties (15703:13)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (15944:17)❌ 
  │ │ ├──[🔀] description (15942:24)
  │ │ └──[🔀] example (15943:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (15961:17)❌ 
  │ │ ├──[🔀] description (15959:24)
  │ │ └──[🔀] example (15960:20)
  │ ├─┬type
  │ │ ├──[-] enum (15743:15)❌ 
  │ │ ├──[🔀] type (15956:13)❌ 
  │ │ ├──[+] description (15953:24)
  │ │ └──[+] example (15954:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (15922:11)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (15916:17)❌ 
  │ │ ├──[🔀] description (15914:24)
  │ │ └──[🔀] example (15915:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15951:17)❌ 
  │ │ ├──[🔀] format (15950:19)❌ 
  │ │ ├──[🔀] description (15948:24)
  │ │ └──[🔀] example (15949:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15918:24)
  │ │ └──[🔀] example (15919:20)
  │ └─┬id
  │   ├──[-] format (15724:19)❌ 
  │   ├──[🔀] description (15938:24)
  │   └──[🔀] example (15939:20)
  ├─┬CreateGuardrailRequest
  │ └─┬workspace_id
  │   └──[🔀] description (7134:24)
  ├─┬UpdateObservabilityDestinationRequest
  │ ├──[+] properties (24515:9)
  │ ├──[+] properties (24519:9)
  │ ├──[+] properties (24523:9)
  │ ├─┬name
  │ │ ├──[+] additionalProperties (24528:33)❌ 
  │ │ ├──[🔀] type (24534:17)❌ 
  │ │ ├──[🔀] description (24529:24)
  │ │ └──[🔀] example (24531:13)
  │ ├─┬privacy_mode
  │ │ ├──[🔀] description (24536:24)
  │ │ └──[🔀] example (24537:20)
  │ ├─┬config
  │ │ ├──[-] additionalProperties (24179:33)❌ 
  │ │ ├──[🔀] type (24518:17)❌ 
  │ │ ├──[🔀] description (24516:24)
  │ │ └──[🔀] example (24517:20)
  │ ├─┬sampling_rate
  │ │ ├──[-] type (24206:17)❌ 
  │ │ ├──[-] format (24205:19)❌ 
  │ │ ├──[-] description (24203:24)
  │ │ ├──[-] example (24204:20)
  │ │ ├──[+] allOf (15146:7)
  │ │ └──[+] allOf (24542:15)
  │ ├─┬filter_rules
  │ │ ├──[+] type (24526:17)❌ 
  │ │ ├──[+] description (24524:24)
  │ │ ├──[+] example (24525:20)
  │ │ ├──[-] allOf (15043:7)❌ 
  │ │ └──[-] allOf (24193:15)❌ 
  │ └─┬enabled
  │   ├──[🔀] description (24520:24)
  │   └──[🔀] example (24521:20)
  ├─┬UpdateObservabilityDestinationResponse
  │ └──[🔀] example (24559:9)
  ├─┬ObservabilityS3Destination
  │ ├──[+] required (16241:11)❌ 
  │ ├──[+] required (16240:11)❌ 
  │ ├──[+] required (16242:11)❌ 
  │ ├──[🔀] example (16116:9)
  │ ├──[+] properties (16143:9)
  │ ├──[+] properties (16147:9)
  │ ├──[+] properties (16151:9)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16215:17)❌ 
  │ │ ├──[🔀] description (16213:24)
  │ │ └──[🔀] example (16214:20)
  │ ├─┬name
  │ │ ├──[🔀] type (16198:17)❌ 
  │ │ ├──[🔀] description (16196:24)
  │ │ └──[🔀] example (16197:20)
  │ ├─┬type
  │ │ ├──[-] enum (15961:15)❌ 
  │ │ ├──[🔀] type (16210:13)❌ 
  │ │ ├──[+] description (16207:24)
  │ │ └──[+] example (16208:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (16150:17)❌ 
  │ │ ├──[🔀] description (16148:24)
  │ │ └──[🔀] example (16149:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (16156:11)❌ 
  │ ├─┬id
  │ │ ├──[-] format (15942:19)❌ 
  │ │ ├──[🔀] description (16192:24)
  │ │ └──[🔀] example (16193:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (16220:17)❌ 
  │ │ ├──[🔀] format (16219:19)❌ 
  │ │ ├──[🔀] description (16217:24)
  │ │ └──[🔀] example (16218:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (16205:17)❌ 
  │ │ ├──[🔀] format (16204:19)❌ 
  │ │ ├──[🔀] description (16202:24)
  │ │ └──[🔀] example (16203:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (16152:24)
  │ │ └──[🔀] example (16153:20)
  │ └─┬config
  │   ├──[-] required (15925:15)❌ 
  │   ├──[-] required (15926:15)❌ 
  │   ├──[-] required (15927:15)❌ 
  │   ├──[🔀] type (16146:17)❌ 
  │   ├──[+] description (16144:24)
  │   ├──[+] example (16145:20)
  │   ├──[-] properties (15895:13)❌ 
  │   ├──[-] properties (15898:13)❌ 
  │   ├──[-] properties (15901:13)❌ 
  │   ├──[-] properties (15905:13)❌ 
  │   ├──[-] properties (15910:13)❌ 
  │   ├──[-] properties (15914:13)❌ 
  │   ├──[-] properties (15917:13)❌ 
  │   ├──[-] properties (15919:13)❌ 
  │   └──[-] properties (15922:13)❌ 
  ├─┬ObservabilityBraintrustDestination
  │ ├──[+] required (14741:11)❌ 
  │ ├──[+] required (14743:11)❌ 
  │ ├──[+] required (14742:11)❌ 
  │ ├──[🔀] example (14633:9)
  │ ├──[+] properties (14660:9)
  │ ├──[+] properties (14664:9)
  │ ├──[+] properties (14668:9)
  │ ├─┬created_at
  │ │ ├──[🔀] type (14667:17)❌ 
  │ │ ├──[🔀] description (14665:24)
  │ │ └──[🔀] example (14666:20)
  │ ├─┬type
  │ │ ├──[-] enum (14663:15)❌ 
  │ │ ├──[🔀] type (14711:13)❌ 
  │ │ ├──[+] description (14708:24)
  │ │ └──[+] example (14709:20)
  │ ├─┬id
  │ │ ├──[-] format (14644:19)❌ 
  │ │ ├──[🔀] description (14693:24)
  │ │ └──[🔀] example (14694:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (14706:17)❌ 
  │ │ ├──[🔀] format (14705:19)❌ 
  │ │ ├──[🔀] description (14703:24)
  │ │ └──[🔀] example (14704:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (14721:17)❌ 
  │ │ ├──[🔀] format (14720:19)❌ 
  │ │ ├──[🔀] description (14718:24)
  │ │ └──[🔀] example (14719:20)
  │ ├─┬config
  │ │ ├──[-] required (14628:15)❌ 
  │ │ ├──[-] required (14629:15)❌ 
  │ │ ├──[🔀] type (14663:17)❌ 
  │ │ ├──[+] description (14661:24)
  │ │ ├──[+] example (14662:20)
  │ │ ├──[-] properties (14613:13)❌ 
  │ │ ├──[-] properties (14616:13)❌ 
  │ │ ├──[-] properties (14619:13)❌ 
  │ │ └──[-] properties (14624:13)❌ 
  │ ├─┬enabled
  │ │ ├──[🔀] description (14669:24)
  │ │ └──[🔀] example (14670:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (14673:11)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14716:17)❌ 
  │ │ ├──[🔀] description (14714:24)
  │ │ └──[🔀] example (14715:20)
  │ ├─┬name
  │ │ ├──[🔀] type (14699:17)❌ 
  │ │ ├──[🔀] description (14697:24)
  │ │ └──[🔀] example (14698:20)
  │ └─┬privacy_mode
  │   └──[🔀] $ref (15130:20)❌ 
  ├─┬GetObservabilityDestinationResponse
  │ └──[🔀] example (9575:9)
  ├─┬ObservabilityLangfuseDestination
  │ ├──[+] required (15393:11)❌ 
  │ ├──[+] required (15394:11)❌ 
  │ ├──[+] required (15392:11)❌ 
  │ ├──[🔀] example (15284:9)
  │ ├──[+] properties (15311:9)
  │ ├──[+] properties (15315:9)
  │ ├──[+] properties (15319:9)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15320:24)
  │ │ └──[🔀] example (15321:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15318:17)❌ 
  │ │ ├──[🔀] description (15316:24)
  │ │ └──[🔀] example (15317:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (15367:17)❌ 
  │ │ ├──[🔀] description (15365:24)
  │ │ └──[🔀] example (15366:20)
  │ ├─┬name
  │ │ ├──[🔀] type (15350:17)❌ 
  │ │ ├──[🔀] description (15348:24)
  │ │ └──[🔀] example (15349:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15357:17)❌ 
  │ │ ├──[🔀] format (15356:19)❌ 
  │ │ ├──[🔀] description (15354:24)
  │ │ └──[🔀] example (15355:20)
  │ ├─┬id
  │ │ ├──[-] format (15220:19)❌ 
  │ │ ├──[🔀] description (15344:24)
  │ │ └──[🔀] example (15345:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (15324:11)❌ 
  │ ├─┬type
  │ │ ├──[-] enum (15239:15)❌ 
  │ │ ├──[🔀] type (15362:13)❌ 
  │ │ ├──[+] description (15359:24)
  │ │ └──[+] example (15360:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬config
  │ │ ├──[-] required (15204:15)❌ 
  │ │ ├──[-] required (15205:15)❌ 
  │ │ ├──[🔀] type (15314:17)❌ 
  │ │ ├──[+] description (15312:24)
  │ │ ├──[+] example (15313:20)
  │ │ ├──[-] properties (15189:13)❌ 
  │ │ ├──[-] properties (15192:13)❌ 
  │ │ ├──[-] properties (15197:13)❌ 
  │ │ └──[-] properties (15200:13)❌ 
  │ └─┬workspace_id
  │   ├──[🔀] type (15372:17)❌ 
  │   ├──[🔀] format (15371:19)❌ 
  │   ├──[🔀] description (15369:24)
  │   └──[🔀] example (15370:20)
  ├─┬ObservabilityOpikDestination
  │ ├──[+] required (15761:11)❌ 
  │ ├──[+] required (15760:11)❌ 
  │ ├──[+] required (15759:11)❌ 
  │ ├──[🔀] example (15650:9)
  │ ├──[+] properties (15677:9)
  │ ├──[+] properties (15681:9)
  │ ├──[+] properties (15685:9)
  │ ├─┬id
  │ │ ├──[-] format (15533:19)❌ 
  │ │ ├──[🔀] description (15711:24)
  │ │ └──[🔀] example (15712:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15684:17)❌ 
  │ │ ├──[🔀] description (15682:24)
  │ │ └──[🔀] example (15683:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15686:24)
  │ │ └──[🔀] example (15687:20)
  │ ├─┬config
  │ │ ├──[-] required (15516:15)❌ 
  │ │ ├──[-] required (15517:15)❌ 
  │ │ ├──[-] required (15518:15)❌ 
  │ │ ├──[🔀] type (15680:17)❌ 
  │ │ ├──[+] description (15678:24)
  │ │ ├──[+] example (15679:20)
  │ │ ├──[-] properties (15501:13)❌ 
  │ │ ├──[-] properties (15504:13)❌ 
  │ │ ├──[-] properties (15509:13)❌ 
  │ │ └──[-] properties (15512:13)❌ 
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (15690:11)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (15717:17)❌ 
  │ │ ├──[🔀] description (15715:24)
  │ │ └──[🔀] example (15716:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15724:17)❌ 
  │ │ ├──[🔀] format (15723:19)❌ 
  │ │ ├──[🔀] description (15721:24)
  │ │ └──[🔀] example (15722:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (15739:17)❌ 
  │ │ ├──[🔀] format (15738:19)❌ 
  │ │ ├──[🔀] description (15736:24)
  │ │ └──[🔀] example (15737:20)
  │ ├─┬type
  │ │ ├──[-] enum (15552:15)❌ 
  │ │ ├──[🔀] type (15729:13)❌ 
  │ │ ├──[+] description (15726:24)
  │ │ └──[+] example (15727:20)
  │ └─┬updated_at
  │   ├──[🔀] type (15734:17)❌ 
  │   ├──[🔀] description (15732:24)
  │   └──[🔀] example (15733:20)
  ├─┬ObservabilityWeaveDestination
  │ ├──[+] required (16615:11)❌ 
  │ ├──[+] required (16614:11)❌ 
  │ ├──[+] required (16616:11)❌ 
  │ ├──[🔀] example (16501:9)
  │ ├──[+] properties (16529:9)
  │ ├──[+] properties (16533:9)
  │ ├──[+] properties (16537:9)
  │ ├─┬enabled
  │ │ ├──[🔀] description (16538:24)
  │ │ └──[🔀] example (16539:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (16536:17)❌ 
  │ │ ├──[🔀] description (16534:24)
  │ │ └──[🔀] example (16535:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (16579:17)❌ 
  │ │ ├──[🔀] format (16578:19)❌ 
  │ │ ├──[🔀] description (16576:24)
  │ │ └──[🔀] example (16577:20)
  │ ├─┬config
  │ │ ├──[-] required (16245:15)❌ 
  │ │ ├──[-] required (16246:15)❌ 
  │ │ ├──[-] required (16247:15)❌ 
  │ │ ├──[🔀] type (16532:17)❌ 
  │ │ ├──[+] description (16530:24)
  │ │ ├──[+] example (16531:20)
  │ │ ├──[-] properties (16227:13)❌ 
  │ │ ├──[-] properties (16230:13)❌ 
  │ │ ├──[-] properties (16233:13)❌ 
  │ │ ├──[-] properties (16236:13)❌ 
  │ │ └──[-] properties (16241:13)❌ 
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16589:17)❌ 
  │ │ ├──[🔀] description (16587:24)
  │ │ └──[🔀] example (16588:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (16594:17)❌ 
  │ │ ├──[🔀] format (16593:19)❌ 
  │ │ ├──[🔀] description (16591:24)
  │ │ └──[🔀] example (16592:20)
  │ ├─┬type
  │ │ ├──[-] enum (16281:15)❌ 
  │ │ ├──[🔀] type (16584:13)❌ 
  │ │ ├──[+] description (16581:24)
  │ │ └──[+] example (16582:20)
  │ ├─┬id
  │ │ ├──[-] format (16262:19)❌ 
  │ │ ├──[🔀] description (16566:24)
  │ │ └──[🔀] example (16567:20)
  │ ├─┬name
  │ │ ├──[🔀] type (16572:17)❌ 
  │ │ ├──[🔀] description (16570:24)
  │ │ └──[🔀] example (16571:20)
  │ └─┬filter_rules
  │   └──[🔀] $ref (16542:11)❌ 
  ├─┬ObservabilityOtelCollectorDestination
  │ ├──[+] required (15871:11)❌ 
  │ ├──[+] required (15870:11)❌ 
  │ ├──[+] required (15872:11)❌ 
  │ ├──[🔀] example (15772:9)
  │ ├──[+] properties (15797:9)
  │ ├──[+] properties (15801:9)
  │ ├──[+] properties (15805:9)
  │ ├─┬type
  │ │ ├──[-] enum (15645:15)❌ 
  │ │ ├──[🔀] type (15840:13)❌ 
  │ │ ├──[+] description (15837:24)
  │ │ └──[+] example (15838:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (15850:17)❌ 
  │ │ ├──[🔀] format (15849:19)❌ 
  │ │ ├──[🔀] description (15847:24)
  │ │ └──[🔀] example (15848:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15806:24)
  │ │ └──[🔀] example (15807:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (15810:11)❌ 
  │ ├─┬config
  │ │ ├──[-] required (15611:15)❌ 
  │ │ ├──[🔀] type (15800:17)❌ 
  │ │ ├──[+] description (15798:24)
  │ │ ├──[+] example (15799:20)
  │ │ ├──[-] properties (15603:13)❌ 
  │ │ └──[-] properties (15605:13)❌ 
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (15845:17)❌ 
  │ │ ├──[🔀] description (15843:24)
  │ │ └──[🔀] example (15844:20)
  │ ├─┬name
  │ │ ├──[🔀] type (15828:17)❌ 
  │ │ ├──[🔀] description (15826:24)
  │ │ └──[🔀] example (15827:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15835:17)❌ 
  │ │ ├──[🔀] format (15834:19)❌ 
  │ │ ├──[🔀] description (15832:24)
  │ │ └──[🔀] example (15833:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15804:17)❌ 
  │ │ ├──[🔀] description (15802:24)
  │ │ └──[🔀] example (15803:20)
  │ └─┬id
  │   ├──[-] format (15626:19)❌ 
  │   ├──[🔀] description (15822:24)
  │   └──[🔀] example (15823:20)
  ├─┬ObservabilityDatadogDestination
  │ ├──[+] required (14998:11)❌ 
  │ ├──[+] required (14999:11)❌ 
  │ ├──[+] required (14997:11)❌ 
  │ ├──[🔀] example (14886:9)
  │ ├──[+] properties (14913:9)
  │ ├──[+] properties (14917:9)
  │ ├──[+] properties (14921:9)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (14926:11)❌ 
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (14962:17)❌ 
  │ │ ├──[🔀] format (14961:19)❌ 
  │ │ ├──[🔀] description (14959:24)
  │ │ └──[🔀] example (14960:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14972:17)❌ 
  │ │ ├──[🔀] description (14970:24)
  │ │ └──[🔀] example (14971:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (14977:17)❌ 
  │ │ ├──[🔀] format (14976:19)❌ 
  │ │ ├──[🔀] description (14974:24)
  │ │ └──[🔀] example (14975:20)
  │ ├─┬id
  │ │ ├──[-] format (14864:19)❌ 
  │ │ ├──[🔀] description (14949:24)
  │ │ └──[🔀] example (14950:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (14920:17)❌ 
  │ │ ├──[🔀] description (14918:24)
  │ │ └──[🔀] example (14919:20)
  │ ├─┬config
  │ │ ├──[-] required (14848:15)❌ 
  │ │ ├──[-] required (14849:15)❌ 
  │ │ ├──[🔀] type (14916:17)❌ 
  │ │ ├──[+] description (14914:24)
  │ │ ├──[+] example (14915:20)
  │ │ ├──[-] properties (14830:13)❌ 
  │ │ ├──[-] properties (14834:13)❌ 
  │ │ ├──[-] properties (14839:13)❌ 
  │ │ └──[-] properties (14843:13)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (14955:17)❌ 
  │ │ ├──[🔀] description (14953:24)
  │ │ └──[🔀] example (14954:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (14922:24)
  │ │ └──[🔀] example (14923:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ └─┬type
  │   ├──[-] enum (14883:15)❌ 
  │   ├──[🔀] type (14967:13)❌ 
  │   ├──[+] description (14964:24)
  │   └──[+] example (14965:20)
  ├─┬Guardrail
  │ └─┬workspace_id
  │   ├──[🔀] type (9943:13)❌ 
  │   └──[🔀] description (9940:24)
  ├─┬ObservabilityRampDestination
  │ ├──[+] required (16104:11)❌ 
  │ ├──[+] required (16105:11)❌ 
  │ ├──[+] required (16103:11)❌ 
  │ ├──[🔀] example (15999:9)
  │ ├──[+] properties (16025:9)
  │ ├──[+] properties (16029:9)
  │ ├──[+] properties (16033:9)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16078:17)❌ 
  │ │ ├──[🔀] description (16076:24)
  │ │ └──[🔀] example (16077:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (16038:11)❌ 
  │ ├─┬type
  │ │ ├──[-] enum (15842:15)❌ 
  │ │ ├──[🔀] type (16073:13)❌ 
  │ │ ├──[+] description (16070:24)
  │ │ └──[+] example (16071:20)
  │ ├─┬config
  │ │ ├──[-] required (15808:15)❌ 
  │ │ ├──[🔀] type (16028:17)❌ 
  │ │ ├──[+] description (16026:24)
  │ │ ├──[+] example (16027:20)
  │ │ ├──[-] properties (15795:13)❌ 
  │ │ ├──[-] properties (15799:13)❌ 
  │ │ └──[-] properties (15802:13)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (16061:17)❌ 
  │ │ ├──[🔀] description (16059:24)
  │ │ └──[🔀] example (16060:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (16083:17)❌ 
  │ │ ├──[🔀] format (16082:19)❌ 
  │ │ ├──[🔀] description (16080:24)
  │ │ └──[🔀] example (16081:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (16034:24)
  │ │ └──[🔀] example (16035:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (16068:17)❌ 
  │ │ ├──[🔀] format (16067:19)❌ 
  │ │ ├──[🔀] description (16065:24)
  │ │ └──[🔀] example (16066:20)
  │ ├─┬id
  │ │ ├──[-] format (15823:19)❌ 
  │ │ ├──[🔀] description (16055:24)
  │ │ └──[🔀] example (16056:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (16032:17)❌ 
  │ │ ├──[🔀] description (16030:24)
  │ │ └──[🔀] example (16031:20)
  │ └─┬privacy_mode
  │   └──[🔀] $ref (15130:20)❌ 
  ├─┬CreateObservabilityDestinationResponse
  │ └──[🔀] example (7276:9)
  ├─┬ObservabilityWebhookDestination
  │ ├──[+] required (16731:11)❌ 
  │ ├──[+] required (16733:11)❌ 
  │ ├──[+] required (16732:11)❌ 
  │ ├──[🔀] example (16627:9)
  │ ├──[+] properties (16652:9)
  │ ├──[+] properties (16656:9)
  │ ├──[+] properties (16660:9)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (16665:11)❌ 
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (16711:17)❌ 
  │ │ ├──[🔀] format (16710:19)❌ 
  │ │ ├──[🔀] description (16708:24)
  │ │ └──[🔀] example (16709:20)
  │ ├─┬config
  │ │ ├──[-] required (16346:15)❌ 
  │ │ ├──[🔀] type (16655:17)❌ 
  │ │ ├──[+] description (16653:24)
  │ │ ├──[+] example (16654:20)
  │ │ ├──[-] properties (16332:13)❌ 
  │ │ ├──[-] properties (16336:13)❌ 
  │ │ └──[-] properties (16343:13)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (16659:17)❌ 
  │ │ ├──[🔀] description (16657:24)
  │ │ └──[🔀] example (16658:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (16696:17)❌ 
  │ │ ├──[🔀] format (16695:19)❌ 
  │ │ ├──[🔀] description (16693:24)
  │ │ └──[🔀] example (16694:20)
  │ ├─┬type
  │ │ ├──[-] enum (16380:15)❌ 
  │ │ ├──[🔀] type (16701:13)❌ 
  │ │ ├──[+] description (16698:24)
  │ │ └──[+] example (16699:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16706:17)❌ 
  │ │ ├──[🔀] description (16704:24)
  │ │ └──[🔀] example (16705:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (16661:24)
  │ │ └──[🔀] example (16662:20)
  │ ├─┬name
  │ │ ├──[🔀] type (16689:17)❌ 
  │ │ ├──[🔀] description (16687:24)
  │ │ └──[🔀] example (16688:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ └─┬id
  │   ├──[-] format (16361:19)❌ 
  │   ├──[🔀] description (16683:24)
  │   └──[🔀] example (16684:20)
  ├─┬ListObservabilityDestinationsResponse
  │ └──[🔀] example (11709:9)
  ├─┬ObservabilityClickhouseDestination
  │ ├──[+] required (14874:11)❌ 
  │ ├──[+] required (14875:11)❌ 
  │ ├──[+] required (14873:11)❌ 
  │ ├──[🔀] example (14754:9)
  │ ├──[+] properties (14783:9)
  │ ├──[+] properties (14787:9)
  │ ├──[+] properties (14791:9)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (14853:17)❌ 
  │ │ ├──[🔀] format (14852:19)❌ 
  │ │ ├──[🔀] description (14850:24)
  │ │ └──[🔀] example (14851:20)
  │ ├─┬type
  │ │ ├──[-] enum (14777:15)❌ 
  │ │ ├──[🔀] type (14843:13)❌ 
  │ │ ├──[+] description (14840:24)
  │ │ └──[+] example (14841:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (14796:11)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (14790:17)❌ 
  │ │ ├──[🔀] description (14788:24)
  │ │ └──[🔀] example (14789:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14848:17)❌ 
  │ │ ├──[🔀] description (14846:24)
  │ │ └──[🔀] example (14847:20)
  │ ├─┬config
  │ │ ├──[-] required (14740:15)❌ 
  │ │ ├──[-] required (14741:15)❌ 
  │ │ ├──[-] required (14742:15)❌ 
  │ │ ├──[-] required (14743:15)❌ 
  │ │ ├──[🔀] type (14786:17)❌ 
  │ │ ├──[+] description (14784:24)
  │ │ ├──[+] example (14785:20)
  │ │ ├──[-] properties (14718:13)❌ 
  │ │ ├──[-] properties (14721:13)❌ 
  │ │ ├──[-] properties (14726:13)❌ 
  │ │ ├──[-] properties (14729:13)❌ 
  │ │ ├──[-] properties (14732:13)❌ 
  │ │ └──[-] properties (14735:13)❌ 
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (14838:17)❌ 
  │ │ ├──[🔀] format (14837:19)❌ 
  │ │ ├──[🔀] description (14835:24)
  │ │ └──[🔀] example (14836:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (14792:24)
  │ │ └──[🔀] example (14793:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (14831:17)❌ 
  │ │ ├──[🔀] description (14829:24)
  │ │ └──[🔀] example (14830:20)
  │ └─┬id
  │   ├──[-] format (14758:19)❌ 
  │   ├──[🔀] description (14825:24)
  │   └──[🔀] example (14826:20)
  ├─┬ObservabilityArizeDestination
  │ ├──[+] required (14620:11)❌ 
  │ ├──[+] required (14621:11)❌ 
  │ ├──[+] required (14622:11)❌ 
  │ ├──[🔀] example (14506:9)
  │ ├──[+] properties (14534:9)
  │ ├──[+] properties (14538:9)
  │ ├──[+] properties (14542:9)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (14595:17)❌ 
  │ │ ├──[🔀] description (14593:24)
  │ │ └──[🔀] example (14594:20)
  │ ├─┬id
  │ │ ├──[-] format (14541:19)❌ 
  │ │ ├──[🔀] description (14572:24)
  │ │ └──[🔀] example (14573:20)
  │ ├─┬config
  │ │ ├──[-] required (14524:15)❌ 
  │ │ ├──[-] required (14525:15)❌ 
  │ │ ├──[-] required (14526:15)❌ 
  │ │ ├──[🔀] type (14537:17)❌ 
  │ │ ├──[+] description (14535:24)
  │ │ ├──[+] example (14536:20)
  │ │ ├──[-] properties (14505:13)❌ 
  │ │ ├──[-] properties (14508:13)❌ 
  │ │ ├──[-] properties (14511:13)❌ 
  │ │ ├──[-] properties (14516:13)❌ 
  │ │ └──[-] properties (14520:13)❌ 
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (14600:17)❌ 
  │ │ ├──[🔀] format (14599:19)❌ 
  │ │ ├──[🔀] description (14597:24)
  │ │ └──[🔀] example (14598:20)
  │ ├─┬name
  │ │ ├──[🔀] type (14578:17)❌ 
  │ │ ├──[🔀] description (14576:24)
  │ │ └──[🔀] example (14577:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (14585:17)❌ 
  │ │ ├──[🔀] format (14584:19)❌ 
  │ │ ├──[🔀] description (14582:24)
  │ │ └──[🔀] example (14583:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (14543:24)
  │ │ └──[🔀] example (14544:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (14547:11)❌ 
  │ ├─┬created_at
  │ │ ├──[🔀] type (14541:17)❌ 
  │ │ ├──[🔀] description (14539:24)
  │ │ └──[🔀] example (14540:20)
  │ └─┬type
  │   ├──[-] enum (14560:15)❌ 
  │   ├──[🔀] type (14590:13)❌ 
  │   ├──[+] description (14587:24)
  │   └──[+] example (14588:20)
  ├─┬ObservabilityGrafanaDestination
  │ ├──[+] required (15272:11)❌ 
  │ ├──[+] required (15271:11)❌ 
  │ ├──[+] required (15273:11)❌ 
  │ ├──[🔀] example (15163:9)
  │ ├──[+] properties (15190:9)
  │ ├──[+] properties (15194:9)
  │ ├──[+] properties (15198:9)
  │ ├─┬name
  │ │ ├──[🔀] type (15229:17)❌ 
  │ │ ├──[🔀] description (15227:24)
  │ │ └──[🔀] example (15228:20)
  │ ├─┬id
  │ │ ├──[-] format (15117:19)❌ 
  │ │ ├──[🔀] description (15223:24)
  │ │ └──[🔀] example (15224:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬type
  │ │ ├──[-] enum (15136:15)❌ 
  │ │ ├──[🔀] type (15241:13)❌ 
  │ │ ├──[+] description (15238:24)
  │ │ └──[+] example (15239:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15197:17)❌ 
  │ │ ├──[🔀] description (15195:24)
  │ │ └──[🔀] example (15196:20)
  │ ├─┬config
  │ │ ├──[-] required (15101:15)❌ 
  │ │ ├──[-] required (15102:15)❌ 
  │ │ ├──[🔀] type (15193:17)❌ 
  │ │ ├──[+] description (15191:24)
  │ │ ├──[+] example (15192:20)
  │ │ ├──[-] properties (15086:13)❌ 
  │ │ ├──[-] properties (15089:13)❌ 
  │ │ ├──[-] properties (15092:13)❌ 
  │ │ └──[-] properties (15097:13)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (15246:17)❌ 
  │ │ ├──[🔀] description (15244:24)
  │ │ └──[🔀] example (15245:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15236:17)❌ 
  │ │ ├──[🔀] format (15235:19)❌ 
  │ │ ├──[🔀] description (15233:24)
  │ │ └──[🔀] example (15234:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15199:24)
  │ │ └──[🔀] example (15200:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (15251:17)❌ 
  │ │ ├──[🔀] format (15250:19)❌ 
  │ │ ├──[🔀] description (15248:24)
  │ │ └──[🔀] example (15249:20)
  │ └─┬filter_rules
  │   └──[🔀] $ref (15203:11)❌ 
  ├─┬ObservabilityNewrelicDestination
  │ ├──[+] required (15637:11)❌ 
  │ ├──[+] required (15638:11)❌ 
  │ ├──[+] required (15639:11)❌ 
  │ ├──[🔀] example (15530:9)
  │ ├──[+] properties (15556:9)
  │ ├──[+] properties (15560:9)
  │ ├──[+] properties (15564:9)
  │ ├─┬config
  │ │ ├──[-] required (15414:15)❌ 
  │ │ ├──[🔀] type (15559:17)❌ 
  │ │ ├──[+] description (15557:24)
  │ │ ├──[+] example (15558:20)
  │ │ ├──[-] properties (15398:13)❌ 
  │ │ ├──[-] properties (15403:13)❌ 
  │ │ └──[-] properties (15406:13)❌ 
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (15617:17)❌ 
  │ │ ├──[🔀] format (15616:19)❌ 
  │ │ ├──[🔀] description (15614:24)
  │ │ └──[🔀] example (15615:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15565:24)
  │ │ └──[🔀] example (15566:20)
  │ ├─┬id
  │ │ ├──[-] format (15429:19)❌ 
  │ │ ├──[🔀] description (15589:24)
  │ │ └──[🔀] example (15590:20)
  │ ├─┬type
  │ │ ├──[-] enum (15448:15)❌ 
  │ │ ├──[🔀] type (15607:13)❌ 
  │ │ ├──[+] description (15604:24)
  │ │ └──[+] example (15605:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (15569:11)❌ 
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬updated_at
  │ │ ├──[🔀] type (15612:17)❌ 
  │ │ ├──[🔀] description (15610:24)
  │ │ └──[🔀] example (15611:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15602:17)❌ 
  │ │ ├──[🔀] format (15601:19)❌ 
  │ │ ├──[🔀] description (15599:24)
  │ │ └──[🔀] example (15600:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15563:17)❌ 
  │ │ ├──[🔀] description (15561:24)
  │ │ └──[🔀] example (15562:20)
  │ └─┬name
  │   ├──[🔀] type (15595:17)❌ 
  │   ├──[🔀] description (15593:24)
  │   └──[🔀] example (15594:20)
  ├─┬CreateBYOKKeyRequest
  │ └─┬workspace_id
  │   └──[🔀] description (6894:24)
  ├─┬ObservabilityLangsmithDestination
  │ ├──[+] required (15518:11)❌ 
  │ ├──[+] required (15519:11)❌ 
  │ ├──[+] required (15517:11)❌ 
  │ ├──[🔀] example (15405:9)
  │ ├──[+] properties (15432:9)
  │ ├──[+] properties (15436:9)
  │ ├──[+] properties (15440:9)
  │ ├─┬enabled
  │ │ ├──[🔀] description (15441:24)
  │ │ └──[🔀] example (15442:20)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (15445:11)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (15475:17)❌ 
  │ │ ├──[🔀] description (15473:24)
  │ │ └──[🔀] example (15474:20)
  │ ├─┬config
  │ │ ├──[-] required (15312:15)❌ 
  │ │ ├──[🔀] type (15435:17)❌ 
  │ │ ├──[+] description (15433:24)
  │ │ ├──[+] example (15434:20)
  │ │ ├──[-] properties (15292:13)❌ 
  │ │ ├──[-] properties (15295:13)❌ 
  │ │ ├──[-] properties (15298:13)❌ 
  │ │ ├──[-] properties (15303:13)❌ 
  │ │ └──[-] properties (15308:13)❌ 
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (15497:17)❌ 
  │ │ ├──[🔀] format (15496:19)❌ 
  │ │ ├──[🔀] description (15494:24)
  │ │ └──[🔀] example (15495:20)
  │ ├─┬id
  │ │ ├──[-] format (15327:19)❌ 
  │ │ ├──[🔀] description (15469:24)
  │ │ └──[🔀] example (15470:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (15492:17)❌ 
  │ │ ├──[🔀] description (15490:24)
  │ │ └──[🔀] example (15491:20)
  │ ├─┬type
  │ │ ├──[-] enum (15346:15)❌ 
  │ │ ├──[🔀] type (15487:13)❌ 
  │ │ ├──[+] description (15484:24)
  │ │ └──[+] example (15485:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (15439:17)❌ 
  │ │ ├──[🔀] description (15437:24)
  │ │ └──[🔀] example (15438:20)
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (15482:17)❌ 
  │ │ ├──[🔀] format (15481:19)❌ 
  │ │ ├──[🔀] description (15479:24)
  │ │ └──[🔀] example (15480:20)
  │ └─┬privacy_mode
  │   └──[🔀] $ref (15130:20)❌ 
  ├─┬ObservabilitySnowflakeDestination
  │ ├──[+] required (16488:11)❌ 
  │ ├──[+] required (16489:11)❌ 
  │ ├──[+] required (16490:11)❌ 
  │ ├──[🔀] example (16370:9)
  │ ├──[+] properties (16396:9)
  │ ├──[+] properties (16400:9)
  │ ├──[+] properties (16404:9)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (16468:17)❌ 
  │ │ ├──[🔀] format (16467:19)❌ 
  │ │ ├──[🔀] description (16465:24)
  │ │ └──[🔀] example (16466:20)
  │ ├─┬config
  │ │ ├──[-] required (16138:15)❌ 
  │ │ ├──[-] required (16139:15)❌ 
  │ │ ├──[🔀] type (16399:17)❌ 
  │ │ ├──[+] description (16397:24)
  │ │ ├──[+] example (16398:20)
  │ │ ├──[-] properties (16112:13)❌ 
  │ │ ├──[-] properties (16117:13)❌ 
  │ │ ├──[-] properties (16120:13)❌ 
  │ │ ├──[-] properties (16125:13)❌ 
  │ │ ├──[-] properties (16128:13)❌ 
  │ │ ├──[-] properties (16131:13)❌ 
  │ │ └──[-] properties (16134:13)❌ 
  │ ├─┬enabled
  │ │ ├──[🔀] description (16405:24)
  │ │ └──[🔀] example (16406:20)
  │ ├─┬name
  │ │ ├──[🔀] type (16446:17)❌ 
  │ │ ├──[🔀] description (16444:24)
  │ │ └──[🔀] example (16445:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16463:17)❌ 
  │ │ ├──[🔀] description (16461:24)
  │ │ └──[🔀] example (16462:20)
  │ ├─┬id
  │ │ ├──[-] format (16154:19)❌ 
  │ │ ├──[🔀] description (16440:24)
  │ │ └──[🔀] example (16441:20)
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬sampling_rate
  │ │ ├──[🔀] type (16453:17)❌ 
  │ │ ├──[🔀] format (16452:19)❌ 
  │ │ ├──[🔀] description (16450:24)
  │ │ └──[🔀] example (16451:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (16403:17)❌ 
  │ │ ├──[🔀] description (16401:24)
  │ │ └──[🔀] example (16402:20)
  │ ├─┬type
  │ │ ├──[-] enum (16173:15)❌ 
  │ │ ├──[🔀] type (16458:13)❌ 
  │ │ ├──[+] description (16455:24)
  │ │ └──[+] example (16456:20)
  │ └─┬filter_rules
  │   └──[🔀] $ref (16409:11)❌ 
  ├─┬BYOKKey
  │ └─┬workspace_id
  │   ├──[🔀] type (4470:13)❌ 
  │   └──[🔀] description (4466:24)
  ├─┬ObservabilitySentryDestination
  │ ├──[+] required (16357:11)❌ 
  │ ├──[+] required (16358:11)❌ 
  │ ├──[+] required (16359:11)❌ 
  │ ├──[🔀] example (16253:9)
  │ ├──[+] properties (16279:9)
  │ ├──[+] properties (16283:9)
  │ ├──[+] properties (16287:9)
  │ ├─┬filter_rules
  │ │ └──[🔀] $ref (16292:11)❌ 
  │ ├─┬privacy_mode
  │ │ └──[🔀] $ref (15130:20)❌ 
  │ ├─┬config
  │ │ ├──[-] required (16025:15)❌ 
  │ │ ├──[-] required (16026:15)❌ 
  │ │ ├──[🔀] type (16282:17)❌ 
  │ │ ├──[+] description (16280:24)
  │ │ ├──[+] example (16281:20)
  │ │ ├──[-] properties (16013:13)❌ 
  │ │ ├──[-] properties (16017:13)❌ 
  │ │ └──[-] properties (16022:13)❌ 
  │ ├─┬id
  │ │ ├──[-] format (16041:19)❌ 
  │ │ ├──[🔀] description (16309:24)
  │ │ └──[🔀] example (16310:20)
  │ ├─┬enabled
  │ │ ├──[🔀] description (16288:24)
  │ │ └──[🔀] example (16289:20)
  │ ├─┬workspace_id
  │ │ ├──[🔀] type (16337:17)❌ 
  │ │ ├──[🔀] format (16336:19)❌ 
  │ │ ├──[🔀] description (16334:24)
  │ │ └──[🔀] example (16335:20)
  │ ├─┬created_at
  │ │ ├──[🔀] type (16286:17)❌ 
  │ │ ├──[🔀] description (16284:24)
  │ │ └──[🔀] example (16285:20)
  │ ├─┬type
  │ │ ├──[-] enum (16060:15)❌ 
  │ │ ├──[🔀] type (16327:13)❌ 
  │ │ ├──[+] description (16324:24)
  │ │ └──[+] example (16325:20)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (16332:17)❌ 
  │ │ ├──[🔀] description (16330:24)
  │ │ └──[🔀] example (16331:20)
  │ ├─┬name
  │ │ ├──[🔀] type (16315:17)❌ 
  │ │ ├──[🔀] description (16313:24)
  │ │ └──[🔀] example (16314:20)
  │ └─┬sampling_rate
  │   ├──[🔀] type (16322:17)❌ 
  │   ├──[🔀] format (16321:19)❌ 
  │   ├──[🔀] description (16319:24)
  │   └──[🔀] example (16320:20)
  └─┬CreateObservabilityDestinationRequest
    ├──[+] properties (7197:9)
    ├──[+] properties (7202:9)
    ├──[+] properties (7207:9)
    ├─┬privacy_mode
    │ ├──[🔀] description (7222:24)
    │ ├──[🔀] default (7221:20)❌ 
    │ └──[🔀] example (7223:20)
    ├─┬workspace_id
    │ ├──[🔀] type (7235:17)❌ 
    │ ├──[-] format (7250:19)❌ 
    │ ├──[🔀] description (7233:24)
    │ ├──[+] default (7232:20)❌ 
    │ └──[🔀] example (7234:20)
    ├─┬config
    │ ├──[-] additionalProperties (7196:33)❌ 
    │ ├──[🔀] type (7201:17)❌ 
    │ ├──[🔀] description (7199:24)
    │ ├──[+] default (7198:20)❌ 
    │ └──[🔀] example (7200:20)
    ├─┬filter_rules
    │ └──[🔀] $ref (7208:11)❌ 
    ├─┬name
    │ ├──[+] additionalProperties (7213:33)❌ 
    │ ├──[🔀] type (7219:17)❌ 
    │ ├──[🔀] description (7214:24)
    │ └──[🔀] example (7216:13)
    ├─┬enabled
    │ ├──[🔀] description (7204:24)
    │ ├──[🔀] default (7203:20)❌ 
    │ └──[🔀] example (7205:20)
    ├─┬type
    │ ├──[-] enum (7228:15)❌ 
    │ ├──[-] enum (7230:15)❌ 
    │ ├──[-] enum (7233:15)❌ 
    │ ├──[-] enum (7234:15)❌ 
    │ ├──[-] enum (7240:15)❌ 
    │ ├──[-] enum (7242:15)❌ 
    │ ├──[-] enum (7231:15)❌ 
    │ ├──[-] enum (7232:15)❌ 
    │ ├──[-] enum (7235:15)❌ 
    │ ├──[-] enum (7237:15)❌ 
    │ ├──[-] enum (7243:15)❌ 
    │ ├──[-] enum (7227:15)❌ 
    │ ├──[-] enum (7229:15)❌ 
    │ ├──[-] enum (7238:15)❌ 
    │ ├──[-] enum (7239:15)❌ 
    │ ├──[-] enum (7241:15)❌ 
    │ ├──[-] enum (7236:15)❌ 
    │ ├──[🔀] description (7228:24)
    │ ├──[🔀] example (7229:20)
    │ └─┬Extensions
    │   └──[-] x-speakeasy-unknown-values (7246:39)❌ 
    └─┬sampling_rate
      └──[🔀] $ref (15146:20)❌ 
Document Element Total Changes Breaking Changes
paths 8 0
components 836 420

View full report

Linting Report 0 errors, 1 warnings, 4 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

* `open_router.byok.list()`:  `response.data[].workspace_id` **Changed** (Breaking ⚠️)
* `open_router.byok.create()`:  `response.data.workspace_id` **Changed** (Breaking ⚠️)
* `open_router.byok.get()`:  `response.data.workspace_id` **Changed** (Breaking ⚠️)
* `open_router.byok.update()`:  `response.data.workspace_id` **Changed** (Breaking ⚠️)
* `open_router.guardrails.list()`:  `response.data[].workspace_id` **Changed** (Breaking ⚠️)
* `open_router.guardrails.create()`:  `response.data.workspace_id` **Changed** (Breaking ⚠️)
* `open_router.guardrails.get()`:  `response.data.workspace_id` **Changed** (Breaking ⚠️)
* `open_router.guardrails.update()`:  `response.data.workspace_id` **Changed** (Breaking ⚠️)
* `open_router.observability.list()`:  `response.data[]` **Changed**
* `open_router.observability.create()`: 
  *  `request` **Changed**
  *  `response.data` **Changed**
* `open_router.observability.get()`:  `response.data` **Changed**
* `open_router.observability.update()`: 
  *  `request` **Changed**
  *  `response.data` **Changed**
  *  `error.status[403]` **Added**
@github-actions github-actions Bot added the patch Patch version bump label Aug 7, 2026
@mintlify

mintlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openrouter-production 🟡 Building Aug 7, 2026, 5:16 PM

@mintlify

mintlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openrouter-staging 🟡 Building Aug 7, 2026, 5:16 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openrouter-production 🟡 Building Aug 7, 2026, 5:16 PM

@mintlify

mintlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
openrouter-staging 🟡 Building Aug 7, 2026, 5:16 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@openrouter-docs-sync
openrouter-docs-sync Bot merged commit 2312cc6 into main Aug 7, 2026
2 checks passed
@openrouter-docs-sync
openrouter-docs-sync Bot deleted the speakeasy-sdk-regen-1786122864 branch August 7, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant