launchdarkly_api 7.0.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +142 -64
- data/docs/Access.md +20 -0
- data/docs/AccessAllowedReason.md +28 -0
- data/docs/{AccessDeniedRep.md → AccessAllowedRep.md} +3 -3
- data/docs/AccessDenied.md +20 -0
- data/docs/{AccessDeniedReasonRep.md → AccessDeniedReason.md} +4 -4
- data/docs/AccessTokensApi.md +1 -1
- data/docs/AccountMembersApi.md +76 -2
- data/docs/AccountUsageBetaApi.md +11 -11
- data/docs/ApprovalsApi.md +14 -14
- data/docs/CodeReferencesApi.md +13 -9
- data/docs/ConditionInputRep.md +6 -0
- data/docs/ConditionOutputRep.md +6 -0
- data/docs/CustomRole.md +1 -1
- data/docs/CustomRolesApi.md +24 -24
- data/docs/DataExportDestinationsApi.md +37 -37
- data/docs/Destination.md +1 -1
- data/docs/EnvironmentPost.md +6 -4
- data/docs/EnvironmentsApi.md +16 -16
- data/docs/ExperimentsBetaApi.md +22 -22
- data/docs/Export.md +32 -0
- data/docs/FeatureFlag.md +1 -1
- data/docs/FeatureFlagBody.md +1 -1
- data/docs/FeatureFlagConfig.md +1 -1
- data/docs/FeatureFlags.md +3 -1
- data/docs/FeatureFlagsApi.md +107 -107
- data/docs/FeatureFlagsBetaApi.md +20 -20
- data/docs/FileRep.md +20 -0
- data/docs/FlagGlobalAttributesRep.md +1 -1
- data/docs/FlagLinkCollectionRep.md +20 -0
- data/docs/FlagLinkMember.md +24 -0
- data/docs/FlagLinkPost.md +30 -0
- data/docs/FlagLinkRep.md +38 -0
- data/docs/FlagLinksBetaApi.md +310 -0
- data/docs/FlagTriggerInput.md +20 -0
- data/docs/FlagTriggersApi.md +396 -0
- data/docs/Import.md +30 -0
- data/docs/InitiatorRep.md +20 -0
- data/docs/Integration.md +40 -0
- data/docs/IntegrationAuditLogSubscriptionsApi.md +376 -0
- data/docs/IntegrationDeliveryConfiguration.md +38 -0
- data/docs/IntegrationDeliveryConfigurationCollection.md +20 -0
- data/docs/IntegrationDeliveryConfigurationCollectionLinks.md +20 -0
- data/docs/IntegrationDeliveryConfigurationLinks.md +24 -0
- data/docs/IntegrationDeliveryConfigurationPost.md +24 -0
- data/docs/IntegrationDeliveryConfigurationResponse.md +24 -0
- data/docs/IntegrationDeliveryConfigurationsBetaApi.md +541 -0
- data/docs/IntegrationStatusRep.md +22 -0
- data/docs/IntegrationSubscriptionStatusRep.md +26 -0
- data/docs/Integrations.md +22 -0
- data/docs/MemberImportItem.md +22 -0
- data/docs/{MemberSummaryRep.md → MemberSummary.md} +2 -2
- data/docs/MemberTeamsPostInput.md +18 -0
- data/docs/MetricListingRep.md +3 -3
- data/docs/MetricPost.md +1 -1
- data/docs/MetricRep.md +3 -3
- data/docs/MetricSeen.md +2 -2
- data/docs/MetricsApi.md +23 -23
- data/docs/PatchOperation.md +2 -2
- data/docs/PermissionGrantInput.md +4 -4
- data/docs/ProjectSummary.md +22 -0
- data/docs/ProjectsApi.md +1 -1
- data/docs/PutBranch.md +3 -1
- data/docs/RecentTriggerBody.md +20 -0
- data/docs/RelayAutoConfigRep.md +2 -2
- data/docs/RelayProxyConfigurationsApi.md +1 -1
- data/docs/RepositoryRep.md +1 -1
- data/docs/ResolvedContext.md +18 -0
- data/docs/ResolvedImage.md +22 -0
- data/docs/ResolvedTitle.md +20 -0
- data/docs/ResolvedUIBlockElement.md +24 -0
- data/docs/ResolvedUIBlocks.md +26 -0
- data/docs/Rule.md +3 -1
- data/docs/ScheduleConditionInputRep.md +6 -0
- data/docs/ScheduleConditionOutputRep.md +7 -1
- data/docs/ScheduledChangesApi.md +11 -11
- data/docs/SegmentsApi.md +100 -100
- data/docs/SegmentsBetaApi.md +313 -0
- data/docs/SourceEnv.md +20 -0
- data/docs/Statement.md +2 -2
- data/docs/StatementPost.md +2 -2
- data/docs/StatementPostData.md +2 -2
- data/docs/SubscriptionPost.md +30 -0
- data/docs/TagCollection.md +22 -0
- data/docs/TagsApi.md +83 -0
- data/docs/Team.md +32 -0
- data/docs/TeamCustomRole.md +24 -0
- data/docs/TeamCustomRoles.md +22 -0
- data/docs/TeamImportsRep.md +18 -0
- data/docs/TeamMaintainers.md +22 -0
- data/docs/TeamProjects.md +20 -0
- data/docs/{TeamCollectionRep.md → Teams.md} +3 -3
- data/docs/TeamsBetaApi.md +265 -33
- data/docs/TimestampRep.md +24 -0
- data/docs/Token.md +1 -1
- data/docs/TriggerPost.md +22 -0
- data/docs/TriggerWorkflowCollectionRep.md +20 -0
- data/docs/TriggerWorkflowRep.md +42 -0
- data/docs/User.md +0 -2
- data/docs/UserRecord.md +1 -1
- data/docs/UserSegment.md +1 -1
- data/docs/UserSettingsApi.md +60 -60
- data/docs/UsersApi.md +41 -41
- data/docs/Webhook.md +1 -1
- data/docs/WebhooksApi.md +1 -1
- data/docs/WorkflowsBetaApi.md +8 -8
- data/launchdarkly_api.gemspec +2 -2
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/account_members_api.rb +77 -3
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +20 -20
- data/lib/launchdarkly_api/api/approvals_api.rb +15 -15
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/code_references_api.rb +16 -10
- data/lib/launchdarkly_api/api/custom_roles_api.rb +30 -30
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +57 -57
- data/lib/launchdarkly_api/api/environments_api.rb +21 -21
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +39 -39
- data/lib/launchdarkly_api/api/feature_flags_api.rb +162 -162
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +34 -34
- data/lib/launchdarkly_api/api/flag_links_beta_api.rb +332 -0
- data/lib/launchdarkly_api/api/flag_triggers_api.rb +437 -0
- data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +377 -0
- data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +569 -0
- data/lib/launchdarkly_api/api/metrics_api.rb +30 -30
- data/lib/launchdarkly_api/api/other_api.rb +1 -1
- data/lib/launchdarkly_api/api/projects_api.rb +1 -1
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +13 -13
- data/lib/launchdarkly_api/api/segments_api.rb +162 -162
- data/lib/launchdarkly_api/api/segments_beta_api.rb +334 -0
- data/lib/launchdarkly_api/api/tags_api.rb +85 -0
- data/lib/launchdarkly_api/api/teams_beta_api.rb +249 -40
- data/lib/launchdarkly_api/api/user_settings_api.rb +100 -100
- data/lib/launchdarkly_api/api/users_api.rb +69 -69
- data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
- data/lib/launchdarkly_api/api/workflows_beta_api.rb +9 -9
- 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/access.rb +241 -0
- data/lib/launchdarkly_api/models/access_allowed_reason.rb +280 -0
- data/lib/launchdarkly_api/models/access_allowed_rep.rb +237 -0
- data/lib/launchdarkly_api/models/{access_denied_rep.rb → access_denied.rb} +5 -5
- data/lib/launchdarkly_api/models/{access_denied_reason_rep.rb → access_denied_reason.rb} +6 -6
- data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
- data/lib/launchdarkly_api/models/action_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/action_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
- data/lib/launchdarkly_api/models/clause.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
- data/lib/launchdarkly_api/models/condition_base_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/condition_input_rep.rb +29 -2
- data/lib/launchdarkly_api/models/condition_output_rep.rb +29 -2
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
- data/lib/launchdarkly_api/models/conflict.rb +1 -1
- data/lib/launchdarkly_api/models/conflict_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +2 -2
- data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
- data/lib/launchdarkly_api/models/defaults.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +2 -2
- data/lib/launchdarkly_api/models/destination_post.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 +17 -8
- data/lib/launchdarkly_api/models/execution_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
- data/lib/launchdarkly_api/models/export.rb +323 -0
- data/lib/launchdarkly_api/models/extinction.rb +1 -1
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_body.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.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_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.rb +14 -5
- data/lib/launchdarkly_api/models/file_rep.rb +227 -0
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +1 -1
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/flag_link_member.rb +257 -0
- data/lib/launchdarkly_api/models/flag_link_post.rb +274 -0
- data/lib/launchdarkly_api/models/flag_link_rep.rb +337 -0
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +1 -1
- data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
- data/lib/launchdarkly_api/models/flag_trigger_input.rb +230 -0
- data/lib/launchdarkly_api/models/forbidden_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
- data/lib/launchdarkly_api/models/import.rb +306 -0
- data/lib/launchdarkly_api/models/{derived_attribute.rb → initiator_rep.rb} +17 -18
- data/lib/launchdarkly_api/models/integration.rb +325 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +369 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +239 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +232 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +265 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +257 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +245 -0
- data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/integration_status.rb +1 -1
- data/lib/launchdarkly_api/models/integration_status_rep.rb +236 -0
- data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +256 -0
- data/lib/launchdarkly_api/models/integrations.rb +240 -0
- data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/ip_list.rb +1 -1
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_import_item.rb +246 -0
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/{member_summary_rep.rb → member_summary.rb} +4 -4
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_teams_post_input.rb +226 -0
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +16 -4
- data/lib/launchdarkly_api/models/metric_post.rb +14 -2
- data/lib/launchdarkly_api/models/metric_rep.rb +16 -4
- data/lib/launchdarkly_api/models/metric_seen.rb +8 -8
- data/lib/launchdarkly_api/models/modification.rb +1 -1
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
- data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
- data/lib/launchdarkly_api/models/not_found_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
- data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
- data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
- data/lib/launchdarkly_api/models/permission_grant_input.rb +16 -16
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.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_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/project_post.rb +1 -1
- data/lib/launchdarkly_api/models/project_summary.rb +238 -0
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
- data/lib/launchdarkly_api/models/put_branch.rb +14 -5
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/recent_trigger_body.rb +229 -0
- data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +3 -3
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/repository_post.rb +1 -1
- data/lib/launchdarkly_api/models/repository_rep.rb +2 -2
- data/lib/launchdarkly_api/models/{access_rep.rb → resolved_context.rb} +12 -17
- data/lib/launchdarkly_api/models/resolved_image.rb +236 -0
- data/lib/launchdarkly_api/models/resolved_title.rb +229 -0
- data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +245 -0
- data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +254 -0
- data/lib/launchdarkly_api/models/resource_access.rb +1 -1
- data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
- data/lib/launchdarkly_api/models/review_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/review_response.rb +1 -1
- data/lib/launchdarkly_api/models/rollout.rb +1 -1
- data/lib/launchdarkly_api/models/rule.rb +14 -5
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +29 -2
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +32 -5
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
- data/lib/launchdarkly_api/models/segment_body.rb +1 -1
- data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
- data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
- data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/source_env.rb +229 -0
- data/lib/launchdarkly_api/models/source_flag.rb +1 -1
- data/lib/launchdarkly_api/models/stage_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +3 -3
- data/lib/launchdarkly_api/models/statement_post.rb +1 -11
- data/lib/launchdarkly_api/models/statement_post_data.rb +1 -11
- data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistic_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
- data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/subscription_post.rb +293 -0
- data/lib/launchdarkly_api/models/tag_collection.rb +252 -0
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/{team_rep.rb → team.rb} +18 -62
- data/lib/launchdarkly_api/models/team_custom_role.rb +245 -0
- data/lib/launchdarkly_api/models/team_custom_roles.rb +240 -0
- data/lib/launchdarkly_api/models/{permission_grant_rep.rb → team_imports_rep.rb} +12 -41
- data/lib/launchdarkly_api/models/team_maintainers.rb +240 -0
- data/lib/launchdarkly_api/models/team_patch_input.rb +1 -1
- data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
- data/lib/launchdarkly_api/models/team_projects.rb +229 -0
- data/lib/launchdarkly_api/models/{team_collection_rep.rb → teams.rb} +5 -5
- data/lib/launchdarkly_api/models/timestamp_rep.rb +245 -0
- data/lib/launchdarkly_api/models/title_rep.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +2 -2
- data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/tokens.rb +1 -1
- data/lib/launchdarkly_api/models/trigger_post.rb +245 -0
- data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +231 -0
- data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +332 -0
- data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/url_post.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +2 -13
- data/lib/launchdarkly_api/models/user_attribute_names_rep.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 +2 -2
- data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +2 -2
- 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/users.rb +1 -1
- data/lib/launchdarkly_api/models/value_put.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
- data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
- data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +2 -2
- data/lib/launchdarkly_api/models/webhook_post.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/lib/launchdarkly_api.rb +55 -9
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/account_members_api_spec.rb +15 -2
- data/spec/api/account_usage_beta_api_spec.rb +4 -4
- data/spec/api/approvals_api_spec.rb +8 -8
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/code_references_api_spec.rb +4 -2
- data/spec/api/custom_roles_api_spec.rb +5 -5
- data/spec/api/data_export_destinations_api_spec.rb +9 -9
- data/spec/api/environments_api_spec.rb +4 -4
- data/spec/api/experiments_beta_api_spec.rb +7 -7
- data/spec/api/feature_flags_api_spec.rb +26 -26
- data/spec/api/feature_flags_beta_api_spec.rb +6 -6
- data/spec/api/flag_links_beta_api_spec.rb +91 -0
- data/spec/api/flag_triggers_api_spec.rb +110 -0
- data/spec/api/integration_audit_log_subscriptions_api_spec.rb +100 -0
- data/spec/api/integration_delivery_configurations_beta_api_spec.rb +135 -0
- data/spec/api/metrics_api_spec.rb +5 -5
- data/spec/api/other_api_spec.rb +1 -1
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
- data/spec/api/scheduled_changes_api_spec.rb +7 -7
- data/spec/api/segments_api_spec.rb +29 -29
- data/spec/api/segments_beta_api_spec.rb +93 -0
- data/spec/api/tags_api_spec.rb +48 -0
- data/spec/api/teams_beta_api_spec.rb +49 -8
- data/spec/api/user_settings_api_spec.rb +18 -18
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_beta_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api/workflows_beta_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_allowed_reason_spec.rb +64 -0
- data/spec/models/access_allowed_rep_spec.rb +40 -0
- data/spec/models/{access_denied_reason_rep_spec.rb → access_denied_reason_spec.rb} +7 -7
- data/spec/models/{access_denied_rep_spec.rb → access_denied_spec.rb} +7 -7
- data/spec/models/{derived_attribute_spec.rb → access_spec.rb} +9 -9
- data/spec/models/access_token_post_spec.rb +1 -1
- data/spec/models/action_input_rep_spec.rb +1 -1
- data/spec/models/action_output_rep_spec.rb +1 -1
- data/spec/models/approval_condition_input_rep_spec.rb +1 -1
- data/spec/models/approval_condition_output_rep_spec.rb +1 -1
- data/spec/models/approval_settings_spec.rb +1 -1
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
- data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
- data/spec/models/audit_log_entry_rep_spec.rb +1 -1
- data/spec/models/authorized_app_data_rep_spec.rb +1 -1
- data/spec/models/big_segment_target_spec.rb +1 -1
- data/spec/models/branch_collection_rep_spec.rb +1 -1
- data/spec/models/branch_rep_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/client_side_availability_post_spec.rb +1 -1
- data/spec/models/client_side_availability_spec.rb +1 -1
- data/spec/models/condition_base_output_rep_spec.rb +1 -1
- data/spec/models/condition_input_rep_spec.rb +19 -1
- data/spec/models/condition_output_rep_spec.rb +19 -1
- data/spec/models/confidence_interval_rep_spec.rb +1 -1
- data/spec/models/conflict_output_rep_spec.rb +1 -1
- data/spec/models/conflict_spec.rb +1 -1
- data/spec/models/copied_from_env_spec.rb +1 -1
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
- data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_role_post_data_spec.rb +1 -1
- data/spec/models/custom_role_post_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/custom_workflow_input_rep_spec.rb +1 -1
- data/spec/models/custom_workflow_meta_spec.rb +1 -1
- data/spec/models/custom_workflow_output_rep_spec.rb +1 -1
- data/spec/models/custom_workflow_stage_meta_spec.rb +1 -1
- data/spec/models/custom_workflows_listing_output_rep_spec.rb +1 -1
- data/spec/models/default_client_side_availability_post_spec.rb +1 -1
- data/spec/models/defaults_spec.rb +1 -1
- data/spec/models/dependent_flag_environment_spec.rb +1 -1
- data/spec/models/dependent_flag_spec.rb +1 -1
- data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
- data/spec/models/destination_post_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 +7 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/execution_output_rep_spec.rb +1 -1
- data/spec/models/experiment_allocation_rep_spec.rb +1 -1
- data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
- data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
- data/spec/models/experiment_info_rep_spec.rb +1 -1
- data/spec/models/experiment_metadata_rep_spec.rb +1 -1
- data/spec/models/experiment_rep_spec.rb +1 -1
- data/spec/models/experiment_results_rep_spec.rb +1 -1
- data/spec/models/experiment_stats_rep_spec.rb +1 -1
- data/spec/models/experiment_time_series_slice_spec.rb +1 -1
- data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
- data/spec/models/experiment_totals_rep_spec.rb +1 -1
- data/spec/models/expiring_user_target_error_spec.rb +1 -1
- data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
- data/spec/models/expiring_user_target_item_spec.rb +1 -1
- data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
- data/spec/models/export_spec.rb +76 -0
- data/spec/models/extinction_collection_rep_spec.rb +1 -1
- data/spec/models/extinction_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_scheduled_change_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_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_spec.rb +1 -1
- data/spec/models/feature_flag_statuses_spec.rb +1 -1
- data/spec/models/feature_flags_spec.rb +7 -1
- data/spec/models/file_rep_spec.rb +40 -0
- data/spec/models/flag_config_approval_request_response_spec.rb +1 -1
- data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
- data/spec/models/flag_copy_config_environment_spec.rb +1 -1
- data/spec/models/flag_copy_config_post_spec.rb +1 -1
- data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
- data/spec/models/flag_link_collection_rep_spec.rb +40 -0
- data/spec/models/flag_link_member_spec.rb +52 -0
- data/spec/models/flag_link_post_spec.rb +70 -0
- data/spec/models/flag_link_rep_spec.rb +94 -0
- data/spec/models/flag_listing_rep_spec.rb +1 -1
- data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
- data/spec/models/flag_status_rep_spec.rb +1 -1
- data/spec/models/flag_summary_spec.rb +1 -1
- data/spec/models/flag_trigger_input_spec.rb +40 -0
- data/spec/models/forbidden_error_rep_spec.rb +1 -1
- data/spec/models/hunk_rep_spec.rb +1 -1
- data/spec/models/import_spec.rb +70 -0
- data/spec/models/initiator_rep_spec.rb +40 -0
- data/spec/models/integration_delivery_configuration_collection_links_spec.rb +40 -0
- data/spec/models/integration_delivery_configuration_collection_spec.rb +40 -0
- data/spec/models/integration_delivery_configuration_links_spec.rb +52 -0
- data/spec/models/integration_delivery_configuration_post_spec.rb +52 -0
- data/spec/models/integration_delivery_configuration_response_spec.rb +52 -0
- data/spec/models/integration_delivery_configuration_spec.rb +94 -0
- data/spec/models/integration_metadata_spec.rb +1 -1
- data/spec/models/integration_spec.rb +100 -0
- data/spec/models/integration_status_rep_spec.rb +46 -0
- data/spec/models/integration_status_spec.rb +1 -1
- data/spec/models/integration_subscription_status_rep_spec.rb +58 -0
- data/spec/models/{permission_grant_rep_spec.rb → integrations_spec.rb} +10 -16
- data/spec/models/invalid_request_error_rep_spec.rb +1 -1
- data/spec/models/ip_list_spec.rb +1 -1
- data/spec/models/last_seen_metadata_spec.rb +1 -1
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/member_data_rep_spec.rb +1 -1
- data/spec/models/member_import_item_spec.rb +46 -0
- data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/{member_summary_rep_spec.rb → member_summary_spec.rb} +7 -7
- data/spec/models/member_team_summary_rep_spec.rb +1 -1
- data/spec/models/member_teams_post_input_spec.rb +34 -0
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/method_not_allowed_error_rep_spec.rb +1 -1
- data/spec/models/metric_collection_rep_spec.rb +1 -1
- data/spec/models/metric_listing_rep_spec.rb +5 -1
- data/spec/models/metric_post_spec.rb +5 -1
- data/spec/models/metric_rep_spec.rb +5 -1
- data/spec/models/metric_seen_spec.rb +2 -2
- data/spec/models/modification_spec.rb +1 -1
- data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
- data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
- data/spec/models/new_member_form_spec.rb +1 -1
- data/spec/models/not_found_error_rep_spec.rb +1 -1
- data/spec/models/parent_resource_rep_spec.rb +1 -1
- data/spec/models/patch_failed_error_rep_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/patch_segment_instruction_spec.rb +1 -1
- data/spec/models/patch_segment_request_spec.rb +1 -1
- data/spec/models/patch_with_comment_spec.rb +1 -1
- data/spec/models/permission_grant_input_spec.rb +3 -3
- data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
- data/spec/models/post_approval_request_review_request_spec.rb +1 -1
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_listing_rep_spec.rb +1 -1
- data/spec/models/project_post_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_summary_spec.rb +46 -0
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
- data/spec/models/put_branch_spec.rb +7 -1
- data/spec/models/rate_limited_error_rep_spec.rb +1 -1
- data/spec/models/recent_trigger_body_spec.rb +40 -0
- data/spec/models/reference_rep_spec.rb +1 -1
- data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
- data/spec/models/relay_auto_config_post_spec.rb +1 -1
- data/spec/models/relay_auto_config_rep_spec.rb +1 -1
- data/spec/models/repository_collection_rep_spec.rb +1 -1
- data/spec/models/repository_post_spec.rb +1 -1
- data/spec/models/repository_rep_spec.rb +1 -1
- data/spec/models/resolved_context_spec.rb +34 -0
- data/spec/models/resolved_image_spec.rb +46 -0
- data/spec/models/resolved_title_spec.rb +40 -0
- data/spec/models/resolved_ui_block_element_spec.rb +52 -0
- data/spec/models/resolved_ui_blocks_spec.rb +58 -0
- data/spec/models/resource_access_spec.rb +1 -1
- data/spec/models/resource_id_response_spec.rb +1 -1
- data/spec/models/review_output_rep_spec.rb +1 -1
- data/spec/models/review_response_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +7 -1
- data/spec/models/schedule_condition_input_rep_spec.rb +19 -1
- data/spec/models/schedule_condition_output_rep_spec.rb +19 -1
- data/spec/models/sdk_list_rep_spec.rb +1 -1
- data/spec/models/sdk_version_list_rep_spec.rb +1 -1
- data/spec/models/sdk_version_rep_spec.rb +1 -1
- data/spec/models/segment_body_spec.rb +1 -1
- data/spec/models/segment_metadata_spec.rb +1 -1
- data/spec/models/segment_user_list_spec.rb +1 -1
- data/spec/models/segment_user_state_spec.rb +1 -1
- data/spec/models/series_list_rep_spec.rb +1 -1
- data/spec/models/source_env_spec.rb +40 -0
- data/spec/models/source_flag_spec.rb +1 -1
- data/spec/models/stage_input_rep_spec.rb +1 -1
- data/spec/models/stage_output_rep_spec.rb +1 -1
- data/spec/models/statement_post_data_spec.rb +1 -1
- data/spec/models/statement_post_spec.rb +1 -1
- data/spec/models/statement_rep_spec.rb +1 -1
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/statistic_collection_rep_spec.rb +1 -1
- data/spec/models/statistic_rep_spec.rb +1 -1
- data/spec/models/statistics_root_spec.rb +1 -1
- data/spec/models/status_conflict_error_rep_spec.rb +1 -1
- data/spec/models/subject_data_rep_spec.rb +1 -1
- data/spec/models/subscription_post_spec.rb +70 -0
- data/spec/models/tag_collection_spec.rb +46 -0
- data/spec/models/target_resource_rep_spec.rb +1 -1
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/team_custom_role_spec.rb +52 -0
- data/spec/models/team_custom_roles_spec.rb +46 -0
- data/spec/models/{access_rep_spec.rb → team_imports_rep_spec.rb} +8 -8
- data/spec/models/team_maintainers_spec.rb +46 -0
- data/spec/models/team_patch_input_spec.rb +1 -1
- data/spec/models/team_post_input_spec.rb +1 -1
- data/spec/models/team_projects_spec.rb +40 -0
- data/spec/models/{team_rep_spec.rb → team_spec.rb} +9 -33
- data/spec/models/{team_collection_rep_spec.rb → teams_spec.rb} +7 -7
- data/spec/models/timestamp_rep_spec.rb +52 -0
- data/spec/models/title_rep_spec.rb +1 -1
- data/spec/models/token_data_rep_spec.rb +1 -1
- data/spec/models/token_spec.rb +1 -1
- data/spec/models/tokens_spec.rb +1 -1
- data/spec/models/trigger_post_spec.rb +46 -0
- data/spec/models/trigger_workflow_collection_rep_spec.rb +40 -0
- data/spec/models/trigger_workflow_rep_spec.rb +106 -0
- data/spec/models/unauthorized_error_rep_spec.rb +1 -1
- data/spec/models/url_post_spec.rb +1 -1
- data/spec/models/user_attribute_names_rep_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_rep_spec.rb +1 -1
- data/spec/models/user_record_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_spec.rb +1 -7
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/value_put_spec.rb +1 -1
- data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/variation_summary_spec.rb +1 -1
- data/spec/models/versions_rep_spec.rb +1 -1
- data/spec/models/webhook_post_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 +249 -47
- data/docs/AccessRep.md +0 -18
- data/docs/DerivedAttribute.md +0 -20
- data/docs/PermissionGrantRep.md +0 -24
- data/docs/TeamRep.md +0 -40
|
@@ -4,16 +4,16 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**delete_destination**](DataExportDestinationsApi.md#delete_destination) | **DELETE** /api/v2/destinations/{
|
|
8
|
-
| [**get_destination**](DataExportDestinationsApi.md#get_destination) | **GET** /api/v2/destinations/{
|
|
7
|
+
| [**delete_destination**](DataExportDestinationsApi.md#delete_destination) | **DELETE** /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Delete Data Export destination |
|
|
8
|
+
| [**get_destination**](DataExportDestinationsApi.md#get_destination) | **GET** /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Get destination |
|
|
9
9
|
| [**get_destinations**](DataExportDestinationsApi.md#get_destinations) | **GET** /api/v2/destinations | List destinations |
|
|
10
|
-
| [**patch_destination**](DataExportDestinationsApi.md#patch_destination) | **PATCH** /api/v2/destinations/{
|
|
11
|
-
| [**post_destination**](DataExportDestinationsApi.md#post_destination) | **POST** /api/v2/destinations/{
|
|
10
|
+
| [**patch_destination**](DataExportDestinationsApi.md#patch_destination) | **PATCH** /api/v2/destinations/{projectKey}/{environmentKey}/{id} | Update Data Export destination |
|
|
11
|
+
| [**post_destination**](DataExportDestinationsApi.md#post_destination) | **POST** /api/v2/destinations/{projectKey}/{environmentKey} | Create data export destination |
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
## delete_destination
|
|
15
15
|
|
|
16
|
-
> delete_destination(
|
|
16
|
+
> delete_destination(project_key, environment_key, id)
|
|
17
17
|
|
|
18
18
|
Delete Data Export destination
|
|
19
19
|
|
|
@@ -33,13 +33,13 @@ LaunchDarklyApi.configure do |config|
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
api_instance = LaunchDarklyApi::DataExportDestinationsApi.new
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
project_key = 'project_key_example' # String | The project key
|
|
37
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
38
38
|
id = 'id_example' # String | The Data Export destination ID
|
|
39
39
|
|
|
40
40
|
begin
|
|
41
41
|
# Delete Data Export destination
|
|
42
|
-
api_instance.delete_destination(
|
|
42
|
+
api_instance.delete_destination(project_key, environment_key, id)
|
|
43
43
|
rescue LaunchDarklyApi::ApiError => e
|
|
44
44
|
puts "Error when calling DataExportDestinationsApi->delete_destination: #{e}"
|
|
45
45
|
end
|
|
@@ -49,12 +49,12 @@ end
|
|
|
49
49
|
|
|
50
50
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
51
51
|
|
|
52
|
-
> <Array(nil, Integer, Hash)> delete_destination_with_http_info(
|
|
52
|
+
> <Array(nil, Integer, Hash)> delete_destination_with_http_info(project_key, environment_key, id)
|
|
53
53
|
|
|
54
54
|
```ruby
|
|
55
55
|
begin
|
|
56
56
|
# Delete Data Export destination
|
|
57
|
-
data, status_code, headers = api_instance.delete_destination_with_http_info(
|
|
57
|
+
data, status_code, headers = api_instance.delete_destination_with_http_info(project_key, environment_key, id)
|
|
58
58
|
p status_code # => 2xx
|
|
59
59
|
p headers # => { ... }
|
|
60
60
|
p data # => nil
|
|
@@ -67,8 +67,8 @@ end
|
|
|
67
67
|
|
|
68
68
|
| Name | Type | Description | Notes |
|
|
69
69
|
| ---- | ---- | ----------- | ----- |
|
|
70
|
-
| **
|
|
71
|
-
| **
|
|
70
|
+
| **project_key** | **String** | The project key | |
|
|
71
|
+
| **environment_key** | **String** | The environment key | |
|
|
72
72
|
| **id** | **String** | The Data Export destination ID | |
|
|
73
73
|
|
|
74
74
|
### Return type
|
|
@@ -87,7 +87,7 @@ nil (empty response body)
|
|
|
87
87
|
|
|
88
88
|
## get_destination
|
|
89
89
|
|
|
90
|
-
> <Destination> get_destination(
|
|
90
|
+
> <Destination> get_destination(project_key, environment_key, id)
|
|
91
91
|
|
|
92
92
|
Get destination
|
|
93
93
|
|
|
@@ -107,13 +107,13 @@ LaunchDarklyApi.configure do |config|
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
api_instance = LaunchDarklyApi::DataExportDestinationsApi.new
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
project_key = 'project_key_example' # String | The project key
|
|
111
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
112
112
|
id = 'id_example' # String | The Data Export destination ID
|
|
113
113
|
|
|
114
114
|
begin
|
|
115
115
|
# Get destination
|
|
116
|
-
result = api_instance.get_destination(
|
|
116
|
+
result = api_instance.get_destination(project_key, environment_key, id)
|
|
117
117
|
p result
|
|
118
118
|
rescue LaunchDarklyApi::ApiError => e
|
|
119
119
|
puts "Error when calling DataExportDestinationsApi->get_destination: #{e}"
|
|
@@ -124,12 +124,12 @@ end
|
|
|
124
124
|
|
|
125
125
|
This returns an Array which contains the response data, status code and headers.
|
|
126
126
|
|
|
127
|
-
> <Array(<Destination>, Integer, Hash)> get_destination_with_http_info(
|
|
127
|
+
> <Array(<Destination>, Integer, Hash)> get_destination_with_http_info(project_key, environment_key, id)
|
|
128
128
|
|
|
129
129
|
```ruby
|
|
130
130
|
begin
|
|
131
131
|
# Get destination
|
|
132
|
-
data, status_code, headers = api_instance.get_destination_with_http_info(
|
|
132
|
+
data, status_code, headers = api_instance.get_destination_with_http_info(project_key, environment_key, id)
|
|
133
133
|
p status_code # => 2xx
|
|
134
134
|
p headers # => { ... }
|
|
135
135
|
p data # => <Destination>
|
|
@@ -142,8 +142,8 @@ end
|
|
|
142
142
|
|
|
143
143
|
| Name | Type | Description | Notes |
|
|
144
144
|
| ---- | ---- | ----------- | ----- |
|
|
145
|
-
| **
|
|
146
|
-
| **
|
|
145
|
+
| **project_key** | **String** | The project key | |
|
|
146
|
+
| **environment_key** | **String** | The environment key | |
|
|
147
147
|
| **id** | **String** | The Data Export destination ID | |
|
|
148
148
|
|
|
149
149
|
### Return type
|
|
@@ -230,7 +230,7 @@ This endpoint does not need any parameter.
|
|
|
230
230
|
|
|
231
231
|
## patch_destination
|
|
232
232
|
|
|
233
|
-
> <Destination> patch_destination(
|
|
233
|
+
> <Destination> patch_destination(project_key, environment_key, id, patch_operation)
|
|
234
234
|
|
|
235
235
|
Update Data Export destination
|
|
236
236
|
|
|
@@ -250,14 +250,14 @@ LaunchDarklyApi.configure do |config|
|
|
|
250
250
|
end
|
|
251
251
|
|
|
252
252
|
api_instance = LaunchDarklyApi::DataExportDestinationsApi.new
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
project_key = 'project_key_example' # String | The project key
|
|
254
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
255
255
|
id = 'id_example' # String | The Data Export destination ID
|
|
256
|
-
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/
|
|
256
|
+
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
|
|
257
257
|
|
|
258
258
|
begin
|
|
259
259
|
# Update Data Export destination
|
|
260
|
-
result = api_instance.patch_destination(
|
|
260
|
+
result = api_instance.patch_destination(project_key, environment_key, id, patch_operation)
|
|
261
261
|
p result
|
|
262
262
|
rescue LaunchDarklyApi::ApiError => e
|
|
263
263
|
puts "Error when calling DataExportDestinationsApi->patch_destination: #{e}"
|
|
@@ -268,12 +268,12 @@ end
|
|
|
268
268
|
|
|
269
269
|
This returns an Array which contains the response data, status code and headers.
|
|
270
270
|
|
|
271
|
-
> <Array(<Destination>, Integer, Hash)> patch_destination_with_http_info(
|
|
271
|
+
> <Array(<Destination>, Integer, Hash)> patch_destination_with_http_info(project_key, environment_key, id, patch_operation)
|
|
272
272
|
|
|
273
273
|
```ruby
|
|
274
274
|
begin
|
|
275
275
|
# Update Data Export destination
|
|
276
|
-
data, status_code, headers = api_instance.patch_destination_with_http_info(
|
|
276
|
+
data, status_code, headers = api_instance.patch_destination_with_http_info(project_key, environment_key, id, patch_operation)
|
|
277
277
|
p status_code # => 2xx
|
|
278
278
|
p headers # => { ... }
|
|
279
279
|
p data # => <Destination>
|
|
@@ -286,8 +286,8 @@ end
|
|
|
286
286
|
|
|
287
287
|
| Name | Type | Description | Notes |
|
|
288
288
|
| ---- | ---- | ----------- | ----- |
|
|
289
|
-
| **
|
|
290
|
-
| **
|
|
289
|
+
| **project_key** | **String** | The project key | |
|
|
290
|
+
| **environment_key** | **String** | The environment key | |
|
|
291
291
|
| **id** | **String** | The Data Export destination ID | |
|
|
292
292
|
| **patch_operation** | [**Array<PatchOperation>**](PatchOperation.md) | | |
|
|
293
293
|
|
|
@@ -307,7 +307,7 @@ end
|
|
|
307
307
|
|
|
308
308
|
## post_destination
|
|
309
309
|
|
|
310
|
-
> <Destination> post_destination(
|
|
310
|
+
> <Destination> post_destination(project_key, environment_key, destination_post)
|
|
311
311
|
|
|
312
312
|
Create data export destination
|
|
313
313
|
|
|
@@ -327,13 +327,13 @@ LaunchDarklyApi.configure do |config|
|
|
|
327
327
|
end
|
|
328
328
|
|
|
329
329
|
api_instance = LaunchDarklyApi::DataExportDestinationsApi.new
|
|
330
|
-
|
|
331
|
-
|
|
330
|
+
project_key = 'project_key_example' # String | The project key
|
|
331
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
332
332
|
destination_post = LaunchDarklyApi::DestinationPost.new # DestinationPost |
|
|
333
333
|
|
|
334
334
|
begin
|
|
335
335
|
# Create data export destination
|
|
336
|
-
result = api_instance.post_destination(
|
|
336
|
+
result = api_instance.post_destination(project_key, environment_key, destination_post)
|
|
337
337
|
p result
|
|
338
338
|
rescue LaunchDarklyApi::ApiError => e
|
|
339
339
|
puts "Error when calling DataExportDestinationsApi->post_destination: #{e}"
|
|
@@ -344,12 +344,12 @@ end
|
|
|
344
344
|
|
|
345
345
|
This returns an Array which contains the response data, status code and headers.
|
|
346
346
|
|
|
347
|
-
> <Array(<Destination>, Integer, Hash)> post_destination_with_http_info(
|
|
347
|
+
> <Array(<Destination>, Integer, Hash)> post_destination_with_http_info(project_key, environment_key, destination_post)
|
|
348
348
|
|
|
349
349
|
```ruby
|
|
350
350
|
begin
|
|
351
351
|
# Create data export destination
|
|
352
|
-
data, status_code, headers = api_instance.post_destination_with_http_info(
|
|
352
|
+
data, status_code, headers = api_instance.post_destination_with_http_info(project_key, environment_key, destination_post)
|
|
353
353
|
p status_code # => 2xx
|
|
354
354
|
p headers # => { ... }
|
|
355
355
|
p data # => <Destination>
|
|
@@ -362,8 +362,8 @@ end
|
|
|
362
362
|
|
|
363
363
|
| Name | Type | Description | Notes |
|
|
364
364
|
| ---- | ---- | ----------- | ----- |
|
|
365
|
-
| **
|
|
366
|
-
| **
|
|
365
|
+
| **project_key** | **String** | The project key | |
|
|
366
|
+
| **environment_key** | **String** | The environment key | |
|
|
367
367
|
| **destination_post** | [**DestinationPost**](DestinationPost.md) | | |
|
|
368
368
|
|
|
369
369
|
### Return type
|
data/docs/Destination.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
| **version** | **Float** | | [optional] |
|
|
12
12
|
| **config** | **Object** | | [optional] |
|
|
13
13
|
| **on** | **Boolean** | | [optional] |
|
|
14
|
-
| **_access** | [**
|
|
14
|
+
| **_access** | [**Access**](Access.md) | | [optional] |
|
|
15
15
|
|
|
16
16
|
## Example
|
|
17
17
|
|
data/docs/EnvironmentPost.md
CHANGED
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
| **key** | **String** | A project-unique key for the new environment. | |
|
|
9
9
|
| **color** | **String** | A color to indicate this environment in the UI. | |
|
|
10
10
|
| **default_ttl** | **Integer** | The default time (in minutes) that the PHP SDK can cache feature flag rules locally. | [optional] |
|
|
11
|
-
| **secure_mode** | **Boolean** |
|
|
11
|
+
| **secure_mode** | **Boolean** | Ensures that a user of the client-side SDK cannot impersonate another user. | [optional] |
|
|
12
12
|
| **default_track_events** | **Boolean** | Enables tracking detailed information for new flags by default. | [optional] |
|
|
13
|
-
| **confirm_changes** | **Boolean** |
|
|
14
|
-
| **require_comments** | **Boolean** |
|
|
13
|
+
| **confirm_changes** | **Boolean** | Requires confirmation for all flag and segment changes via the UI in this environment. | [optional] |
|
|
14
|
+
| **require_comments** | **Boolean** | Requires comments for all flag and segment changes via the UI in this environment. | [optional] |
|
|
15
15
|
| **tags** | **Array<String>** | Tags to apply to the new environment. | [optional] |
|
|
16
|
+
| **source** | [**SourceEnv**](SourceEnv.md) | | [optional] |
|
|
16
17
|
|
|
17
18
|
## Example
|
|
18
19
|
|
|
@@ -28,7 +29,8 @@ instance = LaunchDarklyApi::EnvironmentPost.new(
|
|
|
28
29
|
default_track_events: false,
|
|
29
30
|
confirm_changes: false,
|
|
30
31
|
require_comments: false,
|
|
31
|
-
tags: ["ops"]
|
|
32
|
+
tags: ["ops"],
|
|
33
|
+
source: null
|
|
32
34
|
)
|
|
33
35
|
```
|
|
34
36
|
|
data/docs/EnvironmentsApi.md
CHANGED
|
@@ -8,8 +8,8 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
8
8
|
| [**get_environment**](EnvironmentsApi.md#get_environment) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey} | Get environment |
|
|
9
9
|
| [**patch_environment**](EnvironmentsApi.md#patch_environment) | **PATCH** /api/v2/projects/{projectKey}/environments/{environmentKey} | Update environment |
|
|
10
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/{
|
|
12
|
-
| [**reset_environment_sdk_key**](EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /api/v2/projects/{projectKey}/environments/{
|
|
11
|
+
| [**reset_environment_mobile_key**](EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/mobileKey | Reset environment mobile SDK key |
|
|
12
|
+
| [**reset_environment_sdk_key**](EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/apiKey | Reset environment SDK key |
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## delete_environment
|
|
@@ -163,7 +163,7 @@ end
|
|
|
163
163
|
|
|
164
164
|
Update environment
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
Update an environment. Requires a [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes to the environment. To update fields in the environment object that are arrays, set the `path` to the name of the field and then append `/<array index>`. Using `/0` appends to the beginning of the array. ### Approval settings This request only returns the `approvalSettings` key if the [Flag Approvals](https://docs.launchdarkly.com/home/feature-workflows/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`, the request fails and an error appears. You can specify either required approvals for all flags in an environment or those with specific tags, but not both. Only customers on a Pro or Enterprise plan can require approval for flag updates by either mechanism.
|
|
167
167
|
|
|
168
168
|
### Examples
|
|
169
169
|
|
|
@@ -181,7 +181,7 @@ end
|
|
|
181
181
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
|
182
182
|
project_key = 'project_key_example' # String | The project key
|
|
183
183
|
environment_key = 'environment_key_example' # String | The environment key
|
|
184
|
-
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/
|
|
184
|
+
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
|
|
185
185
|
|
|
186
186
|
begin
|
|
187
187
|
# Update environment
|
|
@@ -307,7 +307,7 @@ end
|
|
|
307
307
|
|
|
308
308
|
## reset_environment_mobile_key
|
|
309
309
|
|
|
310
|
-
> <Environment> reset_environment_mobile_key(project_key,
|
|
310
|
+
> <Environment> reset_environment_mobile_key(project_key, environment_key)
|
|
311
311
|
|
|
312
312
|
Reset environment mobile SDK key
|
|
313
313
|
|
|
@@ -328,11 +328,11 @@ end
|
|
|
328
328
|
|
|
329
329
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
|
330
330
|
project_key = 'project_key_example' # String | The project key
|
|
331
|
-
|
|
331
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
332
332
|
|
|
333
333
|
begin
|
|
334
334
|
# Reset environment mobile SDK key
|
|
335
|
-
result = api_instance.reset_environment_mobile_key(project_key,
|
|
335
|
+
result = api_instance.reset_environment_mobile_key(project_key, environment_key)
|
|
336
336
|
p result
|
|
337
337
|
rescue LaunchDarklyApi::ApiError => e
|
|
338
338
|
puts "Error when calling EnvironmentsApi->reset_environment_mobile_key: #{e}"
|
|
@@ -343,12 +343,12 @@ end
|
|
|
343
343
|
|
|
344
344
|
This returns an Array which contains the response data, status code and headers.
|
|
345
345
|
|
|
346
|
-
> <Array(<Environment>, Integer, Hash)> reset_environment_mobile_key_with_http_info(project_key,
|
|
346
|
+
> <Array(<Environment>, Integer, Hash)> reset_environment_mobile_key_with_http_info(project_key, environment_key)
|
|
347
347
|
|
|
348
348
|
```ruby
|
|
349
349
|
begin
|
|
350
350
|
# Reset environment mobile SDK key
|
|
351
|
-
data, status_code, headers = api_instance.reset_environment_mobile_key_with_http_info(project_key,
|
|
351
|
+
data, status_code, headers = api_instance.reset_environment_mobile_key_with_http_info(project_key, environment_key)
|
|
352
352
|
p status_code # => 2xx
|
|
353
353
|
p headers # => { ... }
|
|
354
354
|
p data # => <Environment>
|
|
@@ -362,7 +362,7 @@ end
|
|
|
362
362
|
| Name | Type | Description | Notes |
|
|
363
363
|
| ---- | ---- | ----------- | ----- |
|
|
364
364
|
| **project_key** | **String** | The project key | |
|
|
365
|
-
| **
|
|
365
|
+
| **environment_key** | **String** | The environment key | |
|
|
366
366
|
|
|
367
367
|
### Return type
|
|
368
368
|
|
|
@@ -380,7 +380,7 @@ end
|
|
|
380
380
|
|
|
381
381
|
## reset_environment_sdk_key
|
|
382
382
|
|
|
383
|
-
> <Environment> reset_environment_sdk_key(project_key,
|
|
383
|
+
> <Environment> reset_environment_sdk_key(project_key, environment_key, opts)
|
|
384
384
|
|
|
385
385
|
Reset environment SDK key
|
|
386
386
|
|
|
@@ -401,14 +401,14 @@ end
|
|
|
401
401
|
|
|
402
402
|
api_instance = LaunchDarklyApi::EnvironmentsApi.new
|
|
403
403
|
project_key = 'project_key_example' # String | The project key
|
|
404
|
-
|
|
404
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
405
405
|
opts = {
|
|
406
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
407
|
}
|
|
408
408
|
|
|
409
409
|
begin
|
|
410
410
|
# Reset environment SDK key
|
|
411
|
-
result = api_instance.reset_environment_sdk_key(project_key,
|
|
411
|
+
result = api_instance.reset_environment_sdk_key(project_key, environment_key, opts)
|
|
412
412
|
p result
|
|
413
413
|
rescue LaunchDarklyApi::ApiError => e
|
|
414
414
|
puts "Error when calling EnvironmentsApi->reset_environment_sdk_key: #{e}"
|
|
@@ -419,12 +419,12 @@ end
|
|
|
419
419
|
|
|
420
420
|
This returns an Array which contains the response data, status code and headers.
|
|
421
421
|
|
|
422
|
-
> <Array(<Environment>, Integer, Hash)> reset_environment_sdk_key_with_http_info(project_key,
|
|
422
|
+
> <Array(<Environment>, Integer, Hash)> reset_environment_sdk_key_with_http_info(project_key, environment_key, opts)
|
|
423
423
|
|
|
424
424
|
```ruby
|
|
425
425
|
begin
|
|
426
426
|
# Reset environment SDK key
|
|
427
|
-
data, status_code, headers = api_instance.reset_environment_sdk_key_with_http_info(project_key,
|
|
427
|
+
data, status_code, headers = api_instance.reset_environment_sdk_key_with_http_info(project_key, environment_key, opts)
|
|
428
428
|
p status_code # => 2xx
|
|
429
429
|
p headers # => { ... }
|
|
430
430
|
p data # => <Environment>
|
|
@@ -438,7 +438,7 @@ end
|
|
|
438
438
|
| Name | Type | Description | Notes |
|
|
439
439
|
| ---- | ---- | ----------- | ----- |
|
|
440
440
|
| **project_key** | **String** | The project key | |
|
|
441
|
-
| **
|
|
441
|
+
| **environment_key** | **String** | The environment key | |
|
|
442
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] |
|
|
443
443
|
|
|
444
444
|
### Return type
|
data/docs/ExperimentsBetaApi.md
CHANGED
|
@@ -4,13 +4,13 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**get_experiment**](ExperimentsBetaApi.md#get_experiment) | **GET** /api/v2/flags/{
|
|
8
|
-
| [**reset_experiment**](ExperimentsBetaApi.md#reset_experiment) | **DELETE** /api/v2/flags/{
|
|
7
|
+
| [**get_experiment**](ExperimentsBetaApi.md#get_experiment) | **GET** /api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey} | Get experiment results |
|
|
8
|
+
| [**reset_experiment**](ExperimentsBetaApi.md#reset_experiment) | **DELETE** /api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey}/results | Reset experiment results |
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## get_experiment
|
|
12
12
|
|
|
13
|
-
> <ExperimentResultsRep> get_experiment(
|
|
13
|
+
> <ExperimentResultsRep> get_experiment(project_key, feature_flag_key, environment_key, metric_key, opts)
|
|
14
14
|
|
|
15
15
|
Get experiment results
|
|
16
16
|
|
|
@@ -30,9 +30,9 @@ LaunchDarklyApi.configure do |config|
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
api_instance = LaunchDarklyApi::ExperimentsBetaApi.new
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
project_key = 'project_key_example' # String | The project key
|
|
34
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
35
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
36
36
|
metric_key = 'metric_key_example' # String | The metric key
|
|
37
37
|
opts = {
|
|
38
38
|
from: 789, # Integer | A timestamp denoting the start of the data collection period, expressed as a Unix epoch time in milliseconds.
|
|
@@ -41,7 +41,7 @@ opts = {
|
|
|
41
41
|
|
|
42
42
|
begin
|
|
43
43
|
# Get experiment results
|
|
44
|
-
result = api_instance.get_experiment(
|
|
44
|
+
result = api_instance.get_experiment(project_key, feature_flag_key, environment_key, metric_key, opts)
|
|
45
45
|
p result
|
|
46
46
|
rescue LaunchDarklyApi::ApiError => e
|
|
47
47
|
puts "Error when calling ExperimentsBetaApi->get_experiment: #{e}"
|
|
@@ -52,12 +52,12 @@ end
|
|
|
52
52
|
|
|
53
53
|
This returns an Array which contains the response data, status code and headers.
|
|
54
54
|
|
|
55
|
-
> <Array(<ExperimentResultsRep>, Integer, Hash)> get_experiment_with_http_info(
|
|
55
|
+
> <Array(<ExperimentResultsRep>, Integer, Hash)> get_experiment_with_http_info(project_key, feature_flag_key, environment_key, metric_key, opts)
|
|
56
56
|
|
|
57
57
|
```ruby
|
|
58
58
|
begin
|
|
59
59
|
# Get experiment results
|
|
60
|
-
data, status_code, headers = api_instance.get_experiment_with_http_info(
|
|
60
|
+
data, status_code, headers = api_instance.get_experiment_with_http_info(project_key, feature_flag_key, environment_key, metric_key, opts)
|
|
61
61
|
p status_code # => 2xx
|
|
62
62
|
p headers # => { ... }
|
|
63
63
|
p data # => <ExperimentResultsRep>
|
|
@@ -70,9 +70,9 @@ end
|
|
|
70
70
|
|
|
71
71
|
| Name | Type | Description | Notes |
|
|
72
72
|
| ---- | ---- | ----------- | ----- |
|
|
73
|
-
| **
|
|
74
|
-
| **
|
|
75
|
-
| **
|
|
73
|
+
| **project_key** | **String** | The project key | |
|
|
74
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
75
|
+
| **environment_key** | **String** | The environment key | |
|
|
76
76
|
| **metric_key** | **String** | The metric key | |
|
|
77
77
|
| **from** | **Integer** | A timestamp denoting the start of the data collection period, expressed as a Unix epoch time in milliseconds. | [optional] |
|
|
78
78
|
| **to** | **Integer** | A timestamp denoting the end of the data collection period, expressed as a Unix epoch time in milliseconds. | [optional] |
|
|
@@ -93,7 +93,7 @@ end
|
|
|
93
93
|
|
|
94
94
|
## reset_experiment
|
|
95
95
|
|
|
96
|
-
> reset_experiment(
|
|
96
|
+
> reset_experiment(project_key, feature_flag_key, environment_key, metric_key)
|
|
97
97
|
|
|
98
98
|
Reset experiment results
|
|
99
99
|
|
|
@@ -113,14 +113,14 @@ LaunchDarklyApi.configure do |config|
|
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
api_instance = LaunchDarklyApi::ExperimentsBetaApi.new
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
project_key = 'project_key_example' # String | The project key
|
|
117
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
118
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
119
119
|
metric_key = 'metric_key_example' # String | The metric's key
|
|
120
120
|
|
|
121
121
|
begin
|
|
122
122
|
# Reset experiment results
|
|
123
|
-
api_instance.reset_experiment(
|
|
123
|
+
api_instance.reset_experiment(project_key, feature_flag_key, environment_key, metric_key)
|
|
124
124
|
rescue LaunchDarklyApi::ApiError => e
|
|
125
125
|
puts "Error when calling ExperimentsBetaApi->reset_experiment: #{e}"
|
|
126
126
|
end
|
|
@@ -130,12 +130,12 @@ end
|
|
|
130
130
|
|
|
131
131
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
132
132
|
|
|
133
|
-
> <Array(nil, Integer, Hash)> reset_experiment_with_http_info(
|
|
133
|
+
> <Array(nil, Integer, Hash)> reset_experiment_with_http_info(project_key, feature_flag_key, environment_key, metric_key)
|
|
134
134
|
|
|
135
135
|
```ruby
|
|
136
136
|
begin
|
|
137
137
|
# Reset experiment results
|
|
138
|
-
data, status_code, headers = api_instance.reset_experiment_with_http_info(
|
|
138
|
+
data, status_code, headers = api_instance.reset_experiment_with_http_info(project_key, feature_flag_key, environment_key, metric_key)
|
|
139
139
|
p status_code # => 2xx
|
|
140
140
|
p headers # => { ... }
|
|
141
141
|
p data # => nil
|
|
@@ -148,9 +148,9 @@ end
|
|
|
148
148
|
|
|
149
149
|
| Name | Type | Description | Notes |
|
|
150
150
|
| ---- | ---- | ----------- | ----- |
|
|
151
|
-
| **
|
|
152
|
-
| **
|
|
153
|
-
| **
|
|
151
|
+
| **project_key** | **String** | The project key | |
|
|
152
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
153
|
+
| **environment_key** | **String** | The environment key | |
|
|
154
154
|
| **metric_key** | **String** | The metric's key | |
|
|
155
155
|
|
|
156
156
|
### Return type
|
data/docs/Export.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# LaunchDarklyApi::Export
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | | |
|
|
8
|
+
| **segment_key** | **String** | | |
|
|
9
|
+
| **creation_time** | **Integer** | | |
|
|
10
|
+
| **status** | **String** | | |
|
|
11
|
+
| **size_bytes** | **Integer** | | |
|
|
12
|
+
| **size** | **String** | | |
|
|
13
|
+
| **initiator** | [**InitiatorRep**](InitiatorRep.md) | | |
|
|
14
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'launchdarkly_api'
|
|
20
|
+
|
|
21
|
+
instance = LaunchDarklyApi::Export.new(
|
|
22
|
+
id: null,
|
|
23
|
+
segment_key: null,
|
|
24
|
+
creation_time: null,
|
|
25
|
+
status: null,
|
|
26
|
+
size_bytes: null,
|
|
27
|
+
size: null,
|
|
28
|
+
initiator: null,
|
|
29
|
+
_links: null
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|
data/docs/FeatureFlag.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
| **tags** | **Array<String>** | Tags for the feature flag | |
|
|
19
19
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
|
20
20
|
| **maintainer_id** | **String** | Associated maintainerId for the feature flag | [optional] |
|
|
21
|
-
| **_maintainer** | [**
|
|
21
|
+
| **_maintainer** | [**MemberSummary**](MemberSummary.md) | | [optional] |
|
|
22
22
|
| **goal_ids** | **Array<String>** | | [optional] |
|
|
23
23
|
| **experiments** | [**ExperimentInfoRep**](ExperimentInfoRep.md) | | |
|
|
24
24
|
| **custom_properties** | [**Hash<String, CustomProperty>**](CustomProperty.md) | | |
|
data/docs/FeatureFlagBody.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| **description** | **String** | Description of the feature flag | [optional] |
|
|
10
10
|
| **include_in_snippet** | **Boolean** | Deprecated, use clientSideAvailability. Whether or not this flag should be made available to the client-side JavaScript SDK | [optional] |
|
|
11
11
|
| **client_side_availability** | [**ClientSideAvailabilityPost**](ClientSideAvailabilityPost.md) | | [optional] |
|
|
12
|
-
| **variations** | [**Array<Variation>**](Variation.md) | An array of possible variations for the flag | [optional] |
|
|
12
|
+
| **variations** | [**Array<Variation>**](Variation.md) | An array of possible variations for the flag. The variation values must be unique. | [optional] |
|
|
13
13
|
| **variation_json_schema** | **Object** | | [optional] |
|
|
14
14
|
| **temporary** | **Boolean** | Whether or not the flag is a temporary flag | [optional] |
|
|
15
15
|
| **tags** | **Array<String>** | Tags for the feature flag | [optional] |
|
data/docs/FeatureFlagConfig.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| **off_variation** | **Integer** | | [optional] |
|
|
17
17
|
| **prerequisites** | [**Array<Prerequisite>**](Prerequisite.md) | | |
|
|
18
18
|
| **_site** | [**Link**](Link.md) | | |
|
|
19
|
-
| **_access** | [**
|
|
19
|
+
| **_access** | [**Access**](Access.md) | | [optional] |
|
|
20
20
|
| **_environment_name** | **String** | | |
|
|
21
21
|
| **track_events** | **Boolean** | | |
|
|
22
22
|
| **track_events_fallthrough** | **Boolean** | | |
|
data/docs/FeatureFlags.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **items** | [**Array<FeatureFlag>**](FeatureFlag.md) | | |
|
|
8
8
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
|
9
9
|
| **total_count** | **Integer** | | [optional] |
|
|
10
|
+
| **total_count_with_differences** | **Integer** | | [optional] |
|
|
10
11
|
|
|
11
12
|
## Example
|
|
12
13
|
|
|
@@ -16,7 +17,8 @@ require 'launchdarkly_api'
|
|
|
16
17
|
instance = LaunchDarklyApi::FeatureFlags.new(
|
|
17
18
|
items: null,
|
|
18
19
|
_links: {"self":{"href":"/api/v2/flags/default","type":"application/json"}},
|
|
19
|
-
total_count: 1
|
|
20
|
+
total_count: 1,
|
|
21
|
+
total_count_with_differences: null
|
|
20
22
|
)
|
|
21
23
|
```
|
|
22
24
|
|