Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit d8ad62a

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.0.0 automatically generated from ld-openapi.
1 parent 2e81235 commit d8ad62a

1,502 files changed

Lines changed: 187214 additions & 30686 deletions

File tree

Some content is hidden

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

.openapi-generator/FILES

Lines changed: 321 additions & 39 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

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

README.md

Lines changed: 160 additions & 22 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/Api/AIConfigsBetaApi.md

Lines changed: 857 additions & 171 deletions
Large diffs are not rendered by default.

docs/Api/AccessTokensApi.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# LaunchDarklyApi\AccessTokensApi
22

3-
All URIs are relative to https://app.launchdarkly.com.
3+
All URIs are relative to https://app.launchdarkly.com, except if the operation defines another base path.
44

5-
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7-
[**deleteToken()**](AccessTokensApi.md#deleteToken) | **DELETE** /api/v2/tokens/{id} | Delete access token
8-
[**getToken()**](AccessTokensApi.md#getToken) | **GET** /api/v2/tokens/{id} | Get access token
9-
[**getTokens()**](AccessTokensApi.md#getTokens) | **GET** /api/v2/tokens | List access tokens
10-
[**patchToken()**](AccessTokensApi.md#patchToken) | **PATCH** /api/v2/tokens/{id} | Patch access token
11-
[**postToken()**](AccessTokensApi.md#postToken) | **POST** /api/v2/tokens | Create access token
12-
[**resetToken()**](AccessTokensApi.md#resetToken) | **POST** /api/v2/tokens/{id}/reset | Reset access token
5+
| Method | HTTP request | Description |
6+
| ------------- | ------------- | ------------- |
7+
| [**deleteToken()**](AccessTokensApi.md#deleteToken) | **DELETE** /api/v2/tokens/{id} | Delete access token |
8+
| [**getToken()**](AccessTokensApi.md#getToken) | **GET** /api/v2/tokens/{id} | Get access token |
9+
| [**getTokens()**](AccessTokensApi.md#getTokens) | **GET** /api/v2/tokens | List access tokens |
10+
| [**patchToken()**](AccessTokensApi.md#patchToken) | **PATCH** /api/v2/tokens/{id} | Patch access token |
11+
| [**postToken()**](AccessTokensApi.md#postToken) | **POST** /api/v2/tokens | Create access token |
12+
| [**resetToken()**](AccessTokensApi.md#resetToken) | **POST** /api/v2/tokens/{id}/reset | Reset access token |
1313

1414

1515
## `deleteToken()`
@@ -52,9 +52,9 @@ try {
5252

5353
### Parameters
5454

55-
Name | Type | Description | Notes
56-
------------- | ------------- | ------------- | -------------
57-
**id** | **string**| The ID of the access token to update |
55+
| Name | Type | Description | Notes |
56+
| ------------- | ------------- | ------------- | ------------- |
57+
| **id** | **string**| The ID of the access token to update | |
5858

5959
### Return type
6060

@@ -114,9 +114,9 @@ try {
114114

115115
### Parameters
116116

117-
Name | Type | Description | Notes
118-
------------- | ------------- | ------------- | -------------
119-
**id** | **string**| The ID of the access token |
117+
| Name | Type | Description | Notes |
118+
| ------------- | ------------- | ------------- | ------------- |
119+
| **id** | **string**| The ID of the access token | |
120120

121121
### Return type
122122

@@ -178,11 +178,11 @@ try {
178178

179179
### Parameters
180180

181-
Name | Type | Description | Notes
182-
------------- | ------------- | ------------- | -------------
183-
**show_all** | **bool**| If set to true, and the authentication access token has the 'Admin' role, personal access tokens for all members will be retrieved. | [optional]
184-
**limit** | **int**| The number of access tokens to return in the response. Defaults to 25. | [optional]
185-
**offset** | **int**| Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. | [optional]
181+
| Name | Type | Description | Notes |
182+
| ------------- | ------------- | ------------- | ------------- |
183+
| **show_all** | **bool**| If set to true, and the authentication access token has the 'Admin' role, personal access tokens for all members will be retrieved. | [optional] |
184+
| **limit** | **int**| The number of access tokens to return in the response. Defaults to 25. | [optional] |
185+
| **offset** | **int**| Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. | [optional] |
186186

187187
### Return type
188188

@@ -243,10 +243,10 @@ try {
243243

244244
### Parameters
245245

246-
Name | Type | Description | Notes
247-
------------- | ------------- | ------------- | -------------
248-
**id** | **string**| The ID of the access token to update |
249-
**patch_operation** | [**\LaunchDarklyApi\Model\PatchOperation[]**](../Model/PatchOperation.md)| |
246+
| Name | Type | Description | Notes |
247+
| ------------- | ------------- | ------------- | ------------- |
248+
| **id** | **string**| The ID of the access token to update | |
249+
| **patch_operation** | [**\LaunchDarklyApi\Model\PatchOperation[]**](../Model/PatchOperation.md)| | |
250250

251251
### Return type
252252

@@ -306,9 +306,9 @@ try {
306306

307307
### Parameters
308308

309-
Name | Type | Description | Notes
310-
------------- | ------------- | ------------- | -------------
311-
**access_token_post** | [**\LaunchDarklyApi\Model\AccessTokenPost**](../Model/AccessTokenPost.md)| |
309+
| Name | Type | Description | Notes |
310+
| ------------- | ------------- | ------------- | ------------- |
311+
| **access_token_post** | [**\LaunchDarklyApi\Model\AccessTokenPost**](../Model/AccessTokenPost.md)| | |
312312

313313
### Return type
314314

@@ -369,10 +369,10 @@ try {
369369

370370
### Parameters
371371

372-
Name | Type | Description | Notes
373-
------------- | ------------- | ------------- | -------------
374-
**id** | **string**| The ID of the access token to update |
375-
**expiry** | **int**| An expiration time for the old token key, expressed as a Unix epoch time in milliseconds. By default, the token will expire immediately. | [optional]
372+
| Name | Type | Description | Notes |
373+
| ------------- | ------------- | ------------- | ------------- |
374+
| **id** | **string**| The ID of the access token to update | |
375+
| **expiry** | **int**| An expiration time for the old token key, expressed as a Unix epoch time in milliseconds. By default, the token will expire immediately. | [optional] |
376376

377377
### Return type
378378

docs/Api/AccountMembersApi.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# LaunchDarklyApi\AccountMembersApi
22

3-
All URIs are relative to https://app.launchdarkly.com.
3+
All URIs are relative to https://app.launchdarkly.com, except if the operation defines another base path.
44

5-
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7-
[**deleteMember()**](AccountMembersApi.md#deleteMember) | **DELETE** /api/v2/members/{id} | Delete account member
8-
[**getMember()**](AccountMembersApi.md#getMember) | **GET** /api/v2/members/{id} | Get account member
9-
[**getMembers()**](AccountMembersApi.md#getMembers) | **GET** /api/v2/members | List account members
10-
[**patchMember()**](AccountMembersApi.md#patchMember) | **PATCH** /api/v2/members/{id} | Modify an account member
11-
[**postMemberTeams()**](AccountMembersApi.md#postMemberTeams) | **POST** /api/v2/members/{id}/teams | Add a member to teams
12-
[**postMembers()**](AccountMembersApi.md#postMembers) | **POST** /api/v2/members | Invite new members
5+
| Method | HTTP request | Description |
6+
| ------------- | ------------- | ------------- |
7+
| [**deleteMember()**](AccountMembersApi.md#deleteMember) | **DELETE** /api/v2/members/{id} | Delete account member |
8+
| [**getMember()**](AccountMembersApi.md#getMember) | **GET** /api/v2/members/{id} | Get account member |
9+
| [**getMembers()**](AccountMembersApi.md#getMembers) | **GET** /api/v2/members | List account members |
10+
| [**patchMember()**](AccountMembersApi.md#patchMember) | **PATCH** /api/v2/members/{id} | Modify an account member |
11+
| [**postMemberTeams()**](AccountMembersApi.md#postMemberTeams) | **POST** /api/v2/members/{id}/teams | Add a member to teams |
12+
| [**postMembers()**](AccountMembersApi.md#postMembers) | **POST** /api/v2/members | Invite new members |
1313

1414

1515
## `deleteMember()`
@@ -52,9 +52,9 @@ try {
5252

5353
### Parameters
5454

55-
Name | Type | Description | Notes
56-
------------- | ------------- | ------------- | -------------
57-
**id** | **string**| The member ID |
55+
| Name | Type | Description | Notes |
56+
| ------------- | ------------- | ------------- | ------------- |
57+
| **id** | **string**| The member ID | |
5858

5959
### Return type
6060

@@ -115,10 +115,10 @@ try {
115115

116116
### Parameters
117117

118-
Name | Type | Description | Notes
119-
------------- | ------------- | ------------- | -------------
120-
**id** | **string**| The member ID |
121-
**expand** | **string**| A comma-separated list of properties that can reveal additional information in the response. | [optional]
118+
| Name | Type | Description | Notes |
119+
| ------------- | ------------- | ------------- | ------------- |
120+
| **id** | **string**| The member ID | |
121+
| **expand** | **string**| A comma-separated list of properties that can reveal additional information in the response. | [optional] |
122122

123123
### Return type
124124

@@ -182,13 +182,13 @@ try {
182182

183183
### Parameters
184184

185-
Name | Type | Description | Notes
186-
------------- | ------------- | ------------- | -------------
187-
**limit** | **int**| The number of members to return in the response. Defaults to 20. | [optional]
188-
**offset** | **int**| Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. | [optional]
189-
**filter** | **string**| A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained above. | [optional]
190-
**expand** | **string**| A comma-separated list of properties that can reveal additional information in the response. | [optional]
191-
**sort** | **string**| A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. | [optional]
185+
| Name | Type | Description | Notes |
186+
| ------------- | ------------- | ------------- | ------------- |
187+
| **limit** | **int**| The number of members to return in the response. Defaults to 20. | [optional] |
188+
| **offset** | **int**| Where to start in the list. This is for use with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. | [optional] |
189+
| **filter** | **string**| A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained above. | [optional] |
190+
| **expand** | **string**| A comma-separated list of properties that can reveal additional information in the response. | [optional] |
191+
| **sort** | **string**| A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. | [optional] |
192192

193193
### Return type
194194

@@ -249,10 +249,10 @@ try {
249249

250250
### Parameters
251251

252-
Name | Type | Description | Notes
253-
------------- | ------------- | ------------- | -------------
254-
**id** | **string**| The member ID |
255-
**patch_operation** | [**\LaunchDarklyApi\Model\PatchOperation[]**](../Model/PatchOperation.md)| |
252+
| Name | Type | Description | Notes |
253+
| ------------- | ------------- | ------------- | ------------- |
254+
| **id** | **string**| The member ID | |
255+
| **patch_operation** | [**\LaunchDarklyApi\Model\PatchOperation[]**](../Model/PatchOperation.md)| | |
256256

257257
### Return type
258258

@@ -313,10 +313,10 @@ try {
313313

314314
### Parameters
315315

316-
Name | Type | Description | Notes
317-
------------- | ------------- | ------------- | -------------
318-
**id** | **string**| The member ID |
319-
**member_teams_post_input** | [**\LaunchDarklyApi\Model\MemberTeamsPostInput**](../Model/MemberTeamsPostInput.md)| |
316+
| Name | Type | Description | Notes |
317+
| ------------- | ------------- | ------------- | ------------- |
318+
| **id** | **string**| The member ID | |
319+
| **member_teams_post_input** | [**\LaunchDarklyApi\Model\MemberTeamsPostInput**](../Model/MemberTeamsPostInput.md)| | |
320320

321321
### Return type
322322

@@ -343,7 +343,7 @@ postMembers($new_member_form): \LaunchDarklyApi\Model\Members
343343

344344
Invite new members
345345

346-
Invite one or more new members to join an account. Each member is sent an invitation. Members with \"admin\" or \"owner\" roles may create new members, as well as anyone with a \"createMember\" permission for \"member/\\*\". If a member cannot be invited, the entire request is rejected and no members are invited from that request. Each member _must_ have an `email` field and either a `role` or a `customRoles` field. If any of the fields are not populated correctly, the request is rejected with the reason specified in the \"message\" field of the response. Requests to create account members will not work if SCIM is enabled for the account. _No more than 50 members may be created per request._ A request may also fail because of conflicts with existing members. These conflicts are reported using the additional `code` and `invalid_emails` response fields with the following possible values for `code`: - **email_already_exists_in_account**: A member with this email address already exists in this account. - **email_taken_in_different_account**: A member with this email address exists in another account. - **duplicate_email**s: This request contains two or more members with the same email address. A request that fails for one of the above reasons returns an HTTP response code of 400 (Bad Request).
346+
Invite one or more new members to join an account. Each member is sent an invitation. Members with Admin or Owner roles may create new members, as well as anyone with a `createMember` permission for \"member/\\*\". If a member cannot be invited, the entire request is rejected and no members are invited from that request. Each member _must_ have an `email` field and either a `role` or a `customRoles` field. If any of the fields are not populated correctly, the request is rejected with the reason specified in the \"message\" field of the response. Valid base role names that you can provide for the `role` field include `reader`, `writer`, `admin`, `owner/admin`, and `no_access`. To learn more about base roles, read [Organization roles](https://launchdarkly.com/docs/home/account/roles/organization-roles). If you are using the `customRoles` field instead, you can provide the key for any role that you have created, or for any preset [organization role](https://launchdarkly.com/docs/home/account/roles/organization-roles) or [project role](https://launchdarkly.com/docs/home/account/roles/project-roles) provided by LaunchDarkly. Some preset roles additionally require that you specify `roleAttributes`. To learn more, read [Using role scope](https://launchdarkly.com/docs/home/account/roles/role-scope). Requests to create account members will not work if SCIM is enabled for the account. _No more than 50 members may be created per request._ A request may also fail because of conflicts with existing members. These conflicts are reported using the additional `code` and `invalid_emails` response fields with the following possible values for `code`: - **email_already_exists_in_account**: A member with this email address already exists in this account. - **email_taken_in_different_account**: A member with this email address exists in another account. - **duplicate_email**s: This request contains two or more members with the same email address. A request that fails for one of the above reasons returns an HTTP response code of 400 (Bad Request).
347347

348348
### Example
349349

@@ -376,9 +376,9 @@ try {
376376

377377
### Parameters
378378

379-
Name | Type | Description | Notes
380-
------------- | ------------- | ------------- | -------------
381-
**new_member_form** | [**\LaunchDarklyApi\Model\NewMemberForm[]**](../Model/NewMemberForm.md)| |
379+
| Name | Type | Description | Notes |
380+
| ------------- | ------------- | ------------- | ------------- |
381+
| **new_member_form** | [**\LaunchDarklyApi\Model\NewMemberForm[]**](../Model/NewMemberForm.md)| | |
382382

383383
### Return type
384384

0 commit comments

Comments
 (0)