launchdarkly_api 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +168 -163
- data/docs/FeatureFlagsApi.md +6 -6
- data/docs/SemanticPatchOperation.md +9 -0
- data/docs/SemanticPatchOperationInstructions.md +8 -0
- data/docs/TeamMembersApi.md +2 -2
- data/docs/UserSegmentsApi.md +121 -0
- data/docs/UserSettingsApi.md +4 -4
- data/docs/UserTargetingExpirationForSegment.md +14 -0
- data/launchdarkly_api.gemspec +1 -1
- data/lib/launchdarkly_api.rb +4 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/customer_metrics_api.rb +1 -1
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
- data/lib/launchdarkly_api/api/environments_api.rb +1 -1
- data/lib/launchdarkly_api/api/feature_flags_api.rb +13 -13
- data/lib/launchdarkly_api/api/projects_api.rb +1 -1
- data/lib/launchdarkly_api/api/root_api.rb +1 -1
- data/lib/launchdarkly_api/api/team_members_api.rb +4 -4
- data/lib/launchdarkly_api/api/user_segments_api.rb +135 -1
- data/lib/launchdarkly_api/api/user_settings_api.rb +10 -10
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
- data/lib/launchdarkly_api/api_client.rb +1 -1
- data/lib/launchdarkly_api/api_error.rb +1 -1
- data/lib/launchdarkly_api/configuration.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entries.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +1 -1
- data/lib/launchdarkly_api/models/clause.rb +1 -1
- data/lib/launchdarkly_api/models/copy_actions.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property_values.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_body.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/defaults.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +1 -1
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +1 -1
- data/lib/launchdarkly_api/models/destination_body.rb +1 -1
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +1 -1
- data/lib/launchdarkly_api/models/destination_m_particle.rb +1 -1
- data/lib/launchdarkly_api/models/destination_segment.rb +1 -1
- data/lib/launchdarkly_api/models/destinations.rb +1 -1
- data/lib/launchdarkly_api/models/environment.rb +1 -1
- data/lib/launchdarkly_api/models/environment_post.rb +1 -1
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/events.rb +1 -1
- data/lib/launchdarkly_api/models/fallthrough.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
- data/lib/launchdarkly_api/models/flag_list_item.rb +1 -1
- data/lib/launchdarkly_api/models/id.rb +1 -1
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/links.rb +1 -1
- data/lib/launchdarkly_api/models/ma_uby_category.rb +1 -1
- data/lib/launchdarkly_api/models/mau.rb +1 -1
- data/lib/launchdarkly_api/models/mau_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/members_body.rb +1 -1
- data/lib/launchdarkly_api/models/patch_comment.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/policy.rb +1 -1
- data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
- data/lib/launchdarkly_api/models/project.rb +1 -1
- data/lib/launchdarkly_api/models/project_body.rb +1 -1
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/role.rb +1 -1
- data/lib/launchdarkly_api/models/rollout.rb +1 -1
- data/lib/launchdarkly_api/models/rule.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +199 -0
- data/lib/launchdarkly_api/models/semantic_patch_operation_instructions.rb +184 -0
- data/lib/launchdarkly_api/models/site.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/stream.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_series.rb +1 -1
- data/lib/launchdarkly_api/models/streams.rb +1 -1
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/usage.rb +1 -1
- data/lib/launchdarkly_api/models/usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
- data/lib/launchdarkly_api/models/user_record.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
- data/lib/launchdarkly_api/models/user_segments.rb +1 -1
- data/lib/launchdarkly_api/models/user_settings_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +240 -0
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/users.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +1 -1
- data/lib/launchdarkly_api/models/webhook_body.rb +1 -1
- data/lib/launchdarkly_api/models/webhooks.rb +1 -1
- data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
- data/lib/launchdarkly_api/version.rb +2 -2
- data/openapi.yml +100 -5
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/customer_metrics_api_spec.rb +1 -1
- data/spec/api/data_export_destinations_api_spec.rb +1 -1
- data/spec/api/environments_api_spec.rb +1 -1
- data/spec/api/feature_flags_api_spec.rb +3 -3
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/root_api_spec.rb +1 -1
- data/spec/api/team_members_api_spec.rb +2 -2
- data/spec/api/user_segments_api_spec.rb +28 -1
- data/spec/api/user_settings_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/audit_log_entries_spec.rb +1 -1
- data/spec/models/audit_log_entry_spec.rb +1 -1
- data/spec/models/audit_log_entry_target_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/copy_actions_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_property_values_spec.rb +1 -1
- data/spec/models/custom_role_body_spec.rb +1 -1
- data/spec/models/custom_role_spec.rb +1 -1
- data/spec/models/custom_roles_spec.rb +1 -1
- data/spec/models/defaults_spec.rb +1 -1
- data/spec/models/destination_amazon_kinesis_spec.rb +1 -1
- data/spec/models/destination_body_spec.rb +1 -1
- data/spec/models/destination_google_pub_sub_spec.rb +1 -1
- data/spec/models/destination_m_particle_spec.rb +1 -1
- data/spec/models/destination_segment_spec.rb +1 -1
- data/spec/models/destination_spec.rb +1 -1
- data/spec/models/destinations_spec.rb +1 -1
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/evaluation_usage_error_spec.rb +1 -1
- data/spec/models/events_spec.rb +1 -1
- data/spec/models/fallthrough_spec.rb +1 -1
- data/spec/models/feature_flag_body_spec.rb +1 -1
- data/spec/models/feature_flag_config_spec.rb +1 -1
- data/spec/models/feature_flag_copy_body_spec.rb +1 -1
- data/spec/models/feature_flag_copy_object_spec.rb +1 -1
- data/spec/models/feature_flag_spec.rb +1 -1
- data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
- data/spec/models/feature_flag_status_for_queried_environment_spec.rb +1 -1
- data/spec/models/feature_flag_status_spec.rb +1 -1
- data/spec/models/feature_flag_statuses_spec.rb +1 -1
- data/spec/models/feature_flags_spec.rb +1 -1
- data/spec/models/flag_list_item_spec.rb +1 -1
- data/spec/models/id_spec.rb +1 -1
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/links_spec.rb +1 -1
- data/spec/models/ma_uby_category_spec.rb +1 -1
- data/spec/models/mau_metadata_spec.rb +1 -1
- data/spec/models/mau_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/members_body_spec.rb +1 -1
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/patch_comment_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/policy_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_body_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/role_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +1 -1
- data/spec/models/semantic_patch_operation_instructions_spec.rb +41 -0
- data/spec/models/semantic_patch_operation_spec.rb +47 -0
- data/spec/models/site_spec.rb +1 -1
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_spec.rb +1 -1
- data/spec/models/stream_by_sdk_spec.rb +1 -1
- data/spec/models/stream_links_spec.rb +1 -1
- data/spec/models/stream_sdk_version_data_spec.rb +1 -1
- data/spec/models/stream_sdk_version_spec.rb +1 -1
- data/spec/models/stream_spec.rb +1 -1
- data/spec/models/stream_usage_error_spec.rb +1 -1
- data/spec/models/stream_usage_links_spec.rb +1 -1
- data/spec/models/stream_usage_metadata_spec.rb +1 -1
- data/spec/models/stream_usage_series_spec.rb +1 -1
- data/spec/models/streams_spec.rb +1 -1
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/usage_error_spec.rb +1 -1
- data/spec/models/usage_links_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/user_flag_setting_spec.rb +1 -1
- data/spec/models/user_flag_settings_spec.rb +1 -1
- data/spec/models/user_record_spec.rb +1 -1
- data/spec/models/user_segment_body_spec.rb +1 -1
- data/spec/models/user_segment_rule_spec.rb +1 -1
- data/spec/models/user_segment_spec.rb +1 -1
- data/spec/models/user_segments_spec.rb +1 -1
- data/spec/models/user_settings_body_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +77 -0
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +1 -1
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/webhook_body_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/models/webhooks_spec.rb +1 -1
- data/spec/models/weighted_variation_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +96 -84
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.2.0
|
7
7
|
Contact: support@launchdarkly.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.8
|
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.8
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module LaunchDarklyApi
|
14
|
-
VERSION = '3.
|
14
|
+
VERSION = '3.2.0'
|
15
15
|
end
|
data/openapi.yml
CHANGED
@@ -10,7 +10,7 @@ info:
|
|
10
10
|
license:
|
11
11
|
name: Apache 2.0
|
12
12
|
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
|
13
|
-
version: 3.
|
13
|
+
version: 3.2.0
|
14
14
|
host: app.launchdarkly.com
|
15
15
|
basePath: /api/v2
|
16
16
|
schemes:
|
@@ -381,7 +381,7 @@ paths:
|
|
381
381
|
- $ref: '#/parameters/ProjectKey'
|
382
382
|
- $ref: '#/parameters/EnvironmentKey'
|
383
383
|
- $ref: '#/parameters/FeatureFlagKey'
|
384
|
-
- $ref: '#/parameters/
|
384
|
+
- $ref: '#/parameters/SemanticPatchWithComment'
|
385
385
|
responses:
|
386
386
|
'200':
|
387
387
|
description: User targeting expirations on feature flag response.
|
@@ -486,6 +486,48 @@ paths:
|
|
486
486
|
$ref: '#/responses/Standard404'
|
487
487
|
tags:
|
488
488
|
- User segments
|
489
|
+
'/segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey}':
|
490
|
+
get:
|
491
|
+
summary: Get expiring user targets for user segment
|
492
|
+
operationId: getExpiringUserTargetsOnSegment
|
493
|
+
parameters:
|
494
|
+
- $ref: '#/parameters/ProjectKey'
|
495
|
+
- $ref: '#/parameters/EnvironmentKey'
|
496
|
+
- $ref: '#/parameters/UserSegmentKey'
|
497
|
+
responses:
|
498
|
+
'200':
|
499
|
+
description: User targeting expirations on user segment response.
|
500
|
+
schema:
|
501
|
+
$ref: '#/definitions/UserTargetingExpirationForSegment'
|
502
|
+
'401':
|
503
|
+
$ref: '#/responses/Standard401'
|
504
|
+
'404':
|
505
|
+
$ref: '#/responses/Standard404'
|
506
|
+
tags:
|
507
|
+
- User segments
|
508
|
+
patch:
|
509
|
+
summary: 'Update, add, or delete expiring user targets on user segment'
|
510
|
+
operationId: patchExpiringUserTargetsOnSegment
|
511
|
+
parameters:
|
512
|
+
- $ref: '#/parameters/ProjectKey'
|
513
|
+
- $ref: '#/parameters/EnvironmentKey'
|
514
|
+
- $ref: '#/parameters/UserSegmentKey'
|
515
|
+
- $ref: '#/parameters/SemanticPatchWithComment'
|
516
|
+
responses:
|
517
|
+
'200':
|
518
|
+
description: User targeting expirations on user segment response.
|
519
|
+
schema:
|
520
|
+
$ref: '#/definitions/UserTargetingExpirationForSegment'
|
521
|
+
'400':
|
522
|
+
$ref: '#/responses/Standard400'
|
523
|
+
'401':
|
524
|
+
$ref: '#/responses/Standard401'
|
525
|
+
'404':
|
526
|
+
$ref: '#/responses/Standard404'
|
527
|
+
'409':
|
528
|
+
$ref: '#/responses/Standard409'
|
529
|
+
tags:
|
530
|
+
- User segments
|
489
531
|
'/users/{projectKey}/{environmentKey}':
|
490
532
|
get:
|
491
533
|
summary: >-
|
@@ -655,7 +697,7 @@ paths:
|
|
655
697
|
- $ref: '#/parameters/ProjectKey'
|
656
698
|
- $ref: '#/parameters/EnvironmentKey'
|
657
699
|
- $ref: '#/parameters/UserKey'
|
658
|
-
- $ref: '#/parameters/
|
700
|
+
- $ref: '#/parameters/SemanticPatchWithComment'
|
659
701
|
responses:
|
660
702
|
'200':
|
661
703
|
description: User Targeting expiration for single user on all flags response.
|
@@ -1701,6 +1743,28 @@ definitions:
|
|
1701
1743
|
$ref: '#/definitions/Links'
|
1702
1744
|
_version:
|
1703
1745
|
type: integer
|
1746
|
+
UserTargetingExpirationForSegment:
|
1747
|
+
type: object
|
1748
|
+
properties:
|
1749
|
+
expirationDate:
|
1750
|
+
type: integer
|
1751
|
+
description: Date scheduled for expiration
|
1752
|
+
targetType:
|
1753
|
+
type: string
|
1754
|
+
description: >-
|
1755
|
+
either the included or excluded variation that the user is targeted on
|
1756
|
+
a segment
|
1757
|
+
userKey:
|
1758
|
+
type: string
|
1759
|
+
description: Unique identifier for the user
|
1760
|
+
_id:
|
1761
|
+
type: string
|
1762
|
+
_resourceId:
|
1763
|
+
$ref: '#/definitions/UserTargetingExpirationResourceIdForFlag'
|
1764
|
+
_links:
|
1765
|
+
$ref: '#/definitions/Links'
|
1766
|
+
_version:
|
1767
|
+
type: integer
|
1704
1768
|
UserTargetingExpirationResourceIdForFlag:
|
1705
1769
|
type: object
|
1706
1770
|
properties:
|
@@ -2322,6 +2386,24 @@ definitions:
|
|
2322
2386
|
- op
|
2323
2387
|
- path
|
2324
2388
|
- value
|
2389
|
+
SemanticPatchOperation:
|
2390
|
+
type: object
|
2391
|
+
properties:
|
2392
|
+
comment:
|
2393
|
+
type: string
|
2394
|
+
example: This is a comment string
|
2395
|
+
instructions:
|
2396
|
+
type: array
|
2397
|
+
items:
|
2398
|
+
properties:
|
2399
|
+
kind:
|
2400
|
+
type: string
|
2401
|
+
example: removeUserTargets
|
2402
|
+
description: >-
|
2403
|
+
The name of the modification you would like to perform on a
|
2404
|
+
resource.
|
2405
|
+
required:
|
2406
|
+
- instructions
|
2325
2407
|
CustomProperty:
|
2326
2408
|
type: object
|
2327
2409
|
description: A name and value describing a custom property.
|
@@ -2932,14 +3014,14 @@ parameters:
|
|
2932
3014
|
description: 'The number of objects to return. Defaults to -1, which returns everything.'
|
2933
3015
|
type: number
|
2934
3016
|
OffsetQuery:
|
2935
|
-
name:
|
3017
|
+
name: offset
|
2936
3018
|
in: query
|
2937
3019
|
required: false
|
2938
3020
|
description: >-
|
2939
3021
|
Where to start in the list. This is for use with pagination. For example,
|
2940
3022
|
an offset of 10 would skip the first 10 items and then return the next
|
2941
3023
|
limit items.
|
2942
|
-
type:
|
3024
|
+
type: number
|
2943
3025
|
FilterQuery:
|
2944
3026
|
name: filter
|
2945
3027
|
in: query
|
@@ -3196,6 +3278,19 @@ parameters:
|
|
3196
3278
|
type: array
|
3197
3279
|
items:
|
3198
3280
|
$ref: '#/definitions/PatchOperation'
|
3281
|
+
SemanticPatchWithComment:
|
3282
|
+
name: SemanticPatchWithComment
|
3283
|
+
in: body
|
3284
|
+
required: true
|
3285
|
+
description: >-
|
3286
|
+
Requires a Semantic Patch representation of the desired changes to the
|
3287
|
+
resource.
|
3288
|
+
'https://apidocs.launchdarkly.com/reference#updates-via-semantic-patches'.
|
3289
|
+
The addition of comments is also supported.
|
3290
|
+
schema:
|
3291
|
+
type: object
|
3292
|
+
items:
|
3293
|
+
$ref: '#/definitions/SemanticPatchOperation'
|
3199
3294
|
StreamSource:
|
3200
3295
|
name: source
|
3201
3296
|
in: path
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.2.0
|
7
7
|
Contact: support@launchdarkly.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.8
|
@@ -128,7 +128,7 @@ describe 'FeatureFlagsApi' do
|
|
128
128
|
# @option opts [BOOLEAN] :summary By default in api version >= 1, flags will _not_ include their list of prerequisites, targets or rules. Set summary=0 to include these fields for each flag returned.
|
129
129
|
# @option opts [BOOLEAN] :archived When set to 1, archived flags will be included in the list of flags returned. By default, archived flags are not included in the list of flags.
|
130
130
|
# @option opts [Float] :limit The number of objects to return. Defaults to -1, which returns everything.
|
131
|
-
# @option opts [
|
131
|
+
# @option opts [Float] :offset Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first 10 items and then return the next limit items.
|
132
132
|
# @option opts [String] :filter A comma-separated list of filters. Each filter is of the form field:value.
|
133
133
|
# @option opts [String] :sort A comma-separated list of fields to sort by. A field prefixed by a - will be sorted in descending order.
|
134
134
|
# @option opts [String] :tag Filter by tag. A tag can be used to group flags across projects.
|
@@ -144,7 +144,7 @@ describe 'FeatureFlagsApi' do
|
|
144
144
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
145
145
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
146
146
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
147
|
-
# @param
|
147
|
+
# @param semantic_patch_with_comment Requires a Semantic Patch representation of the desired changes to the resource. 'https://apidocs.launchdarkly.com/reference#updates-via-semantic-patches'. The addition of comments is also supported.
|
148
148
|
# @param [Hash] opts the optional parameters
|
149
149
|
# @return [UserTargetingExpirationForFlags]
|
150
150
|
describe 'patch_expiring_user_targets test' do
|
data/spec/api/root_api_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.2.0
|
7
7
|
Contact: support@launchdarkly.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.8
|
@@ -68,7 +68,7 @@ describe 'TeamMembersApi' do
|
|
68
68
|
# Returns a list of all members in the account.
|
69
69
|
# @param [Hash] opts the optional parameters
|
70
70
|
# @option opts [Float] :limit The number of objects to return. Defaults to -1, which returns everything.
|
71
|
-
# @option opts [
|
71
|
+
# @option opts [Float] :offset Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first 10 items and then return the next limit items.
|
72
72
|
# @option opts [String] :filter A comma-separated list of filters. Each filter is of the form field:value.
|
73
73
|
# @option opts [String] :sort A comma-separated list of fields to sort by. A field prefixed by a - will be sorted in descending order.
|
74
74
|
# @return [Members]
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.2.0
|
7
7
|
Contact: support@launchdarkly.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.8
|
@@ -45,6 +45,19 @@ describe 'UserSegmentsApi' do
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
+
# unit tests for get_expiring_user_targets_on_segment
|
49
|
+
# Get expiring user targets for user segment
|
50
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
51
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
52
|
+
# @param user_segment_key The user segment's key. The key identifies the user segment in your code.
|
53
|
+
# @param [Hash] opts the optional parameters
|
54
|
+
# @return [UserTargetingExpirationForSegment]
|
55
|
+
describe 'get_expiring_user_targets_on_segment test' do
|
56
|
+
it 'should work' do
|
57
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
48
61
|
# unit tests for get_user_segment
|
49
62
|
# Get a single user segment by key.
|
50
63
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
@@ -71,6 +84,20 @@ describe 'UserSegmentsApi' do
|
|
71
84
|
end
|
72
85
|
end
|
73
86
|
|
87
|
+
# unit tests for patch_expiring_user_targets_on_segment
|
88
|
+
# Update, add, or delete expiring user targets on user segment
|
89
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
90
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
91
|
+
# @param user_segment_key The user segment's key. The key identifies the user segment in your code.
|
92
|
+
# @param semantic_patch_with_comment Requires a Semantic Patch representation of the desired changes to the resource. 'https://apidocs.launchdarkly.com/reference#updates-via-semantic-patches'. The addition of comments is also supported.
|
93
|
+
# @param [Hash] opts the optional parameters
|
94
|
+
# @return [UserTargetingExpirationForSegment]
|
95
|
+
describe 'patch_expiring_user_targets_on_segment test' do
|
96
|
+
it 'should work' do
|
97
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
74
101
|
# unit tests for patch_user_segment
|
75
102
|
# Perform a partial update to a user segment.
|
76
103
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
5
5
|
|
6
|
-
OpenAPI spec version: 3.
|
6
|
+
OpenAPI spec version: 3.2.0
|
7
7
|
Contact: support@launchdarkly.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.4.8
|
@@ -77,7 +77,7 @@ describe 'UserSettingsApi' do
|
|
77
77
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
78
78
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
79
79
|
# @param user_key The user's key.
|
80
|
-
# @param
|
80
|
+
# @param semantic_patch_with_comment Requires a Semantic Patch representation of the desired changes to the resource. 'https://apidocs.launchdarkly.com/reference#updates-via-semantic-patches'. The addition of comments is also supported.
|
81
81
|
# @param [Hash] opts the optional parameters
|
82
82
|
# @return [UserTargetingExpirationOnFlagsForUser]
|
83
83
|
describe 'patch_expiring_user_targets_for_flags test' do
|