Skip to content

Commit c353922

Browse files
authored
Merge pull request #285 from Kotlin/fix-1password-example
fixed 1password openapi example
2 parents 2c91b57 + fa3b79c commit c353922

File tree

1 file changed

+1
-1
lines changed
  • examples/idea-examples/json/src/main/kotlin/org/jetbrains/kotlinx/dataframe/examples/openapi

1 file changed

+1
-1
lines changed

examples/idea-examples/json/src/main/kotlin/org/jetbrains/kotlinx/dataframe/examples/openapi/openApiApiGuru.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "ApiGuruOpenApiKsp",
44
)
55
@file:ImportDataSchema(
6-
path = "https://api.apis.guru/v2/specs/1password.local/connect/1.3.0/openapi.json",
6+
path = "https://api.apis.guru/v2/specs/1password.local/connect/1.5.7/openapi.json",
77
name = "OnePassword",
88
)
99

0 commit comments

Comments
 (0)