Skip to content

Commit 62abbac

Browse files
author
LaunchDarklyReleaseBot
committed
Version 17.2.0 automatically generated from ld-openapi.
1 parent ec79574 commit 62abbac

File tree

1,232 files changed

+38103
-12211
lines changed

Some content is hidden

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

1,232 files changed

+38103
-12211
lines changed

.openapi-generator/FILES

+129-27
Large diffs are not rendered by default.

README.md

+129-40
Large diffs are not rendered by default.

api/openapi.yaml

+7,697-4,416
Large diffs are not rendered by default.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def ossrhPassword = hasProperty('ossrhPassword') ? ossrhPassword : System.getenv
3636

3737
allprojects {
3838
group = 'com.launchdarkly'
39-
version = '17.1.0'
39+
version = '17.2.0'
4040
archivesBaseName = 'api-client'
4141
sourceCompatibility = 1.8
4242
targetCompatibility = 1.8

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.launchdarkly",
44
name := "api-client",
5-
version := "17.1.0",
5+
version := "17.2.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/AIConfig.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# AIConfig
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**access** | [**AiConfigsAccess**](AiConfigsAccess.md) | | [optional] |
11+
|**links** | [**ParentAndSelfLinks**](ParentAndSelfLinks.md) | | [optional] |
12+
|**description** | **String** | | |
13+
|**key** | **String** | | |
14+
|**maintainer** | [**AIConfigMaintainer**](AIConfigMaintainer.md) | | [optional] |
15+
|**name** | **String** | | |
16+
|**tags** | **List<String>** | | |
17+
|**version** | **Integer** | | |
18+
|**variations** | [**List<AIConfigVariation>**](AIConfigVariation.md) | | |
19+
|**createdAt** | **Long** | | |
20+
|**updatedAt** | **Long** | | |
21+
22+
23+

docs/AIConfigMaintainer.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
3+
# AIConfigMaintainer
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**kind** | **String** | | |
11+
|**id** | **String** | | |
12+
|**email** | **String** | | |
13+
|**firstName** | **String** | | [optional] |
14+
|**lastName** | **String** | | [optional] |
15+
|**role** | **String** | | |
16+
|**key** | **String** | | |
17+
|**name** | **String** | | |
18+
19+
20+

docs/AIConfigPatch.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# AIConfigPatch
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**description** | **String** | | [optional] |
11+
|**maintainerId** | **String** | | [optional] |
12+
|**maintainerTeamKey** | **String** | | [optional] |
13+
|**name** | **String** | | [optional] |
14+
|**tags** | **List<String>** | | [optional] |
15+
16+
17+

docs/AIConfigPost.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# AIConfigPost
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**description** | **String** | | [optional] |
11+
|**key** | **String** | | |
12+
|**maintainerId** | **String** | | [optional] |
13+
|**maintainerTeamKey** | **String** | | [optional] |
14+
|**name** | **String** | | |
15+
|**tags** | **List<String>** | | [optional] |
16+
17+
18+

docs/AIConfigVariation.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# AIConfigVariation
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**links** | [**ParentLink**](ParentLink.md) | | [optional] |
11+
|**key** | **String** | | |
12+
|**messages** | [**List<Message>**](Message.md) | | |
13+
|**model** | **Object** | | |
14+
|**modelConfigKey** | **String** | | [optional] |
15+
|**name** | **String** | | |
16+
|**createdAt** | **Long** | | |
17+
|**version** | **Integer** | | |
18+
|**state** | **String** | | [optional] |
19+
|**archivedAt** | **Long** | | [optional] |
20+
|**publishedAt** | **Long** | | [optional] |
21+
22+
23+

docs/AIConfigVariationPatch.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# AIConfigVariationPatch
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**messages** | [**List<Message>**](Message.md) | | [optional] |
11+
|**model** | **Object** | | [optional] |
12+
|**modelConfigKey** | **String** | | [optional] |
13+
|**name** | **String** | | [optional] |
14+
|**published** | **Boolean** | | [optional] |
15+
|**state** | **String** | One of 'archived', 'published' | [optional] |
16+
17+
18+

docs/AIConfigVariationPost.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# AIConfigVariationPost
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**key** | **String** | | |
11+
|**messages** | [**List<Message>**](Message.md) | | |
12+
|**model** | **Object** | | |
13+
|**name** | **String** | | |
14+
|**modelConfigKey** | **String** | | [optional] |
15+
16+
17+

docs/AIConfigVariationsResponse.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# AIConfigVariationsResponse
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**items** | [**List<AIConfigVariation>**](AIConfigVariation.md) | | |
11+
|**totalCount** | **Integer** | | |
12+
13+
14+

docs/AIConfigs.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# AIConfigs
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**links** | [**PaginatedLinks**](PaginatedLinks.md) | | [optional] |
11+
|**items** | [**List<AIConfig>**](AIConfig.md) | | |
12+
|**totalCount** | **Integer** | | |
13+
14+
15+

docs/AccessTokenPost.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
|**role** | [**RoleEnum**](#RoleEnum) | Built-in role for the token | [optional] |
1313
|**customRoleIds** | **List<String>** | A list of custom role IDs to use as access limits for the access token | [optional] |
1414
|**inlineRole** | [**List<StatementPost>**](StatementPost.md) | A JSON array of statements represented as JSON objects with three attributes: effect, resources, actions. May be used in place of a built-in or custom role. | [optional] |
15-
|**serviceToken** | **Boolean** | Whether the token is a service token https://docs.launchdarkly.com/home/account/api#service-tokens | [optional] |
15+
|**serviceToken** | **Boolean** | Whether the token is a service token | [optional] |
1616
|**defaultApiVersion** | **Integer** | The default API version for this token | [optional] |
1717

1818

docs/AccessTokensApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public class Example {
239239
240240
Patch access token
241241

242-
Update an access token's settings. Updating an access token uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](/#section/Overview/Updates).
242+
Update an access token's settings. Updating an access token uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates).
243243

244244
### Example
245245
```java

docs/AccountMembersApi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ null (empty response body)
9191
9292
Get account member
9393

94-
Get a single account member by member ID. `me` is a reserved value for the `id` parameter that returns the caller's member information.
94+
Get a single account member by member ID. `me` is a reserved value for the `id` parameter that returns the caller's member information. ### Expanding the member response LaunchDarkly supports one field for expanding the \"Get member\" response. By default, this field is **not** included in the response. To expand the response, append the `expand` query parameter and add a comma-separated list with any of the following fields: * `roleAttributes` includes a list of the role attributes that you have assigned to the member. For example, `expand=roleAttributes` includes `roleAttributes` field in the response.
9595

9696
### Example
9797
```java
@@ -166,7 +166,7 @@ public class Example {
166166
167167
List account members
168168

169-
Return a list of account members. By default, this returns the first 20 members. Page through this list with the `limit` parameter and by following the `first`, `prev`, `next`, and `last` links in the returned `_links` field. These links are not present if the pages they refer to don't exist. For example, the `first` and `prev` links will be missing from the response on the first page. ### Filtering members LaunchDarkly supports the following fields for filters: - `query` is a string that matches against the members' emails and names. It is not case sensitive. - `role` is a `|` separated list of roles and custom roles. It filters the list to members who have any of the roles in the list. For the purposes of this filtering, `Owner` counts as `Admin`. - `id` is a `|` separated list of member IDs. It filters the list to members who match any of the IDs in the list. - `email` is a `|` separated list of member emails. It filters the list to members who match any of the emails in the list. - `team` is a string that matches against the key of the teams the members belong to. It is not case sensitive. - `noteam` is a boolean that filters the list of members who are not on a team if true and members on a team if false. - `lastSeen` is a JSON object in one of the following formats: - `{\"never\": true}` - Members that have never been active, such as those who have not accepted their invitation to LaunchDarkly, or have not logged in after being provisioned via SCIM. - `{\"noData\": true}` - Members that have not been active since LaunchDarkly began recording last seen timestamps. - `{\"before\": 1608672063611}` - Members that have not been active since the provided value, which should be a timestamp in Unix epoch milliseconds. - `accessCheck` is a string that represents a specific action on a specific resource and is in the format `<ActionSpecifier>:<ResourceSpecifier>`. It filters the list to members who have the ability to perform that action on that resource. Note: `accessCheck` is only supported in API version `20220603` and earlier. To learn more, read [Versioning](https://apidocs.launchdarkly.com/#section/Overview/Versioning). - For example, the filter `accessCheck:createApprovalRequest:proj/default:env/test:flag/alternate-page` matches members with the ability to create an approval request for the `alternate-page` flag in the `test` environment of the `default` project. - Wildcard and tag filters are not supported when filtering for access. For example, the filter `query:abc,role:admin|customrole` matches members with the string `abc` in their email or name, ignoring case, who also are either an `Owner` or `Admin` or have the custom role `customrole`. ### Sorting members LaunchDarkly supports two fields for sorting: `displayName` and `lastSeen`: - `displayName` sorts by first + last name, using the member's email if no name is set. - `lastSeen` sorts by the `_lastSeen` property. LaunchDarkly considers members that have never been seen or have no data the oldest.
169+
Return a list of account members. By default, this returns the first 20 members. Page through this list with the `limit` parameter and by following the `first`, `prev`, `next`, and `last` links in the returned `_links` field. These links are not present if the pages they refer to don't exist. For example, the `first` and `prev` links will be missing from the response on the first page. ### Filtering members LaunchDarkly supports the following fields for filters: - `query` is a string that matches against the members' emails and names. It is not case sensitive. - `role` is a `|` separated list of roles and custom roles. It filters the list to members who have any of the roles in the list. For the purposes of this filtering, `Owner` counts as `Admin`. - `id` is a `|` separated list of member IDs. It filters the list to members who match any of the IDs in the list. - `email` is a `|` separated list of member emails. It filters the list to members who match any of the emails in the list. - `team` is a string that matches against the key of the teams the members belong to. It is not case sensitive. - `noteam` is a boolean that filters the list of members who are not on a team if true and members on a team if false. - `lastSeen` is a JSON object in one of the following formats: - `{\"never\": true}` - Members that have never been active, such as those who have not accepted their invitation to LaunchDarkly, or have not logged in after being provisioned via SCIM. - `{\"noData\": true}` - Members that have not been active since LaunchDarkly began recording last seen timestamps. - `{\"before\": 1608672063611}` - Members that have not been active since the provided value, which should be a timestamp in Unix epoch milliseconds. - `accessCheck` is a string that represents a specific action on a specific resource and is in the format `<ActionSpecifier>:<ResourceSpecifier>`. It filters the list to members who have the ability to perform that action on that resource. Note: `accessCheck` is only supported in API version `20220603` and earlier. To learn more, read [Versioning](https://launchdarkly.com/docs/api#versioning). - For example, the filter `accessCheck:createApprovalRequest:proj/default:env/test:flag/alternate-page` matches members with the ability to create an approval request for the `alternate-page` flag in the `test` environment of the `default` project. - Wildcard and tag filters are not supported when filtering for access. For example, the filter `query:abc,role:admin|customrole` matches members with the string `abc` in their email or name, ignoring case, who also are either an `Owner` or `Admin` or have the custom role `customrole`. ### Sorting members LaunchDarkly supports two fields for sorting: `displayName` and `lastSeen`: - `displayName` sorts by first + last name, using the member's email if no name is set. - `lastSeen` sorts by the `_lastSeen` property. LaunchDarkly considers members that have never been seen or have no data the oldest. ### Expanding the members response LaunchDarkly supports two fields for expanding the \"List members\" response. By default, these fields are **not** included in the response. To expand the response, append the `expand` query parameter and add a comma-separated list with any of the following fields: * `customRoles` includes a list of the roles that you have assigned to the member. * `roleAttributes` includes a list of the role attributes that you have assigned to the member. For example, `expand=roleAttributes` includes `roleAttributes` field in the response.
170170

171171
### Example
172172
```java
@@ -247,7 +247,7 @@ public class Example {
247247
248248
Modify an account member
249249

250-
Update a single account member. Updating a member uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](/#section/Overview/Updates). To update fields in the account member object that are arrays, set the `path` to the name of the field and then append `/<array index>`. Use `/0` to add to the beginning of the array. Use `/-` to add to the end of the array. For example, to add a new custom role to a member, use the following request body: ``` [ { \"op\": \"add\", \"path\": \"/customRoles/0\", \"value\": \"some-role-id\" } ] ``` You can update only an account member's role or custom role using a JSON patch. Members can update their own names and email addresses though the LaunchDarkly UI. When SAML SSO or SCIM is enabled for the account, account members are managed in the Identity Provider (IdP). Requests to update account members will succeed, but the IdP will override the update shortly afterwards.
250+
Update a single account member. Updating a member uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](https://launchdarkly.com/docs/api#updates). To update fields in the account member object that are arrays, set the `path` to the name of the field and then append `/<array index>`. Use `/0` to add to the beginning of the array. Use `/-` to add to the end of the array. For example, to add a new custom role to a member, use the following request body: ``` [ { \"op\": \"add\", \"path\": \"/customRoles/0\", \"value\": \"some-role-id\" } ] ``` You can update only an account member's role or custom role using a JSON patch. Members can update their own names and email addresses though the LaunchDarkly UI. When SAML SSO or SCIM is enabled for the account, account members are managed in the Identity Provider (IdP). Requests to update account members will succeed, but the IdP will override the update shortly afterwards.
251251

252252
### Example
253253
```java

0 commit comments

Comments
 (0)