Skip to content

Commit e7f0fe7

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.1.0 automatically generated from ld-openapi.
1 parent 6d0a9fc commit e7f0fe7

File tree

9 files changed

+1804
-27
lines changed

9 files changed

+1804
-27
lines changed

api/openapi.yaml

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

api_metrics_beta.go

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Environment.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
1313
**Color** | **string** | The color used to indicate this environment in the UI |
1414
**DefaultTtl** | **int32** | The default time (in minutes) that the PHP SDK can cache feature flag rules locally |
1515
**SecureMode** | **bool** | Ensures that one end user of the client-side SDK cannot inspect the variations for another end user |
16+
**Access** | Pointer to [**Access**](Access.md) | | [optional]
1617
**DefaultTrackEvents** | **bool** | Enables tracking detailed information for new flags by default |
1718
**RequireComments** | **bool** | Whether members who modify flags and segments through the LaunchDarkly user interface are required to add a comment |
1819
**ConfirmChanges** | **bool** | Whether members who modify flags and segments through the LaunchDarkly user interface are required to confirm those changes |
@@ -220,6 +221,31 @@ and a boolean to check if the value has been set.
220221
SetSecureMode sets SecureMode field to given value.
221222

222223

224+
### GetAccess
225+
226+
`func (o *Environment) GetAccess() Access`
227+
228+
GetAccess returns the Access field if non-nil, zero value otherwise.
229+
230+
### GetAccessOk
231+
232+
`func (o *Environment) GetAccessOk() (*Access, bool)`
233+
234+
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise
235+
and a boolean to check if the value has been set.
236+
237+
### SetAccess
238+
239+
`func (o *Environment) SetAccess(v Access)`
240+
241+
SetAccess sets Access field to given value.
242+
243+
### HasAccess
244+
245+
`func (o *Environment) HasAccess() bool`
246+
247+
HasAccess returns a boolean if a field has been set.
248+
223249
### GetDefaultTrackEvents
224250

225251
`func (o *Environment) GetDefaultTrackEvents() bool`

docs/Experiment.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
1212
**CreationDate** | **int64** | |
1313
**EnvironmentKey** | **string** | |
1414
**ArchivedDate** | Pointer to **int64** | | [optional]
15+
**Tags** | Pointer to **[]string** | Tags for the experiment | [optional]
1516
**Links** | [**map[string]Link**](Link.md) | The location and content type of related resources |
1617
**HoldoutId** | Pointer to **string** | The holdout ID | [optional]
1718
**CurrentIteration** | Pointer to [**IterationRep**](IterationRep.md) | | [optional]
@@ -212,6 +213,31 @@ SetArchivedDate sets ArchivedDate field to given value.
212213

213214
HasArchivedDate returns a boolean if a field has been set.
214215

216+
### GetTags
217+
218+
`func (o *Experiment) GetTags() []string`
219+
220+
GetTags returns the Tags field if non-nil, zero value otherwise.
221+
222+
### GetTagsOk
223+
224+
`func (o *Experiment) GetTagsOk() (*[]string, bool)`
225+
226+
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
227+
and a boolean to check if the value has been set.
228+
229+
### SetTags
230+
231+
`func (o *Experiment) SetTags(v []string)`
232+
233+
SetTags sets Tags field to given value.
234+
235+
### HasTags
236+
237+
`func (o *Experiment) HasTags() bool`
238+
239+
HasTags returns a boolean if a field has been set.
240+
215241
### GetLinks
216242

217243
`func (o *Experiment) GetLinks() map[string]Link`

docs/ExperimentPost.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**Key** | **string** | The experiment key |
1111
**Iteration** | [**IterationInput**](IterationInput.md) | |
1212
**HoldoutId** | Pointer to **string** | The ID of the holdout | [optional]
13+
**Tags** | Pointer to **[]string** | Tags for the experiment | [optional]
1314

1415
## Methods
1516

@@ -165,6 +166,31 @@ SetHoldoutId sets HoldoutId field to given value.
165166

166167
HasHoldoutId returns a boolean if a field has been set.
167168

169+
### GetTags
170+
171+
`func (o *ExperimentPost) GetTags() []string`
172+
173+
GetTags returns the Tags field if non-nil, zero value otherwise.
174+
175+
### GetTagsOk
176+
177+
`func (o *ExperimentPost) GetTagsOk() (*[]string, bool)`
178+
179+
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
180+
and a boolean to check if the value has been set.
181+
182+
### SetTags
183+
184+
`func (o *ExperimentPost) SetTags(v []string)`
185+
186+
SetTags sets Tags field to given value.
187+
188+
### HasTags
189+
190+
`func (o *ExperimentPost) HasTags() bool`
191+
192+
HasTags returns a boolean if a field has been set.
193+
168194

169195
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
170196

docs/MetricsBetaApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ func main() {
254254
projectKey := "projectKey_example" // string | The project key
255255
filter := "filter_example" // string | Accepts filter by `experimentStatus`, `query`, `kind`, `hasConnections`, `maintainerIds`, and `maintainerTeamKey`. Example: `filter=experimentStatus equals 'running' and query equals 'test'`. (optional)
256256
sort := "sort_example" // string | A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. Read the endpoint description for a full list of available sort fields. (optional)
257-
expand := "expand_example" // string | A comma-separated list of properties that can reveal additional information in the response. (optional)
257+
expand := "expand_example" // string | This parameter is reserved for future use and is not currently supported on this endpoint. (optional)
258258
limit := int64(789) // int64 | The number of metric groups to return in the response. Defaults to 20. Maximum limit is 50. (optional)
259259
offset := int64(789) // int64 | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and returns the next `limit` items. (optional)
260260

@@ -288,7 +288,7 @@ Name | Type | Description | Notes
288288

289289
**filter** | **string** | Accepts filter by `experimentStatus`, `query`, `kind`, `hasConnections`, `maintainerIds`, and `maintainerTeamKey`. Example: `filter=experimentStatus equals 'running' and query equals 'test'`. |
290290
**sort** | **string** | A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. Read the endpoint description for a full list of available sort fields. |
291-
**expand** | **string** | A comma-separated list of properties that can reveal additional information in the response. |
291+
**expand** | **string** | This parameter is reserved for future use and is not currently supported on this endpoint. |
292292
**limit** | **int64** | The number of metric groups to return in the response. Defaults to 20. Maximum limit is 50. |
293293
**offset** | **int64** | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and returns the next `limit` items. |
294294

model_environment.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model_experiment.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

model_experiment_post.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)