Skip to content

Commit 4350850

Browse files
feat(api): api update
1 parent 0d1267f commit 4350850

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-49611a380a238e29ad714c2f6d66a35ada42e3931d2aad2839afd1f13b585de1.yml
3-
openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2
4-
config_hash: ff7ff57d4c7f9c3f7a4f9bae39aa00e3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-e8511c379642404d73fd2ff068f81d845054108160ccd58343021bbd0b444a37.yml
3+
openapi_spec_hash: b8824d511c16ed314dc7cee996f4fd97
4+
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff

src/onebusaway/resources/trips_for_location.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def list(
7474
to false.
7575
7676
include_trip: Whether to include full trip elements in the references section. Defaults to
77-
false.
77+
true.
7878
7979
time: Specific time for the query. Defaults to the current time.
8080
@@ -163,7 +163,7 @@ async def list(
163163
to false.
164164
165165
include_trip: Whether to include full trip elements in the references section. Defaults to
166-
false.
166+
true.
167167
168168
time: Specific time for the query. Defaults to the current time.
169169

src/onebusaway/types/trips_for_location_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TripsForLocationListParams(TypedDict, total=False):
3131
include_trip: Annotated[bool, PropertyInfo(alias="includeTrip")]
3232
"""Whether to include full trip elements in the references section.
3333
34-
Defaults to false.
34+
Defaults to true.
3535
"""
3636

3737
time: int

0 commit comments

Comments
 (0)