launchdarkly_api 5.4.0 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +3 -1
- data/README.md +304 -261
- data/Rakefile +2 -0
- data/docs/AccessDeniedReasonRep.md +28 -0
- data/docs/AccessDeniedRep.md +20 -0
- data/docs/AccessRep.md +18 -0
- data/docs/AccessTokenPost.md +30 -0
- data/docs/AccessTokensApi.md +239 -126
- data/docs/AccountMembersApi.md +376 -0
- data/docs/AccountUsageBetaApi.md +647 -0
- data/docs/ApprovalSettings.md +32 -0
- data/docs/ApprovalsApi.md +554 -0
- data/docs/AuditLogApi.md +93 -55
- data/docs/AuditLogEntryListingRep.md +52 -0
- data/docs/AuditLogEntryListingRepCollection.md +20 -0
- data/docs/AuditLogEntryRep.md +64 -0
- data/docs/AuthorizedAppDataRep.md +26 -0
- data/docs/BigSegmentTarget.md +22 -0
- data/docs/BranchCollectionRep.md +20 -0
- data/docs/BranchRep.md +28 -0
- data/docs/Clause.md +21 -7
- data/docs/ClientSideAvailability.md +15 -4
- data/docs/ClientSideAvailabilityPost.md +20 -0
- data/docs/CodeReferencesApi.md +975 -0
- data/docs/ConfidenceIntervalRep.md +20 -0
- data/docs/Conflict.md +20 -0
- data/docs/CopiedFromEnv.md +20 -0
- data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +28 -0
- data/docs/CreateFlagConfigApprovalRequestRequest.md +30 -0
- data/docs/CustomProperty.md +15 -4
- data/docs/CustomRole.md +25 -8
- data/docs/CustomRolePost.md +24 -0
- data/docs/CustomRolePostData.md +24 -0
- data/docs/CustomRoles.md +15 -4
- data/docs/CustomRolesApi.md +197 -101
- data/docs/DataExportDestinationsApi.md +205 -117
- data/docs/DefaultClientSideAvailabilityPost.md +20 -0
- data/docs/Defaults.md +15 -4
- data/docs/DependentFlag.md +19 -6
- data/docs/DependentFlagEnvironment.md +19 -6
- data/docs/DependentFlagsByEnvironment.md +17 -5
- data/docs/Destination.md +27 -9
- data/docs/DestinationPost.md +24 -0
- data/docs/Destinations.md +15 -4
- data/docs/Environment.md +35 -16
- data/docs/EnvironmentPost.md +29 -11
- data/docs/EnvironmentsApi.md +246 -144
- data/docs/ExperimentAllocationRep.md +20 -0
- data/docs/ExperimentEnabledPeriodRep.md +20 -0
- data/docs/ExperimentEnvironmentSettingRep.md +22 -0
- data/docs/ExperimentInfoRep.md +20 -0
- data/docs/ExperimentMetadataRep.md +18 -0
- data/docs/ExperimentRep.md +24 -0
- data/docs/ExperimentResultsRep.md +28 -0
- data/docs/ExperimentStatsRep.md +24 -0
- data/docs/ExperimentTimeSeriesSlice.md +20 -0
- data/docs/ExperimentTimeSeriesVariationSlice.md +32 -0
- data/docs/ExperimentTotalsRep.md +32 -0
- data/docs/ExperimentsBetaApi.md +168 -0
- data/docs/ExpiringUserTargetError.md +20 -0
- data/docs/ExpiringUserTargetGetResponse.md +20 -0
- data/docs/ExpiringUserTargetItem.md +30 -0
- data/docs/ExpiringUserTargetPatchResponse.md +28 -0
- data/docs/Extinction.md +26 -0
- data/docs/ExtinctionCollectionRep.md +20 -0
- data/docs/ExtinctionRep.md +26 -0
- data/docs/FeatureFlag.md +55 -22
- data/docs/FeatureFlagBody.md +33 -11
- data/docs/FeatureFlagConfig.md +47 -17
- data/docs/FeatureFlagScheduledChange.md +27 -6
- data/docs/FeatureFlagScheduledChanges.md +15 -4
- data/docs/FeatureFlagStatus.md +17 -6
- data/docs/FeatureFlagStatusAcrossEnvironments.md +17 -5
- data/docs/FeatureFlagStatuses.md +15 -4
- data/docs/FeatureFlags.md +17 -5
- data/docs/FeatureFlagsApi.md +451 -1184
- data/docs/FeatureFlagsBetaApi.md +157 -0
- data/docs/FlagConfigApprovalRequestResponse.md +54 -0
- data/docs/FlagConfigApprovalRequestsResponse.md +20 -0
- data/docs/FlagCopyConfigEnvironment.md +20 -0
- data/docs/FlagCopyConfigPost.md +26 -0
- data/docs/FlagGlobalAttributesRep.md +58 -0
- data/docs/FlagListingRep.md +24 -0
- data/docs/FlagScheduledChangesInput.md +20 -0
- data/docs/FlagStatusRep.md +24 -0
- data/docs/FlagSummary.md +18 -0
- data/docs/HunkRep.md +26 -0
- data/docs/InlineObject.md +26 -0
- data/docs/InlineObject1.md +28 -0
- data/docs/InlineResponse200.md +20 -0
- data/docs/IntegrationMetadata.md +24 -0
- data/docs/IntegrationStatus.md +20 -0
- data/docs/IpList.md +20 -0
- data/docs/LastSeenMetadata.md +18 -0
- data/docs/Link.md +15 -4
- data/docs/Member.md +45 -14
- data/docs/MemberDataRep.md +26 -0
- data/docs/MemberPermissionGrantSummaryRep.md +22 -0
- data/docs/MemberSummaryRep.md +28 -0
- data/docs/MemberTeamSummaryRep.md +22 -0
- data/docs/Members.md +17 -5
- data/docs/MetricCollectionRep.md +20 -0
- data/docs/MetricListingRep.md +52 -0
- data/docs/MetricPost.md +40 -0
- data/docs/MetricRep.md +62 -0
- data/docs/MetricsApi.md +376 -0
- data/docs/Modification.md +18 -0
- data/docs/MultiEnvironmentDependentFlag.md +17 -7
- data/docs/MultiEnvironmentDependentFlags.md +17 -5
- data/docs/NewMemberForm.md +28 -0
- data/docs/OtherApi.md +282 -0
- data/docs/ParentResourceRep.md +22 -0
- data/docs/PatchOperation.md +17 -5
- data/docs/PatchSegmentInstruction.md +26 -0
- data/docs/PatchSegmentRequest.md +20 -0
- data/docs/PatchWithComment.md +20 -0
- data/docs/PostApprovalRequestApplyRequest.md +18 -0
- data/docs/PostApprovalRequestReviewRequest.md +20 -0
- data/docs/PostFlagScheduledChangesInput.md +22 -0
- data/docs/Prerequisite.md +15 -4
- data/docs/Project.md +27 -10
- data/docs/ProjectListingRep.md +30 -0
- data/docs/ProjectPost.md +28 -0
- data/docs/Projects.md +15 -4
- data/docs/ProjectsApi.md +196 -100
- data/docs/PubNubDetailRep.md +20 -0
- data/docs/ReferenceRep.md +22 -0
- data/docs/RelayAutoConfigCollectionRep.md +18 -0
- data/docs/RelayAutoConfigPost.md +20 -0
- data/docs/RelayAutoConfigRep.md +34 -0
- data/docs/RelayProxyConfigurationsApi.md +244 -129
- data/docs/RepositoryCollectionRep.md +20 -0
- data/docs/RepositoryPost.md +28 -0
- data/docs/RepositoryRep.md +38 -0
- data/docs/ResourceAccess.md +20 -0
- data/docs/ResourceIDResponse.md +26 -0
- data/docs/ReviewResponse.md +26 -0
- data/docs/Rollout.md +19 -4
- data/docs/Rule.md +23 -8
- data/docs/ScheduledChangesApi.md +404 -0
- data/docs/SdkListRep.md +20 -0
- data/docs/SdkVersionListRep.md +20 -0
- data/docs/SdkVersionRep.md +20 -0
- data/docs/SegmentBody.md +26 -0
- data/docs/SegmentMetadata.md +28 -0
- data/docs/SegmentUserList.md +20 -0
- data/docs/SegmentUserState.md +20 -0
- data/docs/SegmentsApi.md +695 -0
- data/docs/SeriesListRep.md +22 -0
- data/docs/SourceFlag.md +20 -0
- data/docs/Statement.md +21 -7
- data/docs/StatementPost.md +26 -0
- data/docs/StatementPostData.md +26 -0
- data/docs/StatementRep.md +26 -0
- data/docs/StatisticCollectionRep.md +20 -0
- data/docs/StatisticRep.md +30 -0
- data/docs/StatisticsRoot.md +20 -0
- data/docs/SubjectDataRep.md +22 -0
- data/docs/Target.md +15 -4
- data/docs/TargetResourceRep.md +22 -0
- data/docs/TitleRep.md +32 -0
- data/docs/Token.md +43 -17
- data/docs/TokenDataRep.md +26 -0
- data/docs/Tokens.md +15 -4
- data/docs/UrlPost.md +24 -0
- data/docs/User.md +25 -13
- data/docs/UserAttributeNamesRep.md +22 -0
- data/docs/UserFlagSetting.md +17 -5
- data/docs/UserFlagSettings.md +15 -4
- data/docs/UserRecord.md +21 -7
- data/docs/UserSegment.md +47 -14
- data/docs/UserSegmentRule.md +19 -5
- data/docs/UserSegments.md +15 -4
- data/docs/UserSettingsApi.md +217 -137
- data/docs/Users.md +17 -5
- data/docs/UsersApi.md +184 -115
- data/docs/UsersBetaApi.md +81 -0
- data/docs/ValuePut.md +20 -0
- data/docs/Variate.md +24 -0
- data/docs/Variation.md +19 -6
- data/docs/VariationOrRolloutRep.md +20 -0
- data/docs/VariationSummary.md +30 -0
- data/docs/VersionsRep.md +24 -0
- data/docs/Webhook.md +29 -10
- data/docs/WebhookPost.md +30 -0
- data/docs/Webhooks.md +15 -4
- data/docs/WebhooksApi.md +199 -103
- data/docs/WeightedVariation.md +17 -4
- data/git_push.sh +12 -10
- data/launchdarkly_api.gemspec +6 -14
- data/lib/launchdarkly_api/api/access_tokens_api.rb +190 -122
- data/lib/launchdarkly_api/api/account_members_api.rb +351 -0
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +598 -0
- data/lib/launchdarkly_api/api/approvals_api.rb +601 -0
- data/lib/launchdarkly_api/api/audit_log_api.rb +72 -51
- data/lib/launchdarkly_api/api/code_references_api.rb +898 -0
- data/lib/launchdarkly_api/api/custom_roles_api.rb +163 -106
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +202 -145
- data/lib/launchdarkly_api/api/environments_api.rb +197 -132
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +188 -0
- data/lib/launchdarkly_api/api/feature_flags_api.rb +487 -1390
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +166 -0
- data/lib/launchdarkly_api/api/metrics_api.rb +369 -0
- data/lib/launchdarkly_api/api/other_api.rb +248 -0
- data/lib/launchdarkly_api/api/projects_api.rb +147 -90
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +195 -127
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +435 -0
- data/lib/launchdarkly_api/api/segments_api.rb +719 -0
- data/lib/launchdarkly_api/api/user_settings_api.rb +237 -180
- data/lib/launchdarkly_api/api/users_api.rb +180 -138
- data/lib/launchdarkly_api/api/users_beta_api.rb +91 -0
- data/lib/launchdarkly_api/api/webhooks_api.rb +170 -113
- data/lib/launchdarkly_api/api_client.rb +87 -88
- data/lib/launchdarkly_api/api_error.rb +23 -4
- data/lib/launchdarkly_api/configuration.rb +83 -15
- data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +276 -0
- data/lib/launchdarkly_api/models/access_denied_rep.rb +237 -0
- data/lib/launchdarkly_api/models/access_rep.rb +225 -0
- data/lib/launchdarkly_api/models/access_token_post.rb +317 -0
- data/lib/launchdarkly_api/models/approval_settings.rb +331 -0
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +420 -0
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +241 -0
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +481 -0
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/big_segment_target.rb +254 -0
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/branch_rep.rb +267 -0
- data/lib/launchdarkly_api/models/clause.rb +78 -24
- data/lib/launchdarkly_api/models/client_side_availability.rb +65 -33
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +237 -0
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +227 -0
- data/lib/launchdarkly_api/models/conflict.rb +230 -0
- data/lib/launchdarkly_api/models/copied_from_env.rb +233 -0
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +281 -0
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +297 -0
- data/lib/launchdarkly_api/models/custom_property.rb +59 -23
- data/lib/launchdarkly_api/models/custom_role.rb +101 -34
- data/lib/launchdarkly_api/models/custom_role_post.rb +265 -0
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +265 -0
- data/lib/launchdarkly_api/models/custom_roles.rb +58 -22
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +237 -0
- data/lib/launchdarkly_api/models/defaults.rb +56 -25
- data/lib/launchdarkly_api/models/dependent_flag.rb +76 -25
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +76 -25
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +75 -24
- data/lib/launchdarkly_api/models/destination.rb +88 -47
- data/lib/launchdarkly_api/models/destination_post.rb +281 -0
- data/lib/launchdarkly_api/models/destinations.rb +58 -22
- data/lib/launchdarkly_api/models/environment.rb +144 -73
- data/lib/launchdarkly_api/models/environment_post.rb +90 -56
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +237 -0
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +227 -0
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +238 -0
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +239 -0
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +219 -0
- data/lib/launchdarkly_api/models/experiment_rep.rb +249 -0
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +271 -0
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +245 -0
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +229 -0
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +281 -0
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +281 -0
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +237 -0
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +236 -0
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +300 -0
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +274 -0
- data/lib/launchdarkly_api/models/extinction.rb +274 -0
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/extinction_rep.rb +279 -0
- data/lib/launchdarkly_api/models/feature_flag.rb +276 -123
- data/lib/launchdarkly_api/models/feature_flag_body.rb +105 -55
- data/lib/launchdarkly_api/models/feature_flag_config.rb +184 -55
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +142 -38
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +73 -32
- data/lib/launchdarkly_api/models/feature_flag_status.rb +70 -71
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +71 -33
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +64 -23
- data/lib/launchdarkly_api/models/feature_flags.rb +78 -32
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +448 -0
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +242 -0
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +232 -0
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +290 -0
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +514 -0
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +257 -0
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +234 -0
- data/lib/launchdarkly_api/models/flag_status_rep.rb +256 -0
- data/lib/launchdarkly_api/models/flag_summary.rb +223 -0
- data/lib/launchdarkly_api/models/hunk_rep.rb +256 -0
- data/lib/launchdarkly_api/models/inline_object.rb +274 -0
- data/lib/launchdarkly_api/models/inline_object1.rb +276 -0
- data/lib/launchdarkly_api/models/inline_response200.rb +227 -0
- data/lib/launchdarkly_api/models/integration_metadata.rb +265 -0
- data/lib/launchdarkly_api/models/integration_status.rb +237 -0
- data/lib/launchdarkly_api/models/ip_list.rb +241 -0
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +219 -0
- data/lib/launchdarkly_api/models/link.rb +54 -20
- data/lib/launchdarkly_api/models/member.rb +213 -67
- data/lib/launchdarkly_api/models/member_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +253 -0
- data/lib/launchdarkly_api/models/member_summary_rep.rb +285 -0
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +253 -0
- data/lib/launchdarkly_api/models/members.rb +78 -32
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +231 -0
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +444 -0
- data/lib/launchdarkly_api/models/metric_post.rb +368 -0
- data/lib/launchdarkly_api/models/metric_rep.rb +493 -0
- data/lib/launchdarkly_api/models/modification.rb +218 -0
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +69 -43
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +75 -24
- data/lib/launchdarkly_api/models/new_member_form.rb +276 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +239 -0
- data/lib/launchdarkly_api/models/patch_operation.rb +59 -26
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +273 -0
- data/lib/launchdarkly_api/models/patch_segment_request.rb +236 -0
- data/lib/launchdarkly_api/models/patch_with_comment.rb +234 -0
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +218 -0
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +227 -0
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +248 -0
- data/lib/launchdarkly_api/models/prerequisite.rb +64 -20
- data/lib/launchdarkly_api/models/project.rb +120 -50
- data/lib/launchdarkly_api/models/project_listing_rep.rb +306 -0
- data/lib/launchdarkly_api/models/project_post.rb +281 -0
- data/lib/launchdarkly_api/models/projects.rb +70 -22
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +227 -0
- data/lib/launchdarkly_api/models/reference_rep.rb +238 -0
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +225 -0
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +240 -0
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +327 -0
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/repository_post.rb +304 -0
- data/lib/launchdarkly_api/models/repository_rep.rb +342 -0
- data/lib/launchdarkly_api/models/resource_access.rb +228 -0
- data/lib/launchdarkly_api/models/resource_id_response.rb +254 -0
- data/lib/launchdarkly_api/models/review_response.rb +302 -0
- data/lib/launchdarkly_api/models/rollout.rb +89 -32
- data/lib/launchdarkly_api/models/rule.rb +77 -33
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +241 -0
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +241 -0
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +237 -0
- data/lib/launchdarkly_api/models/segment_body.rb +270 -0
- data/lib/launchdarkly_api/models/segment_metadata.rb +263 -0
- data/lib/launchdarkly_api/models/segment_user_list.rb +231 -0
- data/lib/launchdarkly_api/models/segment_user_state.rb +227 -0
- data/lib/launchdarkly_api/models/series_list_rep.rb +257 -0
- data/lib/launchdarkly_api/models/source_flag.rb +233 -0
- data/lib/launchdarkly_api/models/statement.rb +66 -63
- data/lib/launchdarkly_api/models/statement_post.rb +271 -0
- data/lib/launchdarkly_api/models/statement_post_data.rb +271 -0
- data/lib/launchdarkly_api/models/statement_rep.rb +266 -0
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/statistic_rep.rb +309 -0
- data/lib/launchdarkly_api/models/statistics_root.rb +229 -0
- data/lib/launchdarkly_api/models/subject_data_rep.rb +238 -0
- data/lib/launchdarkly_api/models/target.rb +64 -20
- data/lib/launchdarkly_api/models/target_resource_rep.rb +240 -0
- data/lib/launchdarkly_api/models/title_rep.rb +281 -0
- data/lib/launchdarkly_api/models/token.rb +159 -93
- data/lib/launchdarkly_api/models/token_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/tokens.rb +68 -32
- data/lib/launchdarkly_api/models/url_post.rb +279 -0
- data/lib/launchdarkly_api/models/user.rb +97 -96
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +245 -0
- data/lib/launchdarkly_api/models/user_flag_setting.rb +68 -27
- data/lib/launchdarkly_api/models/user_flag_settings.rb +78 -32
- data/lib/launchdarkly_api/models/user_record.rb +69 -34
- data/lib/launchdarkly_api/models/user_segment.rb +186 -69
- data/lib/launchdarkly_api/models/user_segment_rule.rb +71 -23
- data/lib/launchdarkly_api/models/user_segments.rb +78 -32
- data/lib/launchdarkly_api/models/users.rb +72 -26
- data/lib/launchdarkly_api/models/value_put.rb +229 -0
- data/lib/launchdarkly_api/models/variate.rb +246 -0
- data/lib/launchdarkly_api/models/variation.rb +70 -38
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +227 -0
- data/lib/launchdarkly_api/models/variation_summary.rb +287 -0
- data/lib/launchdarkly_api/models/versions_rep.rb +262 -0
- data/lib/launchdarkly_api/models/webhook.rb +120 -55
- data/lib/launchdarkly_api/models/webhook_post.rb +297 -0
- data/lib/launchdarkly_api/models/webhooks.rb +68 -22
- data/lib/launchdarkly_api/models/weighted_variation.rb +77 -24
- data/lib/launchdarkly_api/version.rb +5 -5
- data/lib/launchdarkly_api.rb +129 -97
- data/spec/api/access_tokens_api_spec.rb +23 -17
- data/spec/api/account_members_api_spec.rb +99 -0
- data/spec/api/account_usage_beta_api_spec.rb +156 -0
- data/spec/api/approvals_api_spec.rb +141 -0
- data/spec/api/audit_log_api_spec.rb +19 -17
- data/spec/api/code_references_api_spec.rb +206 -0
- data/spec/api/custom_roles_api_spec.rb +23 -18
- data/spec/api/data_export_destinations_api_spec.rb +30 -25
- data/spec/api/environments_api_spec.rb +31 -26
- data/spec/api/experiments_beta_api_spec.rb +67 -0
- data/spec/api/feature_flags_api_spec.rb +70 -267
- data/spec/api/feature_flags_beta_api_spec.rb +62 -0
- data/spec/api/metrics_api_spec.rb +100 -0
- data/spec/api/other_api_spec.rb +79 -0
- data/spec/api/projects_api_spec.rb +22 -17
- data/spec/api/relay_proxy_configurations_api_spec.rb +37 -31
- data/spec/api/scheduled_changes_api_spec.rb +112 -0
- data/spec/api/segments_api_spec.rb +164 -0
- data/spec/api/user_settings_api_spec.rb +41 -36
- data/spec/api/users_api_spec.rb +33 -29
- data/spec/api/users_beta_api_spec.rb +48 -0
- data/spec/api/webhooks_api_spec.rb +27 -22
- data/spec/api_client_spec.rb +5 -22
- data/spec/configuration_spec.rb +7 -7
- data/spec/models/access_denied_reason_rep_spec.rb +64 -0
- data/spec/models/access_denied_rep_spec.rb +40 -0
- data/spec/models/access_rep_spec.rb +34 -0
- data/spec/models/access_token_post_spec.rb +74 -0
- data/spec/models/approval_settings_spec.rb +76 -0
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +40 -0
- data/spec/models/audit_log_entry_listing_rep_spec.rb +136 -0
- data/spec/models/audit_log_entry_rep_spec.rb +172 -0
- data/spec/models/authorized_app_data_rep_spec.rb +58 -0
- data/spec/models/big_segment_target_spec.rb +46 -0
- data/spec/models/branch_collection_rep_spec.rb +40 -0
- data/spec/models/branch_rep_spec.rb +64 -0
- data/spec/models/clause_spec.rb +8 -15
- data/spec/models/client_side_availability_post_spec.rb +40 -0
- data/spec/models/client_side_availability_spec.rb +10 -17
- data/spec/models/confidence_interval_rep_spec.rb +40 -0
- data/spec/models/conflict_spec.rb +40 -0
- data/spec/models/copied_from_env_spec.rb +40 -0
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +64 -0
- data/spec/models/create_flag_config_approval_request_request_spec.rb +70 -0
- data/spec/models/custom_property_spec.rb +8 -15
- data/spec/models/custom_role_post_data_spec.rb +52 -0
- data/spec/models/custom_role_post_spec.rb +52 -0
- data/spec/models/custom_role_spec.rb +14 -15
- data/spec/models/custom_roles_spec.rb +8 -15
- data/spec/models/default_client_side_availability_post_spec.rb +40 -0
- data/spec/models/defaults_spec.rb +8 -15
- data/spec/models/dependent_flag_environment_spec.rb +8 -15
- data/spec/models/dependent_flag_spec.rb +8 -15
- data/spec/models/dependent_flags_by_environment_spec.rb +8 -15
- data/spec/models/destination_post_spec.rb +56 -0
- data/spec/models/destination_spec.rb +19 -20
- data/spec/models/destinations_spec.rb +8 -15
- data/spec/models/environment_post_spec.rb +10 -17
- data/spec/models/environment_spec.rb +8 -27
- data/spec/models/experiment_allocation_rep_spec.rb +40 -0
- data/spec/models/experiment_enabled_period_rep_spec.rb +40 -0
- data/spec/models/experiment_environment_setting_rep_spec.rb +46 -0
- data/spec/models/experiment_info_rep_spec.rb +40 -0
- data/spec/models/experiment_metadata_rep_spec.rb +34 -0
- data/spec/models/experiment_rep_spec.rb +52 -0
- data/spec/models/experiment_results_rep_spec.rb +64 -0
- data/spec/models/experiment_stats_rep_spec.rb +52 -0
- data/spec/models/experiment_time_series_slice_spec.rb +40 -0
- data/spec/models/experiment_time_series_variation_slice_spec.rb +76 -0
- data/spec/models/experiment_totals_rep_spec.rb +76 -0
- data/spec/models/expiring_user_target_error_spec.rb +40 -0
- data/spec/models/expiring_user_target_get_response_spec.rb +40 -0
- data/spec/models/expiring_user_target_item_spec.rb +70 -0
- data/spec/models/expiring_user_target_patch_response_spec.rb +64 -0
- data/spec/models/extinction_collection_rep_spec.rb +40 -0
- data/spec/models/extinction_rep_spec.rb +58 -0
- data/spec/models/extinction_spec.rb +58 -0
- data/spec/models/feature_flag_body_spec.rb +24 -19
- data/spec/models/feature_flag_config_spec.rb +28 -17
- data/spec/models/feature_flag_scheduled_change_spec.rb +34 -17
- data/spec/models/feature_flag_scheduled_changes_spec.rb +10 -17
- data/spec/models/feature_flag_spec.rb +39 -30
- data/spec/models/feature_flag_status_across_environments_spec.rb +10 -17
- data/spec/models/feature_flag_status_spec.rb +8 -25
- data/spec/models/feature_flag_statuses_spec.rb +8 -15
- data/spec/models/feature_flags_spec.rb +10 -17
- data/spec/models/flag_config_approval_request_response_spec.rb +142 -0
- data/spec/models/flag_config_approval_requests_response_spec.rb +40 -0
- data/spec/models/flag_copy_config_environment_spec.rb +40 -0
- data/spec/models/flag_copy_config_post_spec.rb +66 -0
- data/spec/models/flag_global_attributes_rep_spec.rb +158 -0
- data/spec/models/flag_listing_rep_spec.rb +52 -0
- data/spec/models/flag_scheduled_changes_input_spec.rb +40 -0
- data/spec/models/flag_status_rep_spec.rb +52 -0
- data/spec/models/flag_summary_spec.rb +34 -0
- data/spec/models/hunk_rep_spec.rb +58 -0
- data/spec/models/inline_object1_spec.rb +64 -0
- data/spec/models/inline_object_spec.rb +58 -0
- data/spec/models/inline_response200_spec.rb +40 -0
- data/spec/models/integration_metadata_spec.rb +52 -0
- data/spec/models/integration_status_spec.rb +40 -0
- data/spec/models/ip_list_spec.rb +40 -0
- data/spec/models/last_seen_metadata_spec.rb +34 -0
- data/spec/models/link_spec.rb +8 -15
- data/spec/models/member_data_rep_spec.rb +58 -0
- data/spec/models/member_permission_grant_summary_rep_spec.rb +46 -0
- data/spec/models/member_spec.rb +44 -21
- data/spec/models/member_summary_rep_spec.rb +64 -0
- data/spec/models/member_team_summary_rep_spec.rb +46 -0
- data/spec/models/members_spec.rb +10 -17
- data/spec/models/metric_collection_rep_spec.rb +40 -0
- data/spec/models/metric_listing_rep_spec.rb +140 -0
- data/spec/models/metric_post_spec.rb +104 -0
- data/spec/models/metric_rep_spec.rb +170 -0
- data/spec/models/modification_spec.rb +34 -0
- data/spec/models/multi_environment_dependent_flag_spec.rb +8 -27
- data/spec/models/multi_environment_dependent_flags_spec.rb +8 -15
- data/spec/models/new_member_form_spec.rb +64 -0
- data/spec/models/parent_resource_rep_spec.rb +46 -0
- data/spec/models/patch_operation_spec.rb +8 -15
- data/spec/models/patch_segment_instruction_spec.rb +58 -0
- data/spec/models/patch_segment_request_spec.rb +40 -0
- data/spec/models/patch_with_comment_spec.rb +40 -0
- data/spec/models/post_approval_request_apply_request_spec.rb +34 -0
- data/spec/models/post_approval_request_review_request_spec.rb +40 -0
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +46 -0
- data/spec/models/prerequisite_spec.rb +8 -15
- data/spec/models/project_listing_rep_spec.rb +70 -0
- data/spec/models/project_post_spec.rb +64 -0
- data/spec/models/project_spec.rb +12 -19
- data/spec/models/projects_spec.rb +8 -15
- data/spec/models/pub_nub_detail_rep_spec.rb +40 -0
- data/spec/models/reference_rep_spec.rb +46 -0
- data/spec/models/relay_auto_config_collection_rep_spec.rb +34 -0
- data/spec/models/relay_auto_config_post_spec.rb +40 -0
- data/spec/models/relay_auto_config_rep_spec.rb +82 -0
- data/spec/models/repository_collection_rep_spec.rb +40 -0
- data/spec/models/repository_post_spec.rb +68 -0
- data/spec/models/repository_rep_spec.rb +94 -0
- data/spec/models/resource_access_spec.rb +40 -0
- data/spec/models/resource_id_response_spec.rb +58 -0
- data/spec/models/review_response_spec.rb +62 -0
- data/spec/models/rollout_spec.rb +22 -17
- data/spec/models/rule_spec.rb +11 -18
- data/spec/models/sdk_list_rep_spec.rb +40 -0
- data/spec/models/sdk_version_list_rep_spec.rb +40 -0
- data/spec/models/sdk_version_rep_spec.rb +40 -0
- data/spec/models/segment_body_spec.rb +58 -0
- data/spec/models/segment_metadata_spec.rb +64 -0
- data/spec/models/segment_user_list_spec.rb +40 -0
- data/spec/models/segment_user_state_spec.rb +40 -0
- data/spec/models/series_list_rep_spec.rb +46 -0
- data/spec/models/source_flag_spec.rb +40 -0
- data/spec/models/statement_post_data_spec.rb +58 -0
- data/spec/models/statement_post_spec.rb +58 -0
- data/spec/models/statement_rep_spec.rb +58 -0
- data/spec/models/statement_spec.rb +8 -19
- data/spec/models/statistic_collection_rep_spec.rb +40 -0
- data/spec/models/statistic_rep_spec.rb +70 -0
- data/spec/models/statistics_root_spec.rb +40 -0
- data/spec/models/subject_data_rep_spec.rb +46 -0
- data/spec/models/target_resource_rep_spec.rb +46 -0
- data/spec/models/target_spec.rb +8 -15
- data/spec/models/title_rep_spec.rb +76 -0
- data/spec/models/token_data_rep_spec.rb +58 -0
- data/spec/models/token_spec.rb +27 -28
- data/spec/models/tokens_spec.rb +10 -17
- data/spec/models/url_post_spec.rb +56 -0
- data/spec/models/user_attribute_names_rep_spec.rb +46 -0
- data/spec/models/user_flag_setting_spec.rb +8 -15
- data/spec/models/user_flag_settings_spec.rb +10 -17
- data/spec/models/user_record_spec.rb +9 -16
- data/spec/models/user_segment_rule_spec.rb +14 -15
- data/spec/models/user_segment_spec.rb +52 -23
- data/spec/models/user_segments_spec.rb +10 -17
- data/spec/models/user_spec.rb +15 -46
- data/spec/models/users_spec.rb +8 -15
- data/spec/models/value_put_spec.rb +40 -0
- data/spec/models/variate_spec.rb +52 -0
- data/spec/models/variation_or_rollout_rep_spec.rb +40 -0
- data/spec/models/variation_spec.rb +10 -17
- data/spec/models/variation_summary_spec.rb +70 -0
- data/spec/models/versions_rep_spec.rb +52 -0
- data/spec/models/webhook_post_spec.rb +70 -0
- data/spec/models/webhook_spec.rb +18 -19
- data/spec/models/webhooks_spec.rb +8 -15
- data/spec/models/weighted_variation_spec.rb +14 -15
- data/spec/spec_helper.rb +4 -4
- metadata +815 -582
- data/docs/ApprovalRequest.md +0 -21
- data/docs/ApprovalRequestApplyConfigBody.md +0 -8
- data/docs/ApprovalRequestConfigBody.md +0 -13
- data/docs/ApprovalRequestFlagConfigCopyBody.md +0 -13
- data/docs/ApprovalRequestReview.md +0 -11
- data/docs/ApprovalRequestReviewConfigBody.md +0 -9
- data/docs/ApprovalRequestReviewStatus.md +0 -7
- data/docs/ApprovalRequests.md +0 -9
- data/docs/AuditLogEntries.md +0 -9
- data/docs/AuditLogEntry.md +0 -19
- data/docs/AuditLogEntryTarget.md +0 -10
- data/docs/BigSegmentTargetChanges.md +0 -9
- data/docs/BigSegmentTargetsBody.md +0 -9
- data/docs/CopyActions.md +0 -7
- data/docs/CustomPropertyValues.md +0 -7
- data/docs/CustomRoleBody.md +0 -11
- data/docs/CustomerMetricsApi.md +0 -511
- data/docs/DependentFlagEnvironmentLinks.md +0 -9
- data/docs/DependentFlagLinks.md +0 -8
- data/docs/DependentFlagsLinks.md +0 -9
- data/docs/DestinationAmazonKinesis.md +0 -10
- data/docs/DestinationBody.md +0 -11
- data/docs/DestinationGooglePubSub.md +0 -9
- data/docs/DestinationMParticle.md +0 -11
- data/docs/DestinationSegment.md +0 -8
- data/docs/EnvironmentApprovalSettings.md +0 -13
- data/docs/EvaluationUsageError.md +0 -9
- data/docs/Events.md +0 -8
- data/docs/Fallthrough.md +0 -9
- data/docs/FeatureFlagCopyBody.md +0 -12
- data/docs/FeatureFlagCopyObject.md +0 -9
- data/docs/FeatureFlagScheduledChangesConflicts.md +0 -8
- data/docs/FeatureFlagScheduledChangesConflictsInstructions.md +0 -9
- data/docs/FeatureFlagStatusForQueriedEnvironment.md +0 -10
- data/docs/FeatureFlagStatusLinks.md +0 -9
- data/docs/FlagConfigScheduledChangesConflictsBody.md +0 -9
- data/docs/FlagConfigScheduledChangesPatchBody.md +0 -9
- data/docs/FlagConfigScheduledChangesPostBody.md +0 -10
- data/docs/FlagListItem.md +0 -11
- data/docs/HierarchicalLinks.md +0 -9
- data/docs/Id.md +0 -7
- data/docs/Integration.md +0 -9
- data/docs/IntegrationSubscription.md +0 -16
- data/docs/IntegrationSubscriptionStatus.md +0 -10
- data/docs/Integrations.md +0 -9
- data/docs/IntegrationsApi.md +0 -334
- data/docs/Links.md +0 -9
- data/docs/MAU.md +0 -10
- data/docs/MAUMetadata.md +0 -7
- data/docs/MAUbyCategory.md +0 -10
- data/docs/MemberLastSeenMetadata.md +0 -8
- data/docs/MembersBody.md +0 -13
- data/docs/PatchComment.md +0 -9
- data/docs/Policy.md +0 -12
- data/docs/ProjectBody.md +0 -13
- data/docs/RelayProxyConfig.md +0 -15
- data/docs/RelayProxyConfigBody.md +0 -9
- data/docs/RelayProxyConfigs.md +0 -8
- data/docs/Role.md +0 -7
- data/docs/RootApi.md +0 -56
- data/docs/ScheduledChangesFeatureFlagConflict.md +0 -9
- data/docs/SemanticPatchInstruction.md +0 -7
- data/docs/SemanticPatchInstructionInner.md +0 -8
- data/docs/SemanticPatchOperation.md +0 -9
- data/docs/Site.md +0 -9
- data/docs/Source.md +0 -9
- data/docs/Stream.md +0 -10
- data/docs/StreamBySDK.md +0 -10
- data/docs/StreamBySDKLinks.md +0 -9
- data/docs/StreamBySDKLinksMetadata.md +0 -10
- data/docs/StreamLinks.md +0 -10
- data/docs/StreamSDKVersion.md +0 -9
- data/docs/StreamSDKVersionData.md +0 -9
- data/docs/StreamUsageError.md +0 -9
- data/docs/StreamUsageLinks.md +0 -10
- data/docs/StreamUsageMetadata.md +0 -10
- data/docs/StreamUsageSeries.md +0 -9
- data/docs/Streams.md +0 -8
- data/docs/SubscriptionBody.md +0 -12
- data/docs/TeamMembersApi.md +0 -329
- data/docs/TokenBody.md +0 -13
- data/docs/Usage.md +0 -9
- data/docs/UsageError.md +0 -8
- data/docs/UsageLinks.md +0 -10
- data/docs/UserSegmentBody.md +0 -12
- data/docs/UserSegmentsApi.md +0 -488
- data/docs/UserSettingsBody.md +0 -8
- data/docs/UserTargetingExpirationForFlag.md +0 -14
- data/docs/UserTargetingExpirationForFlags.md +0 -9
- data/docs/UserTargetingExpirationForSegment.md +0 -14
- data/docs/UserTargetingExpirationOnFlagsForUser.md +0 -9
- data/docs/UserTargetingExpirationResourceIdForFlag.md +0 -12
- data/docs/WebhookBody.md +0 -14
- data/lib/launchdarkly_api/api/customer_metrics_api.rb +0 -519
- data/lib/launchdarkly_api/api/integrations_api.rb +0 -358
- data/lib/launchdarkly_api/api/root_api.rb +0 -69
- data/lib/launchdarkly_api/api/team_members_api.rb +0 -340
- data/lib/launchdarkly_api/api/user_segments_api.rb +0 -548
- data/lib/launchdarkly_api/models/approval_request.rb +0 -346
- data/lib/launchdarkly_api/models/approval_request_apply_config_body.rb +0 -185
- data/lib/launchdarkly_api/models/approval_request_config_body.rb +0 -250
- data/lib/launchdarkly_api/models/approval_request_flag_config_copy_body.rb +0 -254
- data/lib/launchdarkly_api/models/approval_request_review.rb +0 -212
- data/lib/launchdarkly_api/models/approval_request_review_config_body.rb +0 -234
- data/lib/launchdarkly_api/models/approval_request_review_status.rb +0 -31
- data/lib/launchdarkly_api/models/approval_requests.rb +0 -195
- data/lib/launchdarkly_api/models/audit_log_entries.rb +0 -195
- data/lib/launchdarkly_api/models/audit_log_entry.rb +0 -283
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +0 -204
- data/lib/launchdarkly_api/models/big_segment_target_changes.rb +0 -199
- data/lib/launchdarkly_api/models/big_segment_targets_body.rb +0 -193
- data/lib/launchdarkly_api/models/copy_actions.rb +0 -34
- data/lib/launchdarkly_api/models/custom_property_values.rb +0 -176
- data/lib/launchdarkly_api/models/custom_role_body.rb +0 -231
- data/lib/launchdarkly_api/models/dependent_flag__links.rb +0 -184
- data/lib/launchdarkly_api/models/dependent_flag_environment__links.rb +0 -193
- data/lib/launchdarkly_api/models/dependent_flags_links.rb +0 -193
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +0 -202
- data/lib/launchdarkly_api/models/destination_body.rb +0 -264
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +0 -193
- data/lib/launchdarkly_api/models/destination_m_particle.rb +0 -211
- data/lib/launchdarkly_api/models/destination_segment.rb +0 -184
- data/lib/launchdarkly_api/models/environment_approval_settings.rb +0 -272
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +0 -193
- data/lib/launchdarkly_api/models/events.rb +0 -184
- data/lib/launchdarkly_api/models/fallthrough.rb +0 -193
- data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +0 -227
- data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +0 -200
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +0 -186
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +0 -196
- data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +0 -237
- data/lib/launchdarkly_api/models/feature_flag_status_links.rb +0 -193
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_conflicts_body.rb +0 -194
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_patch_body.rb +0 -194
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_post_body.rb +0 -204
- data/lib/launchdarkly_api/models/flag_list_item.rb +0 -211
- data/lib/launchdarkly_api/models/hierarchical_links.rb +0 -193
- data/lib/launchdarkly_api/models/id.rb +0 -176
- data/lib/launchdarkly_api/models/integration.rb +0 -195
- data/lib/launchdarkly_api/models/integration_subscription.rb +0 -265
- data/lib/launchdarkly_api/models/integration_subscription__status.rb +0 -203
- data/lib/launchdarkly_api/models/integrations.rb +0 -196
- data/lib/launchdarkly_api/models/links.rb +0 -193
- data/lib/launchdarkly_api/models/ma_uby_category.rb +0 -206
- data/lib/launchdarkly_api/models/mau.rb +0 -206
- data/lib/launchdarkly_api/models/mau_metadata.rb +0 -175
- data/lib/launchdarkly_api/models/member__last_seen_metadata.rb +0 -185
- data/lib/launchdarkly_api/models/members_body.rb +0 -238
- data/lib/launchdarkly_api/models/patch_comment.rb +0 -195
- data/lib/launchdarkly_api/models/policy.rb +0 -231
- data/lib/launchdarkly_api/models/project_body.rb +0 -243
- data/lib/launchdarkly_api/models/relay_proxy_config.rb +0 -289
- data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +0 -196
- data/lib/launchdarkly_api/models/relay_proxy_configs.rb +0 -186
- data/lib/launchdarkly_api/models/role.rb +0 -32
- data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +0 -195
- data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +0 -175
- data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +0 -185
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +0 -198
- data/lib/launchdarkly_api/models/site.rb +0 -193
- data/lib/launchdarkly_api/models/source.rb +0 -195
- data/lib/launchdarkly_api/models/stream.rb +0 -206
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +0 -206
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +0 -193
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +0 -202
- data/lib/launchdarkly_api/models/stream_links.rb +0 -205
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +0 -195
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +0 -195
- data/lib/launchdarkly_api/models/stream_usage_error.rb +0 -193
- data/lib/launchdarkly_api/models/stream_usage_links.rb +0 -205
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +0 -204
- data/lib/launchdarkly_api/models/stream_usage_series.rb +0 -195
- data/lib/launchdarkly_api/models/streams.rb +0 -184
- data/lib/launchdarkly_api/models/subscription_body.rb +0 -238
- data/lib/launchdarkly_api/models/token_body.rb +0 -238
- data/lib/launchdarkly_api/models/usage.rb +0 -195
- data/lib/launchdarkly_api/models/usage_error.rb +0 -184
- data/lib/launchdarkly_api/models/usage_links.rb +0 -205
- data/lib/launchdarkly_api/models/user_segment_body.rb +0 -237
- data/lib/launchdarkly_api/models/user_settings_body.rb +0 -185
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +0 -241
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +0 -195
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +0 -241
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +0 -195
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +0 -220
- data/lib/launchdarkly_api/models/webhook_body.rb +0 -263
- data/openapi.yml +0 -4922
- data/spec/api/customer_metrics_api_spec.rb +0 -141
- data/spec/api/integrations_api_spec.rb +0 -105
- data/spec/api/root_api_spec.rb +0 -45
- data/spec/api/team_members_api_spec.rb +0 -104
- data/spec/api/user_segments_api_spec.rb +0 -142
- data/spec/models/approval_request_apply_config_body_spec.rb +0 -41
- data/spec/models/approval_request_config_body_spec.rb +0 -71
- data/spec/models/approval_request_flag_config_copy_body_spec.rb +0 -71
- data/spec/models/approval_request_review_config_body_spec.rb +0 -51
- data/spec/models/approval_request_review_spec.rb +0 -59
- data/spec/models/approval_request_review_status_spec.rb +0 -35
- data/spec/models/approval_request_spec.rb +0 -123
- data/spec/models/approval_requests_spec.rb +0 -47
- data/spec/models/audit_log_entries_spec.rb +0 -47
- data/spec/models/audit_log_entry_spec.rb +0 -107
- data/spec/models/audit_log_entry_target_spec.rb +0 -53
- data/spec/models/big_segment_target_changes_spec.rb +0 -47
- data/spec/models/big_segment_targets_body_spec.rb +0 -47
- data/spec/models/copy_actions_spec.rb +0 -35
- data/spec/models/custom_property_values_spec.rb +0 -35
- data/spec/models/custom_role_body_spec.rb +0 -59
- data/spec/models/dependent_flag__links_spec.rb +0 -41
- data/spec/models/dependent_flag_environment__links_spec.rb +0 -47
- data/spec/models/dependent_flags_links_spec.rb +0 -47
- data/spec/models/destination_amazon_kinesis_spec.rb +0 -53
- data/spec/models/destination_body_spec.rb +0 -63
- data/spec/models/destination_google_pub_sub_spec.rb +0 -47
- data/spec/models/destination_m_particle_spec.rb +0 -59
- data/spec/models/destination_segment_spec.rb +0 -41
- data/spec/models/environment_approval_settings_spec.rb +0 -75
- data/spec/models/evaluation_usage_error_spec.rb +0 -47
- data/spec/models/events_spec.rb +0 -41
- data/spec/models/fallthrough_spec.rb +0 -47
- data/spec/models/feature_flag_copy_body_spec.rb +0 -65
- data/spec/models/feature_flag_copy_object_spec.rb +0 -47
- data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +0 -47
- data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +0 -41
- data/spec/models/feature_flag_status_for_queried_environment_spec.rb +0 -57
- data/spec/models/feature_flag_status_links_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_conflicts_body_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_patch_body_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_post_body_spec.rb +0 -53
- data/spec/models/flag_list_item_spec.rb +0 -59
- data/spec/models/hierarchical_links_spec.rb +0 -47
- data/spec/models/id_spec.rb +0 -35
- data/spec/models/integration_spec.rb +0 -47
- data/spec/models/integration_subscription__status_spec.rb +0 -53
- data/spec/models/integration_subscription_spec.rb +0 -89
- data/spec/models/integrations_spec.rb +0 -47
- data/spec/models/links_spec.rb +0 -47
- data/spec/models/ma_uby_category_spec.rb +0 -53
- data/spec/models/mau_metadata_spec.rb +0 -35
- data/spec/models/mau_spec.rb +0 -53
- data/spec/models/member__last_seen_metadata_spec.rb +0 -41
- data/spec/models/members_body_spec.rb +0 -71
- data/spec/models/patch_comment_spec.rb +0 -47
- data/spec/models/policy_spec.rb +0 -65
- data/spec/models/project_body_spec.rb +0 -71
- data/spec/models/relay_proxy_config_body_spec.rb +0 -47
- data/spec/models/relay_proxy_config_spec.rb +0 -83
- data/spec/models/relay_proxy_configs_spec.rb +0 -41
- data/spec/models/role_spec.rb +0 -35
- data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +0 -47
- data/spec/models/semantic_patch_instruction_inner_spec.rb +0 -41
- data/spec/models/semantic_patch_instruction_spec.rb +0 -35
- data/spec/models/semantic_patch_operation_spec.rb +0 -47
- data/spec/models/site_spec.rb +0 -47
- data/spec/models/source_spec.rb +0 -47
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +0 -53
- data/spec/models/stream_by_sdk_links_spec.rb +0 -47
- data/spec/models/stream_by_sdk_spec.rb +0 -53
- data/spec/models/stream_links_spec.rb +0 -53
- data/spec/models/stream_sdk_version_data_spec.rb +0 -47
- data/spec/models/stream_sdk_version_spec.rb +0 -47
- data/spec/models/stream_spec.rb +0 -53
- data/spec/models/stream_usage_error_spec.rb +0 -47
- data/spec/models/stream_usage_links_spec.rb +0 -53
- data/spec/models/stream_usage_metadata_spec.rb +0 -53
- data/spec/models/stream_usage_series_spec.rb +0 -47
- data/spec/models/streams_spec.rb +0 -41
- data/spec/models/subscription_body_spec.rb +0 -65
- data/spec/models/token_body_spec.rb +0 -71
- data/spec/models/usage_error_spec.rb +0 -41
- data/spec/models/usage_links_spec.rb +0 -53
- data/spec/models/usage_spec.rb +0 -47
- data/spec/models/user_segment_body_spec.rb +0 -65
- data/spec/models/user_settings_body_spec.rb +0 -41
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +0 -77
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +0 -47
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +0 -77
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +0 -47
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +0 -65
- data/spec/models/webhook_body_spec.rb +0 -77
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::DefaultClientSideAvailabilityPost
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **using_environment_id** | **Boolean** | | |
|
8
|
+
| **using_mobile_key** | **Boolean** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::DefaultClientSideAvailabilityPost.new(
|
16
|
+
using_environment_id: null,
|
17
|
+
using_mobile_key: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/Defaults.md
CHANGED
@@ -1,9 +1,20 @@
|
|
1
1
|
# LaunchDarklyApi::Defaults
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**on_variation** | **Integer** | The index of the variation to be served when a flag's targeting is on (default variation). |
|
7
|
-
**off_variation** | **Integer** | The index of the variation to be served when a flag is off. |
|
8
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **on_variation** | **Integer** | | |
|
8
|
+
| **off_variation** | **Integer** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::Defaults.new(
|
16
|
+
on_variation: null,
|
17
|
+
off_variation: null
|
18
|
+
)
|
19
|
+
```
|
9
20
|
|
data/docs/DependentFlag.md
CHANGED
@@ -1,11 +1,24 @@
|
|
1
1
|
# LaunchDarklyApi::DependentFlag
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**name** | **String** | | [optional]
|
7
|
-
**key** | **String** | | [optional]
|
8
|
-
**_links** | [**DependentFlagLinks**](DependentFlagLinks.md) | | [optional]
|
9
|
-
**_site** | [**Site**](Site.md) | | [optional]
|
10
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | [optional] |
|
8
|
+
| **key** | **String** | | |
|
9
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
10
|
+
| **_site** | [**Link**](Link.md) | | |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::DependentFlag.new(
|
18
|
+
name: null,
|
19
|
+
key: null,
|
20
|
+
_links: null,
|
21
|
+
_site: null
|
22
|
+
)
|
23
|
+
```
|
11
24
|
|
@@ -1,11 +1,24 @@
|
|
1
1
|
# LaunchDarklyApi::DependentFlagEnvironment
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**name** | **String** | | [optional]
|
7
|
-
**key** | **String** | | [optional]
|
8
|
-
**_links** | [**DependentFlagEnvironmentLinks**](DependentFlagEnvironmentLinks.md) | | [optional]
|
9
|
-
**_site** | [**Site**](Site.md) | | [optional]
|
10
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | [optional] |
|
8
|
+
| **key** | **String** | | |
|
9
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
10
|
+
| **_site** | [**Link**](Link.md) | | |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::DependentFlagEnvironment.new(
|
18
|
+
name: null,
|
19
|
+
key: null,
|
20
|
+
_links: null,
|
21
|
+
_site: null
|
22
|
+
)
|
23
|
+
```
|
11
24
|
|
@@ -1,10 +1,22 @@
|
|
1
1
|
# LaunchDarklyApi::DependentFlagsByEnvironment
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**items** | [**Array<DependentFlag>**](DependentFlag.md) | | [optional]
|
7
|
-
**_links** | [**DependentFlagsLinks**](DependentFlagsLinks.md) | | [optional]
|
8
|
-
**_site** | [**Site**](Site.md) | | [optional]
|
9
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **items** | [**Array<DependentFlag>**](DependentFlag.md) | | |
|
8
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
9
|
+
| **_site** | [**Link**](Link.md) | | |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'launchdarkly_api'
|
15
|
+
|
16
|
+
instance = LaunchDarklyApi::DependentFlagsByEnvironment.new(
|
17
|
+
items: null,
|
18
|
+
_links: null,
|
19
|
+
_site: null
|
20
|
+
)
|
21
|
+
```
|
10
22
|
|
data/docs/Destination.md
CHANGED
@@ -1,14 +1,32 @@
|
|
1
1
|
# LaunchDarklyApi::Destination
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
7
|
-
**_id** | **String** | Unique destination ID. | [optional]
|
8
|
-
**name** | **String** | The destination name | [optional]
|
9
|
-
**kind** | **String** | Destination type (\"google-pubsub\", \"kinesis\", \"mparticle\", or \"segment\") | [optional]
|
10
|
-
**config** | **Object** | destination-specific configuration. | [optional]
|
11
|
-
**on** | **BOOLEAN** | Whether the data export destination is on or not. | [optional]
|
12
|
-
**version** | **Integer** | | [optional]
|
13
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | [optional] |
|
8
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
9
|
+
| **name** | **String** | | [optional] |
|
10
|
+
| **kind** | **String** | | [optional] |
|
11
|
+
| **version** | **Float** | | [optional] |
|
12
|
+
| **config** | **Object** | | [optional] |
|
13
|
+
| **on** | **Boolean** | | [optional] |
|
14
|
+
| **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'launchdarkly_api'
|
20
|
+
|
21
|
+
instance = LaunchDarklyApi::Destination.new(
|
22
|
+
_id: 610addeadbeefaa86ec9a7d4,
|
23
|
+
_links: {"parent":{"href":"/api/v2/destinations","type":"application/json"},"self":{"href":"/api/v2/destinations/my-project/my-environment/610addeadbeefaa86ec9a7d4","type":"application/json"}},
|
24
|
+
name: null,
|
25
|
+
kind: google-pubsub,
|
26
|
+
version: 1,
|
27
|
+
config: {"project":"test-prod","topic":"ld-pubsub-test-192301"},
|
28
|
+
on: null,
|
29
|
+
_access: null
|
30
|
+
)
|
31
|
+
```
|
14
32
|
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# LaunchDarklyApi::DestinationPost
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A human-readable name for your data export destination. | [optional] |
|
8
|
+
| **kind** | **String** | | [optional] |
|
9
|
+
| **config** | **Object** | | [optional] |
|
10
|
+
| **on** | **Boolean** | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::DestinationPost.new(
|
18
|
+
name: null,
|
19
|
+
kind: null,
|
20
|
+
config: null,
|
21
|
+
on: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/Destinations.md
CHANGED
@@ -1,9 +1,20 @@
|
|
1
1
|
# LaunchDarklyApi::Destinations
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
7
|
-
**items** | [**Array<Destination>**](Destination.md) | | [optional]
|
8
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
8
|
+
| **items** | [**Array<Destination>**](Destination.md) | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::Destinations.new(
|
16
|
+
_links: {"self":{"href":"/api/v2/destinations","type":"application/json"}},
|
17
|
+
items: null
|
18
|
+
)
|
19
|
+
```
|
9
20
|
|
data/docs/Environment.md
CHANGED
@@ -1,21 +1,40 @@
|
|
1
1
|
# LaunchDarklyApi::Environment
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
7
|
-
**_id** | [**Id**](Id.md) | | [optional]
|
8
|
-
**key** | **String** | The key for the environment. | [optional]
|
9
|
-
**name** | **String** | The name of the environment. | [optional]
|
10
|
-
**api_key** | **String** | The SDK key for backend LaunchDarkly SDKs. | [optional]
|
11
|
-
**mobile_key** | **String** | The SDK key for mobile LaunchDarkly SDKs. | [optional]
|
12
|
-
**color** | **String** | The swatch color for the environment. | [optional]
|
13
|
-
**default_ttl** | **Float** | The default TTL. | [optional]
|
14
|
-
**secure_mode** | **BOOLEAN** | Determines if this environment is in safe mode. | [optional]
|
15
|
-
**default_track_events** | **BOOLEAN** | Set to true to send detailed event information for new flags. | [optional]
|
16
|
-
**tags** | **Array<String>** | An array of tags for this environment. | [optional]
|
17
|
-
**require_comments** | **BOOLEAN** | Determines if this environment requires comments for flag and segment changes. | [optional]
|
18
|
-
**confirm_changes** | **BOOLEAN** | Determines if this environment requires confirmation for flag and segment changes. | [optional]
|
19
|
-
**approval_settings** | [**EnvironmentApprovalSettings**](EnvironmentApprovalSettings.md) | | [optional]
|
20
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | Links to related resources. | |
|
8
|
+
| **_id** | **String** | | |
|
9
|
+
| **key** | **String** | A project-unique key for the new environment. | |
|
10
|
+
| **name** | **String** | A human-friendly name for the new environment. | |
|
11
|
+
| **api_key** | **String** | API key to use with client-side SDKs. | |
|
12
|
+
| **mobile_key** | **String** | API key to use with mobile SDKs. | |
|
13
|
+
| **color** | **String** | The color used to indicate this environment in the UI. | |
|
14
|
+
| **default_ttl** | **Integer** | The default time (in minutes) that the PHP SDK can cache feature flag rules locally. | |
|
15
|
+
| **secure_mode** | **Boolean** | Secure mode ensures that a user of the client-side SDK cannot impersonate another user. | |
|
16
|
+
| **default_track_events** | **Boolean** | Enables tracking detailed information for new flags by default. | |
|
17
|
+
| **tags** | **Array<String>** | | |
|
18
|
+
| **approval_settings** | [**ApprovalSettings**](ApprovalSettings.md) | | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'launchdarkly_api'
|
24
|
+
|
25
|
+
instance = LaunchDarklyApi::Environment.new(
|
26
|
+
_links: {"self":{"href":"/api/v2/projects/my-project/environments/my-environment","type":"application/json"}},
|
27
|
+
_id: 57be1db38b75bf0772d11384,
|
28
|
+
key: my-environment,
|
29
|
+
name: My Environment,
|
30
|
+
api_key: XYZ,
|
31
|
+
mobile_key: XYZ,
|
32
|
+
color: F5A623,
|
33
|
+
default_ttl: 5,
|
34
|
+
secure_mode: true,
|
35
|
+
default_track_events: false,
|
36
|
+
tags: ["ops"],
|
37
|
+
approval_settings: null
|
38
|
+
)
|
39
|
+
```
|
21
40
|
|
data/docs/EnvironmentPost.md
CHANGED
@@ -1,16 +1,34 @@
|
|
1
1
|
# LaunchDarklyApi::EnvironmentPost
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**name** | **String** | The name of the new environment. |
|
7
|
-
**key** | **String** | A project-unique key for the new environment. |
|
8
|
-
**color** | **String** | A color swatch (as an RGB hex value with no leading '#', e.g. C8C8C8). |
|
9
|
-
**default_ttl** | **Float** | The default TTL for the new environment. | [optional]
|
10
|
-
**secure_mode** | **BOOLEAN** | Determines whether the environment is in secure mode. | [optional]
|
11
|
-
**default_track_events** | **BOOLEAN** | Set to true to send detailed event information for newly created flags. | [optional]
|
12
|
-
**tags** | **Array<String>** | An array of tags for this environment. | [optional]
|
13
|
-
**require_comments** | **BOOLEAN** | Determines if this environment requires comments for flag and segment changes. | [optional]
|
14
|
-
**confirm_changes** | **BOOLEAN** | Determines if this environment requires confirmation for flag and segment changes. | [optional]
|
15
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A human-friendly name for the new environment. | |
|
8
|
+
| **key** | **String** | A project-unique key for the new environment. | |
|
9
|
+
| **color** | **String** | A color to indicate this environment in the UI. | |
|
10
|
+
| **default_ttl** | **Integer** | The default time (in minutes) that the PHP SDK can cache feature flag rules locally. | [optional] |
|
11
|
+
| **secure_mode** | **Boolean** | Secure mode ensures that a user of the client-side SDK cannot impersonate another user. | [optional] |
|
12
|
+
| **default_track_events** | **Boolean** | Enables tracking detailed information for new flags by default. | [optional] |
|
13
|
+
| **confirm_changes** | **Boolean** | Require confirmation for all flag and segment changes via the UI in this environment. | [optional] |
|
14
|
+
| **require_comments** | **Boolean** | Require comments for all flag and segment changes via the UI in this environment. | [optional] |
|
15
|
+
| **tags** | **Array<String>** | Tags to apply to the new environment. | [optional] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'launchdarkly_api'
|
21
|
+
|
22
|
+
instance = LaunchDarklyApi::EnvironmentPost.new(
|
23
|
+
name: My Environment,
|
24
|
+
key: my-environment,
|
25
|
+
color: F5A623,
|
26
|
+
default_ttl: 5,
|
27
|
+
secure_mode: true,
|
28
|
+
default_track_events: false,
|
29
|
+
confirm_changes: false,
|
30
|
+
require_comments: false,
|
31
|
+
tags: ["ops"]
|
32
|
+
)
|
33
|
+
```
|
16
34
|
|
data/docs/EnvironmentsApi.md
CHANGED
@@ -1,55 +1,74 @@
|
|
1
1
|
# LaunchDarklyApi::EnvironmentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://app.launchdarkly.com
|
3
|
+
All URIs are relative to *https://app.launchdarkly.com*
|
4
4
|
|
5
|
-
Method | HTTP request | Description
|
6
|
-
|
7
|
-
[**delete_environment**](EnvironmentsApi.md#delete_environment) | **DELETE** /projects/{projectKey}/environments/{environmentKey} | Delete
|
8
|
-
[**get_environment**](EnvironmentsApi.md#get_environment) | **GET** /projects/{projectKey}/environments/{environmentKey} | Get
|
9
|
-
[**patch_environment**](EnvironmentsApi.md#patch_environment) | **PATCH** /projects/{projectKey}/environments/{environmentKey} |
|
10
|
-
[**post_environment**](EnvironmentsApi.md#post_environment) | **POST** /projects/{projectKey}/environments | Create
|
11
|
-
[**reset_environment_mobile_key**](EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /projects/{projectKey}/environments/{
|
12
|
-
[**reset_environment_sdk_key**](EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /projects/{projectKey}/environments/{
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**delete_environment**](EnvironmentsApi.md#delete_environment) | **DELETE** /api/v2/projects/{projectKey}/environments/{environmentKey} | Delete environment |
|
8
|
+
| [**get_environment**](EnvironmentsApi.md#get_environment) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey} | Get environment |
|
9
|
+
| [**patch_environment**](EnvironmentsApi.md#patch_environment) | **PATCH** /api/v2/projects/{projectKey}/environments/{environmentKey} | Update environment |
|
10
|
+
| [**post_environment**](EnvironmentsApi.md#post_environment) | **POST** /api/v2/projects/{projectKey}/environments | Create environment |
|
11
|
+
| [**reset_environment_mobile_key**](EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /api/v2/projects/{projectKey}/environments/{envKey}/mobileKey | Reset environment mobile SDK key |
|
12
|
+
| [**reset_environment_sdk_key**](EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /api/v2/projects/{projectKey}/environments/{envKey}/apiKey | Reset environment SDK key |
|
13
13
|
|
14
14
|
|
15
|
-
|
16
|
-
> delete_environment(project_key, environment_key, )
|
15
|
+
## delete_environment
|
17
16
|
|
18
|
-
|
17
|
+
> delete_environment(project_key, environment_key)
|
18
|
+
|
19
|
+
Delete environment
|
20
|
+
|
21
|
+
Delete a environment by key.
|
22
|
+
|
23
|
+
### Examples
|
19
24
|
|
20
|
-
### Example
|
21
25
|
```ruby
|
22
|
-
|
26
|
+
require 'time'
|
23
27
|
require 'launchdarkly_api'
|
24
28
|
# setup authorization
|
25
29
|
LaunchDarklyApi.configure do |config|
|
26
|
-
# Configure API key authorization:
|
27
|
-
config.api_key['
|
30
|
+
# Configure API key authorization: ApiKey
|
31
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
28
32
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
29
|
-
#config.api_key_prefix['
|
33
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
30
34
|
end
|
31
35
|
|
32
36
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
37
|
+
project_key = 'project_key_example' # String | The project key
|
38
|
+
environment_key = 'environment_key_example' # String | The environment key
|
39
|
+
|
40
|
+
begin
|
41
|
+
# Delete environment
|
42
|
+
api_instance.delete_environment(project_key, environment_key)
|
43
|
+
rescue LaunchDarklyApi::ApiError => e
|
44
|
+
puts "Error when calling EnvironmentsApi->delete_environment: #{e}"
|
45
|
+
end
|
46
|
+
```
|
33
47
|
|
34
|
-
|
48
|
+
#### Using the delete_environment_with_http_info variant
|
35
49
|
|
36
|
-
|
50
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
37
51
|
|
52
|
+
> <Array(nil, Integer, Hash)> delete_environment_with_http_info(project_key, environment_key)
|
38
53
|
|
54
|
+
```ruby
|
39
55
|
begin
|
40
|
-
#Delete
|
41
|
-
api_instance.
|
56
|
+
# Delete environment
|
57
|
+
data, status_code, headers = api_instance.delete_environment_with_http_info(project_key, environment_key)
|
58
|
+
p status_code # => 2xx
|
59
|
+
p headers # => { ... }
|
60
|
+
p data # => nil
|
42
61
|
rescue LaunchDarklyApi::ApiError => e
|
43
|
-
puts "
|
62
|
+
puts "Error when calling EnvironmentsApi->delete_environment_with_http_info: #{e}"
|
44
63
|
end
|
45
64
|
```
|
46
65
|
|
47
66
|
### Parameters
|
48
67
|
|
49
|
-
Name | Type | Description
|
50
|
-
|
51
|
-
**project_key** | **String
|
52
|
-
**environment_key** | **String
|
68
|
+
| Name | Type | Description | Notes |
|
69
|
+
| ---- | ---- | ----------- | ----- |
|
70
|
+
| **project_key** | **String** | The project key | |
|
71
|
+
| **environment_key** | **String** | The environment key | |
|
53
72
|
|
54
73
|
### Return type
|
55
74
|
|
@@ -57,54 +76,72 @@ nil (empty response body)
|
|
57
76
|
|
58
77
|
### Authorization
|
59
78
|
|
60
|
-
[
|
79
|
+
[ApiKey](../README.md#ApiKey)
|
61
80
|
|
62
81
|
### HTTP request headers
|
63
82
|
|
64
|
-
|
65
|
-
|
83
|
+
- **Content-Type**: Not defined
|
84
|
+
- **Accept**: Not defined
|
85
|
+
|
66
86
|
|
87
|
+
## get_environment
|
67
88
|
|
89
|
+
> <Environment> get_environment(project_key, environment_key)
|
68
90
|
|
69
|
-
|
70
|
-
> Environment get_environment(project_key, environment_key, )
|
91
|
+
Get environment
|
71
92
|
|
72
|
-
Get an environment given a project and key.
|
93
|
+
> ### Approval settings > > The `approvalSettings` key is only returned when the Flag Approvals feature is enabled. Get an environment given a project and key.
|
94
|
+
|
95
|
+
### Examples
|
73
96
|
|
74
|
-
### Example
|
75
97
|
```ruby
|
76
|
-
|
98
|
+
require 'time'
|
77
99
|
require 'launchdarkly_api'
|
78
100
|
# setup authorization
|
79
101
|
LaunchDarklyApi.configure do |config|
|
80
|
-
# Configure API key authorization:
|
81
|
-
config.api_key['
|
102
|
+
# Configure API key authorization: ApiKey
|
103
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
82
104
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
83
|
-
#config.api_key_prefix['
|
105
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
84
106
|
end
|
85
107
|
|
86
108
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
109
|
+
project_key = 'project_key_example' # String | The project key
|
110
|
+
environment_key = 'environment_key_example' # String | The environment key
|
111
|
+
|
112
|
+
begin
|
113
|
+
# Get environment
|
114
|
+
result = api_instance.get_environment(project_key, environment_key)
|
115
|
+
p result
|
116
|
+
rescue LaunchDarklyApi::ApiError => e
|
117
|
+
puts "Error when calling EnvironmentsApi->get_environment: #{e}"
|
118
|
+
end
|
119
|
+
```
|
87
120
|
|
88
|
-
|
121
|
+
#### Using the get_environment_with_http_info variant
|
89
122
|
|
90
|
-
|
123
|
+
This returns an Array which contains the response data, status code and headers.
|
91
124
|
|
125
|
+
> <Array(<Environment>, Integer, Hash)> get_environment_with_http_info(project_key, environment_key)
|
92
126
|
|
127
|
+
```ruby
|
93
128
|
begin
|
94
|
-
#Get
|
95
|
-
|
96
|
-
p
|
129
|
+
# Get environment
|
130
|
+
data, status_code, headers = api_instance.get_environment_with_http_info(project_key, environment_key)
|
131
|
+
p status_code # => 2xx
|
132
|
+
p headers # => { ... }
|
133
|
+
p data # => <Environment>
|
97
134
|
rescue LaunchDarklyApi::ApiError => e
|
98
|
-
puts "
|
135
|
+
puts "Error when calling EnvironmentsApi->get_environment_with_http_info: #{e}"
|
99
136
|
end
|
100
137
|
```
|
101
138
|
|
102
139
|
### Parameters
|
103
140
|
|
104
|
-
Name | Type | Description
|
105
|
-
|
106
|
-
**project_key** | **String
|
107
|
-
**environment_key** | **String
|
141
|
+
| Name | Type | Description | Notes |
|
142
|
+
| ---- | ---- | ----------- | ----- |
|
143
|
+
| **project_key** | **String** | The project key | |
|
144
|
+
| **environment_key** | **String** | The environment key | |
|
108
145
|
|
109
146
|
### Return type
|
110
147
|
|
@@ -112,57 +149,74 @@ Name | Type | Description | Notes
|
|
112
149
|
|
113
150
|
### Authorization
|
114
151
|
|
115
|
-
[
|
152
|
+
[ApiKey](../README.md#ApiKey)
|
116
153
|
|
117
154
|
### HTTP request headers
|
118
155
|
|
119
|
-
|
120
|
-
|
156
|
+
- **Content-Type**: Not defined
|
157
|
+
- **Accept**: application/json
|
158
|
+
|
121
159
|
|
160
|
+
## patch_environment
|
122
161
|
|
162
|
+
> <Environment> patch_environment(project_key, environment_key, patch_operation)
|
123
163
|
|
124
|
-
|
125
|
-
> Environment patch_environment(project_key, environment_key, patch_delta)
|
164
|
+
Update environment
|
126
165
|
|
127
|
-
|
166
|
+
> ### Approval settings > > The `approvalSettings` key is only returned when the Flag Approvals feature is enabled. > > Only the `canReviewOwnRequest`, `canApplyDeclinedChanges`, `minNumApprovals`, `required` and `requiredApprovalTagsfields` are editable. > > If you try to patch the environment by setting both `required` and `requiredApprovalTags`, it fails and an error appears. Users can specify either required approvals for all flags in an environment or those with specific tags, but not both. Only customers on an Enterprise plan can require approval for flag updates by either mechanism.
|
167
|
+
|
168
|
+
### Examples
|
128
169
|
|
129
|
-
### Example
|
130
170
|
```ruby
|
131
|
-
|
171
|
+
require 'time'
|
132
172
|
require 'launchdarkly_api'
|
133
173
|
# setup authorization
|
134
174
|
LaunchDarklyApi.configure do |config|
|
135
|
-
# Configure API key authorization:
|
136
|
-
config.api_key['
|
175
|
+
# Configure API key authorization: ApiKey
|
176
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
137
177
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
138
|
-
#config.api_key_prefix['
|
178
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
139
179
|
end
|
140
180
|
|
141
181
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
182
|
+
project_key = 'project_key_example' # String | The project key
|
183
|
+
environment_key = 'environment_key_example' # String | The environment key
|
184
|
+
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/biscuits', value: Chocolate Digestive})] # Array<PatchOperation> |
|
142
185
|
|
143
|
-
|
186
|
+
begin
|
187
|
+
# Update environment
|
188
|
+
result = api_instance.patch_environment(project_key, environment_key, patch_operation)
|
189
|
+
p result
|
190
|
+
rescue LaunchDarklyApi::ApiError => e
|
191
|
+
puts "Error when calling EnvironmentsApi->patch_environment: #{e}"
|
192
|
+
end
|
193
|
+
```
|
144
194
|
|
145
|
-
|
195
|
+
#### Using the patch_environment_with_http_info variant
|
146
196
|
|
147
|
-
|
197
|
+
This returns an Array which contains the response data, status code and headers.
|
148
198
|
|
199
|
+
> <Array(<Environment>, Integer, Hash)> patch_environment_with_http_info(project_key, environment_key, patch_operation)
|
149
200
|
|
201
|
+
```ruby
|
150
202
|
begin
|
151
|
-
#
|
152
|
-
|
153
|
-
p
|
203
|
+
# Update environment
|
204
|
+
data, status_code, headers = api_instance.patch_environment_with_http_info(project_key, environment_key, patch_operation)
|
205
|
+
p status_code # => 2xx
|
206
|
+
p headers # => { ... }
|
207
|
+
p data # => <Environment>
|
154
208
|
rescue LaunchDarklyApi::ApiError => e
|
155
|
-
puts "
|
209
|
+
puts "Error when calling EnvironmentsApi->patch_environment_with_http_info: #{e}"
|
156
210
|
end
|
157
211
|
```
|
158
212
|
|
159
213
|
### Parameters
|
160
214
|
|
161
|
-
Name | Type | Description
|
162
|
-
|
163
|
-
**project_key** | **String
|
164
|
-
**environment_key** | **String
|
165
|
-
**
|
215
|
+
| Name | Type | Description | Notes |
|
216
|
+
| ---- | ---- | ----------- | ----- |
|
217
|
+
| **project_key** | **String** | The project key | |
|
218
|
+
| **environment_key** | **String** | The environment key | |
|
219
|
+
| **patch_operation** | [**Array<PatchOperation>**](PatchOperation.md) | | |
|
166
220
|
|
167
221
|
### Return type
|
168
222
|
|
@@ -170,54 +224,72 @@ Name | Type | Description | Notes
|
|
170
224
|
|
171
225
|
### Authorization
|
172
226
|
|
173
|
-
[
|
227
|
+
[ApiKey](../README.md#ApiKey)
|
174
228
|
|
175
229
|
### HTTP request headers
|
176
230
|
|
177
|
-
|
178
|
-
|
231
|
+
- **Content-Type**: application/json
|
232
|
+
- **Accept**: application/json
|
179
233
|
|
180
234
|
|
235
|
+
## post_environment
|
181
236
|
|
182
|
-
|
183
|
-
> Environment post_environment(project_key, environment_body)
|
237
|
+
> <Environment> post_environment(project_key, environment_post)
|
184
238
|
|
185
|
-
Create
|
239
|
+
Create environment
|
240
|
+
|
241
|
+
> ### Approval settings > > The `approvalSettings` key is only returned when the Flag Approvals feature is enabled. Create a new environment in a specified project with a given name, key, swatch color, and default TTL.
|
242
|
+
|
243
|
+
### Examples
|
186
244
|
|
187
|
-
### Example
|
188
245
|
```ruby
|
189
|
-
|
246
|
+
require 'time'
|
190
247
|
require 'launchdarkly_api'
|
191
248
|
# setup authorization
|
192
249
|
LaunchDarklyApi.configure do |config|
|
193
|
-
# Configure API key authorization:
|
194
|
-
config.api_key['
|
250
|
+
# Configure API key authorization: ApiKey
|
251
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
195
252
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
196
|
-
#config.api_key_prefix['
|
253
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
197
254
|
end
|
198
255
|
|
199
256
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
257
|
+
project_key = 'project_key_example' # String | The project key
|
258
|
+
environment_post = LaunchDarklyApi::EnvironmentPost.new({name: 'My Environment', key: 'my-environment', color: 'F5A623'}) # EnvironmentPost |
|
200
259
|
|
201
|
-
|
260
|
+
begin
|
261
|
+
# Create environment
|
262
|
+
result = api_instance.post_environment(project_key, environment_post)
|
263
|
+
p result
|
264
|
+
rescue LaunchDarklyApi::ApiError => e
|
265
|
+
puts "Error when calling EnvironmentsApi->post_environment: #{e}"
|
266
|
+
end
|
267
|
+
```
|
268
|
+
|
269
|
+
#### Using the post_environment_with_http_info variant
|
202
270
|
|
203
|
-
|
271
|
+
This returns an Array which contains the response data, status code and headers.
|
204
272
|
|
273
|
+
> <Array(<Environment>, Integer, Hash)> post_environment_with_http_info(project_key, environment_post)
|
205
274
|
|
275
|
+
```ruby
|
206
276
|
begin
|
207
|
-
#Create
|
208
|
-
|
209
|
-
p
|
277
|
+
# Create environment
|
278
|
+
data, status_code, headers = api_instance.post_environment_with_http_info(project_key, environment_post)
|
279
|
+
p status_code # => 2xx
|
280
|
+
p headers # => { ... }
|
281
|
+
p data # => <Environment>
|
210
282
|
rescue LaunchDarklyApi::ApiError => e
|
211
|
-
puts "
|
283
|
+
puts "Error when calling EnvironmentsApi->post_environment_with_http_info: #{e}"
|
212
284
|
end
|
213
285
|
```
|
214
286
|
|
215
287
|
### Parameters
|
216
288
|
|
217
|
-
Name | Type | Description
|
218
|
-
|
219
|
-
**project_key** | **String
|
220
|
-
**
|
289
|
+
| Name | Type | Description | Notes |
|
290
|
+
| ---- | ---- | ----------- | ----- |
|
291
|
+
| **project_key** | **String** | The project key | |
|
292
|
+
| **environment_post** | [**EnvironmentPost**](EnvironmentPost.md) | | |
|
221
293
|
|
222
294
|
### Return type
|
223
295
|
|
@@ -225,58 +297,72 @@ Name | Type | Description | Notes
|
|
225
297
|
|
226
298
|
### Authorization
|
227
299
|
|
228
|
-
[
|
300
|
+
[ApiKey](../README.md#ApiKey)
|
229
301
|
|
230
302
|
### HTTP request headers
|
231
303
|
|
232
|
-
|
233
|
-
|
304
|
+
- **Content-Type**: application/json
|
305
|
+
- **Accept**: application/json
|
234
306
|
|
235
307
|
|
308
|
+
## reset_environment_mobile_key
|
236
309
|
|
237
|
-
|
238
|
-
|
310
|
+
> <Environment> reset_environment_mobile_key(project_key, env_key)
|
311
|
+
|
312
|
+
Reset environment mobile SDK key
|
239
313
|
|
240
314
|
Reset an environment's mobile key. The optional expiry for the old key is deprecated for this endpoint, so the old key will always expire immediately.
|
241
315
|
|
242
|
-
###
|
316
|
+
### Examples
|
317
|
+
|
243
318
|
```ruby
|
244
|
-
|
319
|
+
require 'time'
|
245
320
|
require 'launchdarkly_api'
|
246
321
|
# setup authorization
|
247
322
|
LaunchDarklyApi.configure do |config|
|
248
|
-
# Configure API key authorization:
|
249
|
-
config.api_key['
|
323
|
+
# Configure API key authorization: ApiKey
|
324
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
250
325
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
251
|
-
#config.api_key_prefix['
|
326
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
252
327
|
end
|
253
328
|
|
254
329
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
330
|
+
project_key = 'project_key_example' # String | The project key
|
331
|
+
env_key = 'env_key_example' # String | The environment key
|
255
332
|
|
256
|
-
|
333
|
+
begin
|
334
|
+
# Reset environment mobile SDK key
|
335
|
+
result = api_instance.reset_environment_mobile_key(project_key, env_key)
|
336
|
+
p result
|
337
|
+
rescue LaunchDarklyApi::ApiError => e
|
338
|
+
puts "Error when calling EnvironmentsApi->reset_environment_mobile_key: #{e}"
|
339
|
+
end
|
340
|
+
```
|
257
341
|
|
258
|
-
|
342
|
+
#### Using the reset_environment_mobile_key_with_http_info variant
|
259
343
|
|
260
|
-
|
261
|
-
expiry: 789 # Integer | The expiry parameter is deprecated for this endpoint, so the old mobile key will always expire immediately. This parameter will be removed in an upcoming major API client version.
|
262
|
-
}
|
344
|
+
This returns an Array which contains the response data, status code and headers.
|
263
345
|
|
346
|
+
> <Array(<Environment>, Integer, Hash)> reset_environment_mobile_key_with_http_info(project_key, env_key)
|
347
|
+
|
348
|
+
```ruby
|
264
349
|
begin
|
265
|
-
#Reset
|
266
|
-
|
267
|
-
p
|
350
|
+
# Reset environment mobile SDK key
|
351
|
+
data, status_code, headers = api_instance.reset_environment_mobile_key_with_http_info(project_key, env_key)
|
352
|
+
p status_code # => 2xx
|
353
|
+
p headers # => { ... }
|
354
|
+
p data # => <Environment>
|
268
355
|
rescue LaunchDarklyApi::ApiError => e
|
269
|
-
puts "
|
356
|
+
puts "Error when calling EnvironmentsApi->reset_environment_mobile_key_with_http_info: #{e}"
|
270
357
|
end
|
271
358
|
```
|
272
359
|
|
273
360
|
### Parameters
|
274
361
|
|
275
|
-
Name | Type | Description
|
276
|
-
|
277
|
-
**project_key** | **String
|
278
|
-
**
|
279
|
-
**expiry** | **Integer**| The expiry parameter is deprecated for this endpoint, so the old mobile key will always expire immediately. This parameter will be removed in an upcoming major API client version. | [optional]
|
362
|
+
| Name | Type | Description | Notes |
|
363
|
+
| ---- | ---- | ----------- | ----- |
|
364
|
+
| **project_key** | **String** | The project key | |
|
365
|
+
| **env_key** | **String** | The environment key | |
|
280
366
|
|
281
367
|
### Return type
|
282
368
|
|
@@ -284,58 +370,76 @@ Name | Type | Description | Notes
|
|
284
370
|
|
285
371
|
### Authorization
|
286
372
|
|
287
|
-
[
|
373
|
+
[ApiKey](../README.md#ApiKey)
|
288
374
|
|
289
375
|
### HTTP request headers
|
290
376
|
|
291
|
-
|
292
|
-
|
377
|
+
- **Content-Type**: Not defined
|
378
|
+
- **Accept**: application/json
|
379
|
+
|
293
380
|
|
381
|
+
## reset_environment_sdk_key
|
294
382
|
|
383
|
+
> <Environment> reset_environment_sdk_key(project_key, env_key, opts)
|
295
384
|
|
296
|
-
|
297
|
-
> Environment reset_environment_sdk_key(project_key, environment_key, , opts)
|
385
|
+
Reset environment SDK key
|
298
386
|
|
299
387
|
Reset an environment's SDK key with an optional expiry time for the old key.
|
300
388
|
|
301
|
-
###
|
389
|
+
### Examples
|
390
|
+
|
302
391
|
```ruby
|
303
|
-
|
392
|
+
require 'time'
|
304
393
|
require 'launchdarkly_api'
|
305
394
|
# setup authorization
|
306
395
|
LaunchDarklyApi.configure do |config|
|
307
|
-
# Configure API key authorization:
|
308
|
-
config.api_key['
|
396
|
+
# Configure API key authorization: ApiKey
|
397
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
309
398
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
310
|
-
#config.api_key_prefix['
|
399
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
311
400
|
end
|
312
401
|
|
313
402
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
403
|
+
project_key = 'project_key_example' # String | The project key
|
404
|
+
env_key = 'env_key_example' # String | The environment key
|
405
|
+
opts = {
|
406
|
+
expiry: 789 # Integer | The time at which you want the old SDK key to expire, in UNIX milliseconds. By default, the key expires immediately.
|
407
|
+
}
|
314
408
|
|
315
|
-
|
409
|
+
begin
|
410
|
+
# Reset environment SDK key
|
411
|
+
result = api_instance.reset_environment_sdk_key(project_key, env_key, opts)
|
412
|
+
p result
|
413
|
+
rescue LaunchDarklyApi::ApiError => e
|
414
|
+
puts "Error when calling EnvironmentsApi->reset_environment_sdk_key: #{e}"
|
415
|
+
end
|
416
|
+
```
|
316
417
|
|
317
|
-
|
418
|
+
#### Using the reset_environment_sdk_key_with_http_info variant
|
318
419
|
|
319
|
-
|
320
|
-
expiry: 789 # Integer | An expiration time for the old environment SDK key, expressed as a Unix epoch time in milliseconds. By default, the key will expire immediately.
|
321
|
-
}
|
420
|
+
This returns an Array which contains the response data, status code and headers.
|
322
421
|
|
422
|
+
> <Array(<Environment>, Integer, Hash)> reset_environment_sdk_key_with_http_info(project_key, env_key, opts)
|
423
|
+
|
424
|
+
```ruby
|
323
425
|
begin
|
324
|
-
#Reset
|
325
|
-
|
326
|
-
p
|
426
|
+
# Reset environment SDK key
|
427
|
+
data, status_code, headers = api_instance.reset_environment_sdk_key_with_http_info(project_key, env_key, opts)
|
428
|
+
p status_code # => 2xx
|
429
|
+
p headers # => { ... }
|
430
|
+
p data # => <Environment>
|
327
431
|
rescue LaunchDarklyApi::ApiError => e
|
328
|
-
puts "
|
432
|
+
puts "Error when calling EnvironmentsApi->reset_environment_sdk_key_with_http_info: #{e}"
|
329
433
|
end
|
330
434
|
```
|
331
435
|
|
332
436
|
### Parameters
|
333
437
|
|
334
|
-
Name | Type | Description
|
335
|
-
|
336
|
-
**project_key** | **String
|
337
|
-
**
|
338
|
-
**expiry** | **Integer
|
438
|
+
| Name | Type | Description | Notes |
|
439
|
+
| ---- | ---- | ----------- | ----- |
|
440
|
+
| **project_key** | **String** | The project key | |
|
441
|
+
| **env_key** | **String** | The environment key | |
|
442
|
+
| **expiry** | **Integer** | The time at which you want the old SDK key to expire, in UNIX milliseconds. By default, the key expires immediately. | [optional] |
|
339
443
|
|
340
444
|
### Return type
|
341
445
|
|
@@ -343,12 +447,10 @@ Name | Type | Description | Notes
|
|
343
447
|
|
344
448
|
### Authorization
|
345
449
|
|
346
|
-
[
|
450
|
+
[ApiKey](../README.md#ApiKey)
|
347
451
|
|
348
452
|
### HTTP request headers
|
349
453
|
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
454
|
+
- **Content-Type**: Not defined
|
455
|
+
- **Accept**: application/json
|
354
456
|
|