mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-06 13:20:23 +08:00
11 lines
323 B
YAML
11 lines
323 B
YAML
overlay: 1.0.0
|
|
x-speakeasy-jsonpath: rfc9535
|
|
info:
|
|
title: Fix nullable pagination params
|
|
version: 0.0.0
|
|
actions:
|
|
- target: $..parameters[?@.name == "offset" && @.in == "query"].schema
|
|
description: Remove nullable from offset query params to fix mypy errors in pagination helpers
|
|
update:
|
|
nullable: false
|