Skip to content

Commit 59381cc

Browse files
feat(api): api update
1 parent 43d34a0 commit 59381cc

2 files changed

Lines changed: 5 additions & 5 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

onebusaway-sdk-java-core/src/main/kotlin/org/onebusaway/models/tripsforlocation/TripsForLocationListParams.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private constructor(
3939
/** Whether to include full schedule elements in the tripDetails section. Defaults to false. */
4040
fun includeSchedule(): Optional<Boolean> = Optional.ofNullable(includeSchedule)
4141

42-
/** Whether to include full trip elements in the references section. Defaults to false. */
42+
/** Whether to include full trip elements in the references section. Defaults to true. */
4343
fun includeTrip(): Optional<Boolean> = Optional.ofNullable(includeTrip)
4444

4545
/** Specific time for the query. Defaults to the current time. */
@@ -125,7 +125,7 @@ private constructor(
125125
fun includeSchedule(includeSchedule: Optional<Boolean>) =
126126
includeSchedule(includeSchedule.getOrNull())
127127

128-
/** Whether to include full trip elements in the references section. Defaults to false. */
128+
/** Whether to include full trip elements in the references section. Defaults to true. */
129129
fun includeTrip(includeTrip: Boolean?) = apply { this.includeTrip = includeTrip }
130130

131131
/**

0 commit comments

Comments
 (0)