Skip to content

chore: 🐝 Update SDK - Generate (spec change merged) 1.1.127 - #808

Merged
openrouter-docs-sync[bot] merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788645774
Sep 5, 2026
Merged

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

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 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.observability.list(): response.data[] Changed
  • open_router.observability.create():
    • request.regions Added
    • response.data Changed
  • open_router.observability.get(): response.data Changed
  • open_router.observability.update():
    • request.regions Added
    • response.data Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/observability/destinations/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[🔀] example (37611:17)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[🔀] example (37696:17)
│ └─┬/observability/destinations
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └──[🔀] example (37363:17)
│   └─┬POST
│     └─┬Responses
│       └─┬201
│         └─┬application/json
│           └──[🔀] example (37454:17)
└─┬Components
  ├──[+] schemas (15880:7)
  ├──[+] schemas (15872:7)
  ├─┬ObservabilityBraintrustDestination
  │ ├──[+] required (15578:11)❌ 
  │ ├──[🔀] example (15463:9)
  │ ├──[+] properties (15549:9)
  │ ├─┬updated_at
  │ │ ├──[+] enum (15564:15)
  │ │ ├──[-] description (15530:24)
  │ │ └──[-] example (15531:20)
  │ ├─┬type
  │ │ ├──[-] enum (15527:15)❌ 
  │ │ ├──[🔀] type (15561:17)❌ 
  │ │ ├──[+] format (15560:19)❌ 
  │ │ ├──[+] description (15558:24)
  │ │ └──[+] example (15559:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (15554:13)❌ 
  │ │ ├──[🔀] type (15556:17)❌ 
  │ │ ├──[-] format (15523:19)❌ 
  │ │ ├──[+] minItems (15555:21)❌ 
  │ │ ├──[🔀] description (15550:24)
  │ │ └──[🔀] example (15552:13)
  │ └─┬workspace_id
  │   ├──[-] format (15536:19)❌ 
  │   ├──[🔀] description (15567:24)
  │   └──[🔀] example (15568:20)
  ├─┬ObservabilityClickhouseDestination
  │ ├──[+] required (15721:11)❌ 
  │ ├──[🔀] example (15595:9)
  │ ├──[+] properties (15692:9)
  │ ├─┬workspace_id
  │ │ ├──[-] format (15668:19)❌ 
  │ │ ├──[🔀] description (15710:24)
  │ │ └──[🔀] example (15711:20)
  │ ├─┬updated_at
  │ │ ├──[+] enum (15707:15)
  │ │ ├──[-] description (15662:24)
  │ │ └──[-] example (15663:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (15697:13)❌ 
  │ │ ├──[🔀] type (15699:17)❌ 
  │ │ ├──[-] format (15655:19)❌ 
  │ │ ├──[+] minItems (15698:21)❌ 
  │ │ ├──[🔀] description (15693:24)
  │ │ └──[🔀] example (15695:13)
  │ └─┬type
  │   ├──[-] enum (15659:15)❌ 
  │   ├──[🔀] type (15704:17)❌ 
  │   ├──[+] format (15703:19)❌ 
  │   ├──[+] description (15701:24)
  │   └──[+] example (15702:20)
  ├─┬ObservabilityPosthogDestination
  │ ├──[+] required (16942:11)❌ 
  │ ├──[🔀] example (16832:9)
  │ ├──[+] properties (16913:9)
  │ ├─┬type
  │ │ ├──[-] enum (16772:15)❌ 
  │ │ ├──[🔀] type (16925:17)❌ 
  │ │ ├──[+] format (16924:19)❌ 
  │ │ ├──[+] description (16922:24)
  │ │ └──[+] example (16923:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16781:19)❌ 
  │ │ ├──[🔀] description (16931:24)
  │ │ └──[🔀] example (16932:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (16918:13)❌ 
  │ │ ├──[🔀] type (16920:17)❌ 
  │ │ ├──[-] format (16768:19)❌ 
  │ │ ├──[+] minItems (16919:21)❌ 
  │ │ ├──[🔀] description (16914:24)
  │ │ └──[🔀] example (16916:13)
  │ └─┬updated_at
  │   ├──[+] enum (16928:15)
  │   ├──[-] description (16775:24)
  │   └──[-] example (16776:20)
  ├─┬GetObservabilityDestinationResponse
  │ └──[🔀] example (10154:9)
  ├─┬CreateObservabilityDestinationResponse
  │ └──[🔀] example (7760:9)
  ├─┬ObservabilityLangsmithDestination
  │ ├──[+] required (16429:11)❌ 
  │ ├──[🔀] example (16310:9)
  │ ├──[+] properties (16400:9)
  │ ├─┬type
  │ │ ├──[-] enum (16303:15)❌ 
  │ │ ├──[🔀] type (16412:17)❌ 
  │ │ ├──[+] format (16411:19)❌ 
  │ │ ├──[+] description (16409:24)
  │ │ └──[+] example (16410:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (16405:13)❌ 
  │ │ ├──[🔀] type (16407:17)❌ 
  │ │ ├──[-] format (16299:19)❌ 
  │ │ ├──[+] minItems (16406:21)❌ 
  │ │ ├──[🔀] description (16401:24)
  │ │ └──[🔀] example (16403:13)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16312:19)❌ 
  │ │ ├──[🔀] description (16418:24)
  │ │ └──[🔀] example (16419:20)
  │ └─┬updated_at
  │   ├──[+] enum (16415:15)
  │   ├──[-] description (16306:24)
  │   └──[-] example (16307:20)
  ├─┬ObservabilityNewrelicDestination
  │ ├──[+] required (16560:11)❌ 
  │ ├──[🔀] example (16446:9)
  │ ├──[+] properties (16531:9)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16432:19)❌ 
  │ │ ├──[🔀] description (16549:24)
  │ │ └──[🔀] example (16550:20)
  │ ├─┬type
  │ │ ├──[-] enum (16423:15)❌ 
  │ │ ├──[🔀] type (16543:17)❌ 
  │ │ ├──[+] format (16542:19)❌ 
  │ │ ├──[+] description (16540:24)
  │ │ └──[+] example (16541:20)
  │ ├─┬updated_at
  │ │ ├──[+] enum (16546:15)
  │ │ ├──[-] description (16426:24)
  │ │ └──[-] example (16427:20)
  │ └─┬sampling_rate
  │   ├──[+] items (16536:13)❌ 
  │   ├──[🔀] type (16538:17)❌ 
  │   ├──[-] format (16419:19)❌ 
  │   ├──[+] minItems (16537:21)❌ 
  │   ├──[🔀] description (16532:24)
  │   └──[🔀] example (16534:13)
  ├─┬ObservabilityLangfuseDestination
  │ ├──[+] required (16293:11)❌ 
  │ ├──[🔀] example (16178:9)
  │ ├──[+] properties (16264:9)
  │ ├─┬updated_at
  │ │ ├──[+] enum (16279:15)
  │ │ ├──[-] description (16181:24)
  │ │ └──[-] example (16182:20)
  │ ├─┬type
  │ │ ├──[-] enum (16178:15)❌ 
  │ │ ├──[🔀] type (16276:17)❌ 
  │ │ ├──[+] format (16275:19)❌ 
  │ │ ├──[+] description (16273:24)
  │ │ └──[+] example (16274:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16187:19)❌ 
  │ │ ├──[🔀] description (16282:24)
  │ │ └──[🔀] example (16283:20)
  │ └─┬sampling_rate
  │   ├──[+] items (16269:13)❌ 
  │   ├──[🔀] type (16271:17)❌ 
  │   ├──[-] format (16174:19)❌ 
  │   ├──[+] minItems (16270:21)❌ 
  │   ├──[🔀] description (16265:24)
  │   └──[🔀] example (16267:13)
  ├─┬ObservabilityDestination
  │ └──[🔀] example (15911:9)
  ├─┬ObservabilitySnowflakeDestination
  │ ├──[+] required (17488:11)❌ 
  │ ├──[🔀] example (17363:9)
  │ ├──[+] properties (17459:9)
  │ ├─┬type
  │ │ ├──[-] enum (17274:15)❌ 
  │ │ ├──[🔀] type (17471:17)❌ 
  │ │ ├──[+] format (17470:19)❌ 
  │ │ ├──[+] description (17468:24)
  │ │ └──[+] example (17469:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (17283:19)❌ 
  │ │ ├──[🔀] description (17477:24)
  │ │ └──[🔀] example (17478:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (17464:13)❌ 
  │ │ ├──[🔀] type (17466:17)❌ 
  │ │ ├──[-] format (17270:19)❌ 
  │ │ ├──[+] minItems (17465:21)❌ 
  │ │ ├──[🔀] description (17460:24)
  │ │ └──[🔀] example (17462:13)
  │ └─┬updated_at
  │   ├──[+] enum (17474:15)
  │   ├──[-] description (17277:24)
  │   └──[-] example (17278:20)
  ├─┬ObservabilityDatadogDestination
  │ ├──[+] required (15856:11)❌ 
  │ ├──[🔀] example (15738:9)
  │ ├──[+] properties (15827:9)
  │ ├─┬type
  │ │ ├──[-] enum (15783:15)❌ 
  │ │ ├──[🔀] type (15839:17)❌ 
  │ │ ├──[+] format (15838:19)❌ 
  │ │ ├──[+] description (15836:24)
  │ │ └──[+] example (15837:20)
  │ ├─┬updated_at
  │ │ ├──[+] enum (15842:15)
  │ │ ├──[-] description (15786:24)
  │ │ └──[-] example (15787:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (15792:19)❌ 
  │ │ ├──[🔀] description (15845:24)
  │ │ └──[🔀] example (15846:20)
  │ └─┬sampling_rate
  │   ├──[+] items (15832:13)❌ 
  │   ├──[🔀] type (15834:17)❌ 
  │   ├──[-] format (15779:19)❌ 
  │   ├──[+] minItems (15833:21)❌ 
  │   ├──[🔀] description (15828:24)
  │   └──[🔀] example (15830:13)
  ├─┬ObservabilityGrafanaDestination
  │ ├──[+] required (16161:11)❌ 
  │ ├──[🔀] example (16046:9)
  │ ├──[+] properties (16132:9)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (16137:13)❌ 
  │ │ ├──[🔀] type (16139:17)❌ 
  │ │ ├──[-] format (16053:19)❌ 
  │ │ ├──[+] minItems (16138:21)❌ 
  │ │ ├──[🔀] description (16133:24)
  │ │ └──[🔀] example (16135:13)
  │ ├─┬type
  │ │ ├──[-] enum (16057:15)❌ 
  │ │ ├──[🔀] type (16144:17)❌ 
  │ │ ├──[+] format (16143:19)❌ 
  │ │ ├──[+] description (16141:24)
  │ │ └──[+] example (16142:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16066:19)❌ 
  │ │ ├──[🔀] description (16150:24)
  │ │ └──[🔀] example (16151:20)
  │ └─┬updated_at
  │   ├──[+] enum (16147:15)
  │   ├──[-] description (16060:24)
  │   └──[-] example (16061:20)
  ├─┬ObservabilityRampDestination
  │ ├──[+] required (17070:11)❌ 
  │ ├──[🔀] example (16959:9)
  │ ├──[+] properties (17041:9)
  │ ├─┬type
  │ │ ├──[-] enum (16889:15)❌ 
  │ │ ├──[🔀] type (17053:17)❌ 
  │ │ ├──[+] format (17052:19)❌ 
  │ │ ├──[+] description (17050:24)
  │ │ └──[+] example (17051:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16898:19)❌ 
  │ │ ├──[🔀] description (17059:24)
  │ │ └──[🔀] example (17060:20)
  │ ├─┬updated_at
  │ │ ├──[+] enum (17056:15)
  │ │ ├──[-] description (16892:24)
  │ │ └──[-] example (16893:20)
  │ └─┬sampling_rate
  │   ├──[+] items (17046:13)❌ 
  │   ├──[🔀] type (17048:17)❌ 
  │   ├──[-] format (16885:19)❌ 
  │   ├──[+] minItems (17047:21)❌ 
  │   ├──[🔀] description (17042:24)
  │   └──[🔀] example (17044:13)
  ├─┬ObservabilityS3Destination
  │ ├──[+] required (17218:11)❌ 
  │ ├──[🔀] example (17087:9)
  │ ├──[+] properties (17189:9)
  │ ├─┬type
  │ │ ├──[-] enum (17026:15)❌ 
  │ │ ├──[🔀] type (17201:17)❌ 
  │ │ ├──[+] format (17200:19)❌ 
  │ │ ├──[+] description (17198:24)
  │ │ └──[+] example (17199:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (17194:13)❌ 
  │ │ ├──[🔀] type (17196:17)❌ 
  │ │ ├──[-] format (17022:19)❌ 
  │ │ ├──[+] minItems (17195:21)❌ 
  │ │ ├──[🔀] description (17190:24)
  │ │ └──[🔀] example (17192:13)
  │ ├─┬updated_at
  │ │ ├──[+] enum (17204:15)
  │ │ ├──[-] description (17029:24)
  │ │ └──[-] example (17030:20)
  │ └─┬workspace_id
  │   ├──[-] format (17035:19)❌ 
  │   ├──[🔀] description (17207:24)
  │   └──[🔀] example (17208:20)
  ├─┬CreateObservabilityDestinationRequest
  │ ├──[+] properties (7710:9)
  │ ├─┬workspace_id
  │ │ ├──[+] enum (7738:15)
  │ │ ├──[+] enum (7740:15)
  │ │ ├──[+] enum (7728:15)
  │ │ ├──[+] enum (7731:15)
  │ │ ├──[+] enum (7739:15)
  │ │ ├──[+] enum (7741:15)
  │ │ ├──[+] enum (7729:15)
  │ │ ├──[+] enum (7733:15)
  │ │ ├──[+] enum (7735:15)
  │ │ ├──[+] enum (7742:15)
  │ │ ├──[+] enum (7743:15)
  │ │ ├──[+] enum (7734:15)
  │ │ ├──[+] enum (7736:15)
  │ │ ├──[+] enum (7737:15)
  │ │ ├──[+] enum (7744:15)
  │ │ ├──[+] enum (7730:15)
  │ │ ├──[+] enum (7732:15)
  │ │ ├──[-] format (7741:19)❌ 
  │ │ ├──[🔀] description (7726:24)
  │ │ ├──[🔀] example (7745:20)
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (7747:39)
  │ ├─┬type
  │ │ ├──[-] enum (7719:15)❌ 
  │ │ ├──[-] enum (7723:15)❌ 
  │ │ ├──[-] enum (7725:15)❌ 
  │ │ ├──[-] enum (7726:15)❌ 
  │ │ ├──[-] enum (7730:15)❌ 
  │ │ ├──[-] enum (7731:15)❌ 
  │ │ ├──[-] enum (7734:15)❌ 
  │ │ ├──[-] enum (7718:15)❌ 
  │ │ ├──[-] enum (7721:15)❌ 
  │ │ ├──[-] enum (7724:15)❌ 
  │ │ ├──[-] enum (7727:15)❌ 
  │ │ ├──[-] enum (7728:15)❌ 
  │ │ ├──[-] enum (7732:15)❌ 
  │ │ ├──[-] enum (7733:15)❌ 
  │ │ ├──[-] enum (7720:15)❌ 
  │ │ ├──[-] enum (7722:15)❌ 
  │ │ ├──[-] enum (7729:15)❌ 
  │ │ ├──[🔀] type (7724:17)❌ 
  │ │ ├──[+] format (7723:19)❌ 
  │ │ ├──[🔀] description (7721:24)
  │ │ ├──[🔀] example (7722:20)
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (7737:39)❌ 
  │ └─┬sampling_rate
  │   ├──[+] items (7717:13)❌ 
  │   ├──[🔀] type (7719:17)❌ 
  │   ├──[-] format (7713:19)❌ 
  │   ├──[+] minItems (7718:21)❌ 
  │   ├──[🔀] description (7713:24)
  │   ├──[+] default (7712:13)❌ 
  │   └──[🔀] example (7715:13)
  ├─┬ObservabilityWebhookDestination
  │ ├──[+] required (17753:11)❌ 
  │ ├──[🔀] example (17642:9)
  │ ├──[+] properties (17724:9)
  │ ├─┬type
  │ │ ├──[-] enum (17517:15)❌ 
  │ │ ├──[🔀] type (17736:17)❌ 
  │ │ ├──[+] format (17735:19)❌ 
  │ │ ├──[+] description (17733:24)
  │ │ └──[+] example (17734:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (17526:19)❌ 
  │ │ ├──[🔀] description (17742:24)
  │ │ └──[🔀] example (17743:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (17729:13)❌ 
  │ │ ├──[🔀] type (17731:17)❌ 
  │ │ ├──[-] format (17513:19)❌ 
  │ │ ├──[+] minItems (17730:21)❌ 
  │ │ ├──[🔀] description (17725:24)
  │ │ └──[🔀] example (17727:13)
  │ └─┬updated_at
  │   ├──[+] enum (17739:15)
  │   ├──[-] description (17520:24)
  │   └──[-] example (17521:20)
  ├─┬ListObservabilityDestinationsResponse
  │ └──[🔀] example (12344:9)
  ├─┬ObservabilityOpikDestination
  │ ├──[+] required (16693:11)❌ 
  │ ├──[🔀] example (16577:9)
  │ ├──[+] properties (16664:9)
  │ ├─┬updated_at
  │ │ ├──[+] enum (16679:15)
  │ │ ├──[-] description (16548:24)
  │ │ └──[-] example (16549:20)
  │ ├─┬type
  │ │ ├──[-] enum (16545:15)❌ 
  │ │ ├──[🔀] type (16676:17)❌ 
  │ │ ├──[+] format (16675:19)❌ 
  │ │ ├──[+] description (16673:24)
  │ │ └──[+] example (16674:20)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (16669:13)❌ 
  │ │ ├──[🔀] type (16671:17)❌ 
  │ │ ├──[-] format (16541:19)❌ 
  │ │ ├──[+] minItems (16670:21)❌ 
  │ │ ├──[🔀] description (16665:24)
  │ │ └──[🔀] example (16667:13)
  │ └─┬workspace_id
  │   ├──[-] format (16554:19)❌ 
  │   ├──[🔀] description (16682:24)
  │   └──[🔀] example (16683:20)
  ├─┬UpdateObservabilityDestinationResponse
  │ └──[🔀] example (26786:9)
  ├─┬ObservabilityOtelCollectorDestination
  │ ├──[+] required (16815:11)❌ 
  │ ├──[🔀] example (16710:9)
  │ ├──[+] properties (16786:9)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (16791:13)❌ 
  │ │ ├──[🔀] type (16793:17)❌ 
  │ │ ├──[-] format (16652:19)❌ 
  │ │ ├──[+] minItems (16792:21)❌ 
  │ │ ├──[🔀] description (16787:24)
  │ │ └──[🔀] example (16789:13)
  │ ├─┬type
  │ │ ├──[-] enum (16656:15)❌ 
  │ │ ├──[🔀] type (16798:17)❌ 
  │ │ ├──[+] format (16797:19)❌ 
  │ │ ├──[+] description (16795:24)
  │ │ └──[+] example (16796:20)
  │ ├─┬workspace_id
  │ │ ├──[-] format (16665:19)❌ 
  │ │ ├──[🔀] description (16804:24)
  │ │ └──[🔀] example (16805:20)
  │ └─┬updated_at
  │   ├──[+] enum (16801:15)
  │   ├──[-] description (16659:24)
  │   └──[-] example (16660:20)
  ├─┬ObservabilitySentryDestination
  │ ├──[+] required (17346:11)❌ 
  │ ├──[🔀] example (17235:9)
  │ ├──[+] properties (17317:9)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (17322:13)❌ 
  │ │ ├──[🔀] type (17324:17)❌ 
  │ │ ├──[-] format (17139:19)❌ 
  │ │ ├──[+] minItems (17323:21)❌ 
  │ │ ├──[🔀] description (17318:24)
  │ │ └──[🔀] example (17320:13)
  │ ├─┬workspace_id
  │ │ ├──[-] format (17152:19)❌ 
  │ │ ├──[🔀] description (17335:24)
  │ │ └──[🔀] example (17336:20)
  │ ├─┬type
  │ │ ├──[-] enum (17143:15)❌ 
  │ │ ├──[🔀] type (17329:17)❌ 
  │ │ ├──[+] format (17328:19)❌ 
  │ │ ├──[+] description (17326:24)
  │ │ └──[+] example (17327:20)
  │ └─┬updated_at
  │   ├──[+] enum (17332:15)
  │   ├──[-] description (17146:24)
  │   └──[-] example (17147:20)
  ├─┬UpdateObservabilityDestinationRequest
  │ ├──[+] properties (26770:9)
  │ └─┬sampling_rate
  │   ├──[+] items (26775:13)❌ 
  │   ├──[🔀] type (26777:17)❌ 
  │   ├──[-] format (26550:19)❌ 
  │   ├──[+] minItems (26776:21)❌ 
  │   ├──[🔀] description (26771:24)
  │   └──[🔀] example (26773:13)
  ├─┬ObservabilityWeaveDestination
  │ ├──[+] required (17625:11)❌ 
  │ ├──[🔀] example (17505:9)
  │ ├──[+] properties (17596:9)
  │ ├─┬sampling_rate
  │ │ ├──[+] items (17601:13)❌ 
  │ │ ├──[🔀] type (17603:17)❌ 
  │ │ ├──[-] format (17396:19)❌ 
  │ │ ├──[+] minItems (17602:21)❌ 
  │ │ ├──[🔀] description (17597:24)
  │ │ └──[🔀] example (17599:13)
  │ ├─┬workspace_id
  │ │ ├──[-] format (17409:19)❌ 
  │ │ ├──[🔀] description (17614:24)
  │ │ └──[🔀] example (17615:20)
  │ ├─┬type
  │ │ ├──[-] enum (17400:15)❌ 
  │ │ ├──[🔀] type (17608:17)❌ 
  │ │ ├──[+] format (17607:19)❌ 
  │ │ ├──[+] description (17605:24)
  │ │ └──[+] example (17606:20)
  │ └─┬updated_at
  │   ├──[+] enum (17611:15)
  │   ├──[-] description (17403:24)
  │   └──[-] example (17404:20)
  └─┬ObservabilityArizeDestination
    ├──[+] required (15446:11)❌ 
    ├──[🔀] example (15325:9)
    ├──[+] properties (15417:9)
    ├─┬updated_at
    │ ├──[+] enum (15432:15)
    │ ├──[-] description (15409:24)
    │ └──[-] example (15410:20)
    ├─┬sampling_rate
    │ ├──[+] items (15422:13)❌ 
    │ ├──[🔀] type (15424:17)❌ 
    │ ├──[-] format (15402:19)❌ 
    │ ├──[+] minItems (15423:21)❌ 
    │ ├──[🔀] description (15418:24)
    │ └──[🔀] example (15420:13)
    ├─┬type
    │ ├──[-] enum (15406:15)❌ 
    │ ├──[🔀] type (15429:17)❌ 
    │ ├──[+] format (15428:19)❌ 
    │ ├──[+] description (15426:24)
    │ └──[+] example (15427:20)
    └─┬workspace_id
      ├──[-] format (15415:19)❌ 
      ├──[🔀] description (15435:24)
      └──[🔀] example (15436:20)
Document Element Total Changes Breaking Changes
components 405 182
paths 4 0

View full report

Linting Report 0 errors, 6 warnings, 9 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.787.0

Last updated by Speakeasy workflow

* `open_router.observability.list()`:  `response.data[]` **Changed**
* `open_router.observability.create()`: 
  *  `request.regions` **Added**
  *  `response.data` **Changed**
* `open_router.observability.get()`:  `response.data` **Changed**
* `open_router.observability.update()`: 
  *  `request.regions` **Added**
  *  `response.data` **Changed**
@github-actions github-actions Bot added the patch Patch version bump label Sep 5, 2026
@mintlify

mintlify Bot commented Sep 5, 2026

Copy link
Copy Markdown

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

Project Status Preview Updated
openrouter-production 🟢 Ready View Preview Sep 5, 2026, 10:06 PM

@mintlify

mintlify Bot commented Sep 5, 2026

Copy link
Copy Markdown

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

Project Status Preview Updated
openrouter-staging 🟢 Ready View Preview Sep 5, 2026, 10:06 PM

@openrouter-docs-sync
openrouter-docs-sync Bot merged commit 1d6fef1 into main Sep 5, 2026
2 checks passed
@openrouter-docs-sync
openrouter-docs-sync Bot deleted the speakeasy-sdk-regen-1788645774 branch September 5, 2026 22:08
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