Skip to content

Commit bd4c646

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.0.0 automatically generated from ld-openapi.
1 parent 51270ff commit bd4c646

File tree

676 files changed

+38482
-37718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

676 files changed

+38482
-37718
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java: [ '8' ]
20+
java: [ 17, 21 ]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up JDK

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.16.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This client library is only compatible with the latest version of our REST API.
88

99
LaunchDarkly REST API
1010
- API version: 2.0
11-
- Build date: 2025-10-09T16:56:19.516161Z[Etc/UTC]
12-
- Generator version: 7.5.0
11+
- Build date: 2025-10-10T14:31:47.006820Z[Etc/UTC]
12+
- Generator version: 7.16.0
1313

1414
This documentation describes LaunchDarkly's REST API. To access the complete OpenAPI spec directly, use [Get OpenAPI spec](https://launchdarkly.com/docs/api/other/get-openapi-spec).
1515

@@ -527,7 +527,7 @@ import com.launchdarkly.api.ApiClient;
527527
import com.launchdarkly.api.ApiException;
528528
import com.launchdarkly.api.Configuration;
529529
import com.launchdarkly.api.auth.*;
530-
import com.launchdarkly.api.models.*;
530+
import com.launchdarkly.api.model.*;
531531
import com.launchdarkly.api.api.AccessTokensApi;
532532

533533
public class Example {

0 commit comments

Comments
 (0)