launchdarkly_api 8.0.0 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +38 -8
- data/docs/ActionOutputRep.md +1 -1
- data/docs/ApprovalsApi.md +1 -1
- data/docs/Conflict.md +1 -1
- data/docs/CreateFlagConfigApprovalRequestRequest.md +1 -1
- data/docs/Decimal.md +20 -0
- data/docs/EvaluationReason.md +28 -0
- data/docs/ExperimentCollectionRep.md +22 -0
- data/docs/ExperimentPatchInput.md +20 -0
- data/docs/ExperimentPost.md +26 -0
- data/docs/{ExperimentResultsRep.md → ExperimentResults.md} +2 -2
- data/docs/ExperimentsBetaApi.md +473 -13
- data/docs/FeatureFlagScheduledChange.md +1 -1
- data/docs/FeatureFlagsApi.md +1 -1
- data/docs/FlagConfigApprovalRequestResponse.md +1 -1
- data/docs/FlagInput.md +20 -0
- data/docs/FlagRep.md +22 -0
- data/docs/FlagScheduledChangesInput.md +1 -1
- data/docs/FlagTriggerInput.md +1 -1
- data/docs/IterationExpandableProperties.md +20 -0
- data/docs/IterationInput.md +26 -0
- data/docs/IterationRep.md +38 -0
- data/docs/MetricInput.md +20 -0
- data/docs/MetricRep.md +3 -43
- data/docs/NullDecimal.md +20 -0
- data/docs/ParameterRep.md +20 -0
- data/docs/PostFlagScheduledChangesInput.md +1 -1
- data/docs/ScheduledChangesApi.md +2 -2
- data/docs/SegmentsBetaApi.md +11 -5
- data/docs/StageInputRep.md +2 -0
- data/docs/StatisticRep.md +2 -0
- data/docs/TeamPatchInput.md +1 -1
- data/docs/TreatmentInput.md +24 -0
- data/docs/TreatmentParameterInput.md +20 -0
- data/docs/TreatmentRep.md +26 -0
- data/docs/TriggerPost.md +1 -1
- data/docs/TriggerWorkflowRep.md +1 -1
- data/docs/UserFlagSetting.md +3 -1
- 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 +1 -1
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/approvals_api.rb +1 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/code_references_api.rb +1 -1
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
- data/lib/launchdarkly_api/api/environments_api.rb +1 -1
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +494 -17
- data/lib/launchdarkly_api/api/feature_flags_api.rb +3 -3
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/flag_links_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/flag_triggers_api.rb +1 -1
- data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +1 -1
- data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/metrics_api.rb +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/api/segments_api.rb +1 -1
- data/lib/launchdarkly_api/api/segments_beta_api.rb +12 -1
- data/lib/launchdarkly_api/api/tags_api.rb +1 -1
- data/lib/launchdarkly_api/api/teams_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/api_client.rb +1 -1
- data/lib/launchdarkly_api/api_error.rb +1 -1
- data/lib/launchdarkly_api/configuration.rb +1 -1
- data/lib/launchdarkly_api/models/access.rb +1 -1
- data/lib/launchdarkly_api/models/access_allowed_reason.rb +1 -1
- data/lib/launchdarkly_api/models/access_allowed_rep.rb +1 -1
- data/lib/launchdarkly_api/models/access_denied.rb +1 -1
- data/lib/launchdarkly_api/models/access_denied_reason.rb +1 -1
- 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 +2 -2
- 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 +1 -1
- data/lib/launchdarkly_api/models/condition_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
- data/lib/launchdarkly_api/models/conflict.rb +4 -5
- 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 +2 -2
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- 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/decimal.rb +228 -0
- 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 +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/evaluation_reason.rb +274 -0
- 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_collection_rep.rb +240 -0
- 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_patch_input.rb +229 -0
- data/lib/launchdarkly_api/models/experiment_post.rb +279 -0
- data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_results.rb +280 -0
- 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 +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
- 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 +1 -1
- data/lib/launchdarkly_api/models/file_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +2 -2
- 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 +1 -1
- data/lib/launchdarkly_api/models/flag_input.rb +237 -0
- data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_link_member.rb +1 -1
- data/lib/launchdarkly_api/models/flag_link_post.rb +1 -1
- data/lib/launchdarkly_api/models/flag_link_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_rep.rb +243 -0
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
- 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 +2 -2
- 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 +1 -1
- data/lib/launchdarkly_api/models/initiator_rep.rb +1 -1
- data/lib/launchdarkly_api/models/integration.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +1 -1
- data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +1 -1
- data/lib/launchdarkly_api/models/integrations.rb +1 -1
- 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/iteration_expandable_properties.rb +231 -0
- data/lib/launchdarkly_api/models/iteration_input.rb +280 -0
- data/lib/launchdarkly_api/models/iteration_rep.rb +324 -0
- 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 +1 -1
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_summary.rb +1 -1
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_teams_post_input.rb +1 -1
- 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_input.rb +237 -0
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_post.rb +1 -1
- data/lib/launchdarkly_api/models/metric_rep.rb +5 -257
- data/lib/launchdarkly_api/models/metric_seen.rb +1 -1
- 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/null_decimal.rb +227 -0
- data/lib/launchdarkly_api/models/parameter_rep.rb +227 -0
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/recent_trigger_body.rb +1 -1
- 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 +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/resolved_context.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_image.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_title.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +1 -1
- data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +1 -1
- 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 +1 -1
- data/lib/launchdarkly_api/models/source_flag.rb +1 -1
- data/lib/launchdarkly_api/models/stage_input_rep.rb +11 -2
- data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/statement_post.rb +1 -1
- data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
- 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 +16 -2
- 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 +1 -1
- data/lib/launchdarkly_api/models/tag_collection.rb +1 -1
- 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.rb +1 -1
- data/lib/launchdarkly_api/models/team_custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/team_custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/team_imports_rep.rb +1 -1
- data/lib/launchdarkly_api/models/team_maintainers.rb +1 -1
- data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
- data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
- data/lib/launchdarkly_api/models/team_projects.rb +1 -1
- data/lib/launchdarkly_api/models/teams.rb +1 -1
- data/lib/launchdarkly_api/models/timestamp_rep.rb +1 -1
- data/lib/launchdarkly_api/models/title_rep.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +1 -1
- 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/treatment_input.rb +267 -0
- data/lib/launchdarkly_api/models/treatment_parameter_input.rb +237 -0
- data/lib/launchdarkly_api/models/treatment_rep.rb +266 -0
- data/lib/launchdarkly_api/models/trigger_post.rb +2 -2
- data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +2 -2
- 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 +1 -1
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_setting.rb +15 -6
- data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
- data/lib/launchdarkly_api/models/user_record.rb +1 -1
- data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
- data/lib/launchdarkly_api/models/user_segments.rb +1 -1
- data/lib/launchdarkly_api/models/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 +1 -1
- 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 +18 -2
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/account_members_api_spec.rb +1 -1
- data/spec/api/account_usage_beta_api_spec.rb +1 -1
- data/spec/api/approvals_api_spec.rb +1 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/code_references_api_spec.rb +1 -1
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/data_export_destinations_api_spec.rb +1 -1
- data/spec/api/environments_api_spec.rb +1 -1
- data/spec/api/experiments_beta_api_spec.rb +90 -4
- data/spec/api/feature_flags_api_spec.rb +2 -2
- data/spec/api/feature_flags_beta_api_spec.rb +1 -1
- data/spec/api/flag_links_beta_api_spec.rb +1 -1
- data/spec/api/flag_triggers_api_spec.rb +1 -1
- data/spec/api/integration_audit_log_subscriptions_api_spec.rb +1 -1
- data/spec/api/integration_delivery_configurations_beta_api_spec.rb +1 -1
- data/spec/api/metrics_api_spec.rb +1 -1
- 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 +1 -1
- data/spec/api/segments_api_spec.rb +1 -1
- data/spec/api/segments_beta_api_spec.rb +3 -1
- data/spec/api/tags_api_spec.rb +1 -1
- data/spec/api/teams_beta_api_spec.rb +1 -1
- data/spec/api/user_settings_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- 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 +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_allowed_reason_spec.rb +1 -1
- data/spec/models/access_allowed_rep_spec.rb +1 -1
- data/spec/models/access_denied_reason_spec.rb +1 -1
- data/spec/models/access_denied_spec.rb +1 -1
- data/spec/models/access_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/condition_output_rep_spec.rb +1 -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/decimal_spec.rb +40 -0
- 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 +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/evaluation_reason_spec.rb +64 -0
- data/spec/models/execution_output_rep_spec.rb +1 -1
- data/spec/models/experiment_allocation_rep_spec.rb +1 -1
- data/spec/models/experiment_collection_rep_spec.rb +46 -0
- 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_patch_input_spec.rb +40 -0
- data/spec/models/experiment_post_spec.rb +58 -0
- data/spec/models/experiment_rep_spec.rb +1 -1
- data/spec/models/experiment_results_spec.rb +70 -0
- 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 +1 -1
- 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 +1 -1
- data/spec/models/file_rep_spec.rb +1 -1
- 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_input_spec.rb +40 -0
- data/spec/models/flag_link_collection_rep_spec.rb +1 -1
- data/spec/models/flag_link_member_spec.rb +1 -1
- data/spec/models/flag_link_post_spec.rb +1 -1
- data/spec/models/flag_link_rep_spec.rb +1 -1
- data/spec/models/flag_listing_rep_spec.rb +1 -1
- data/spec/models/flag_rep_spec.rb +46 -0
- 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 +1 -1
- 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 +1 -1
- data/spec/models/initiator_rep_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_collection_links_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_collection_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_links_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_post_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_response_spec.rb +1 -1
- data/spec/models/integration_delivery_configuration_spec.rb +1 -1
- data/spec/models/integration_metadata_spec.rb +1 -1
- data/spec/models/integration_spec.rb +1 -1
- data/spec/models/integration_status_rep_spec.rb +1 -1
- data/spec/models/integration_status_spec.rb +1 -1
- data/spec/models/integration_subscription_status_rep_spec.rb +1 -1
- data/spec/models/integrations_spec.rb +1 -1
- data/spec/models/invalid_request_error_rep_spec.rb +1 -1
- data/spec/models/ip_list_spec.rb +1 -1
- data/spec/models/iteration_expandable_properties_spec.rb +40 -0
- data/spec/models/iteration_input_spec.rb +58 -0
- data/spec/models/iteration_rep_spec.rb +94 -0
- 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 +1 -1
- 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_spec.rb +1 -1
- data/spec/models/member_team_summary_rep_spec.rb +1 -1
- data/spec/models/member_teams_post_input_spec.rb +1 -1
- 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_input_spec.rb +40 -0
- data/spec/models/metric_listing_rep_spec.rb +1 -1
- data/spec/models/metric_post_spec.rb +1 -1
- data/spec/models/metric_rep_spec.rb +1 -129
- data/spec/models/metric_seen_spec.rb +1 -1
- 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/null_decimal_spec.rb +40 -0
- data/spec/models/parameter_rep_spec.rb +40 -0
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/spec/models/rate_limited_error_rep_spec.rb +1 -1
- data/spec/models/recent_trigger_body_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/resolved_image_spec.rb +1 -1
- data/spec/models/resolved_title_spec.rb +1 -1
- data/spec/models/resolved_ui_block_element_spec.rb +1 -1
- data/spec/models/resolved_ui_blocks_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/schedule_condition_input_rep_spec.rb +1 -1
- data/spec/models/schedule_condition_output_rep_spec.rb +1 -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 +1 -1
- data/spec/models/source_flag_spec.rb +1 -1
- data/spec/models/stage_input_rep_spec.rb +7 -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 +7 -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 +1 -1
- data/spec/models/tag_collection_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/team_custom_roles_spec.rb +1 -1
- data/spec/models/team_imports_rep_spec.rb +1 -1
- data/spec/models/team_maintainers_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/team_spec.rb +1 -1
- data/spec/models/teams_spec.rb +1 -1
- data/spec/models/timestamp_rep_spec.rb +1 -1
- 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/treatment_input_spec.rb +52 -0
- data/spec/models/treatment_parameter_input_spec.rb +40 -0
- data/spec/models/treatment_rep_spec.rb +58 -0
- data/spec/models/trigger_post_spec.rb +1 -1
- data/spec/models/trigger_workflow_collection_rep_spec.rb +1 -1
- data/spec/models/trigger_workflow_rep_spec.rb +1 -1
- 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 +7 -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 -1
- 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 +93 -18
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +0 -280
- data/spec/models/experiment_results_rep_spec.rb +0 -70
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d847a35d28e7d6871c5314be0fc41c658a90251e5cf455d379a17a94b7386c3
|
4
|
+
data.tar.gz: 4999fc457cbfdd5cc6f8cdd5bf16b056f66fadf7e55683eda48d563ee4c1c821
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 466b1fa7b426f5f5b404c1df1f133530b0ea18b76fe53ea1a409e0d4a9e7a48288e2a8826c7f9356d4bdd416a7e21c2062fecdf7ee45fa9fe7965bc01030694e
|
7
|
+
data.tar.gz: 8d8633c24642311c2b45b5e78eb9f013f237d4e1a4f6dce33f814e4b760e625a9063cf447909497973ec54a4acdcf861ed137ecbb2f7cb70c5d32c796e975071
|
data/README.md
CHANGED
@@ -61,10 +61,12 @@ In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests mus
|
|
61
61
|
|
62
62
|
### Summary and detailed representations
|
63
63
|
|
64
|
-
When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource
|
64
|
+
When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource, such as a single feature flag, you receive a _detailed representation_ of the resource.
|
65
65
|
|
66
66
|
The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation.
|
67
67
|
|
68
|
+
In most cases, the detailed representation contains all of the attributes of the resource. In a few cases, the detailed representation contains many, but not all, of the attributes of the resource. Typically this happens when an attribute of the requested resource is itself paginated. You can request that the response include a particular attribute by using the `expand` request parameter.
|
69
|
+
|
68
70
|
### Links and addressability
|
69
71
|
|
70
72
|
The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links:
|
@@ -99,6 +101,12 @@ Collections are always represented as a JSON object with an `items` attribute co
|
|
99
101
|
|
100
102
|
Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection.
|
101
103
|
|
104
|
+
### Expanding responses
|
105
|
+
|
106
|
+
Sometimes the detailed representation of a resource does not include all of the attributes of the resource by default. If this is the case, the request method will clearly document this and describe which attributes you can include in an expanded response.
|
107
|
+
|
108
|
+
To include the additional attributes, append the `expand` request parameter to your request and add a comma-separated list of the attributes to include. For example, when you append `?expand=members,roles` to the [Get team](/tag/Teams-(beta)#operation/getTeam) endpoint, the expanded response includes both of these attributes.
|
109
|
+
|
102
110
|
## Updates
|
103
111
|
|
104
112
|
Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations.
|
@@ -396,7 +404,7 @@ We mark beta resources with a \"Beta\" callout in our documentation, pictured be
|
|
396
404
|
|
397
405
|
> ### This feature is in beta
|
398
406
|
>
|
399
|
-
> To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Beta-resources).
|
407
|
+
> To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Overview/Beta-resources).
|
400
408
|
|
401
409
|
### Using beta resources
|
402
410
|
|
@@ -450,7 +458,7 @@ If you would like to upgrade your integration to use a new API version, you can
|
|
450
458
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
451
459
|
|
452
460
|
- API version: 2.0
|
453
|
-
- Package version:
|
461
|
+
- Package version: 9.0.0
|
454
462
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
455
463
|
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
|
456
464
|
|
@@ -467,16 +475,16 @@ gem build launchdarkly_api.gemspec
|
|
467
475
|
Then either install the gem locally:
|
468
476
|
|
469
477
|
```shell
|
470
|
-
gem install ./launchdarkly_api-
|
478
|
+
gem install ./launchdarkly_api-9.0.0.gem
|
471
479
|
```
|
472
480
|
|
473
|
-
(for development, run `gem install --dev ./launchdarkly_api-
|
481
|
+
(for development, run `gem install --dev ./launchdarkly_api-9.0.0.gem` to install the development dependencies)
|
474
482
|
|
475
483
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
476
484
|
|
477
485
|
Finally add this to the Gemfile:
|
478
486
|
|
479
|
-
gem 'launchdarkly_api', '~>
|
487
|
+
gem 'launchdarkly_api', '~> 9.0.0'
|
480
488
|
|
481
489
|
### Install from Git
|
482
490
|
|
@@ -584,7 +592,13 @@ Class | Method | HTTP request | Description
|
|
584
592
|
*LaunchDarklyApi::EnvironmentsApi* | [**post_environment**](docs/EnvironmentsApi.md#post_environment) | **POST** /api/v2/projects/{projectKey}/environments | Create environment
|
585
593
|
*LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_mobile_key**](docs/EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/mobileKey | Reset environment mobile SDK key
|
586
594
|
*LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_sdk_key**](docs/EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/apiKey | Reset environment SDK key
|
587
|
-
*LaunchDarklyApi::ExperimentsBetaApi* | [**
|
595
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**create_experiment**](docs/ExperimentsBetaApi.md#create_experiment) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments | Create experiment
|
596
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**create_iteration**](docs/ExperimentsBetaApi.md#create_iteration) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/iterations | Create iteration
|
597
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**get_experiment**](docs/ExperimentsBetaApi.md#get_experiment) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey} | Get experiment
|
598
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**get_experiment_results**](docs/ExperimentsBetaApi.md#get_experiment_results) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results | Get experiment results
|
599
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**get_experiments**](docs/ExperimentsBetaApi.md#get_experiments) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments | Get experiments
|
600
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**get_legacy_experiment_results**](docs/ExperimentsBetaApi.md#get_legacy_experiment_results) | **GET** /api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey} | Get legacy experiment results (deprecated)
|
601
|
+
*LaunchDarklyApi::ExperimentsBetaApi* | [**patch_experiment**](docs/ExperimentsBetaApi.md#patch_experiment) | **PATCH** /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey} | Patch experiment
|
588
602
|
*LaunchDarklyApi::ExperimentsBetaApi* | [**reset_experiment**](docs/ExperimentsBetaApi.md#reset_experiment) | **DELETE** /api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey}/results | Reset experiment results
|
589
603
|
*LaunchDarklyApi::FeatureFlagsApi* | [**copy_feature_flag**](docs/FeatureFlagsApi.md#copy_feature_flag) | **POST** /api/v2/flags/{projectKey}/{featureFlagKey}/copy | Copy feature flag
|
590
604
|
*LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](docs/FeatureFlagsApi.md#delete_feature_flag) | **DELETE** /api/v2/flags/{projectKey}/{featureFlagKey} | Delete feature flag
|
@@ -730,6 +744,7 @@ Class | Method | HTTP request | Description
|
|
730
744
|
- [LaunchDarklyApi::CustomWorkflowOutputRep](docs/CustomWorkflowOutputRep.md)
|
731
745
|
- [LaunchDarklyApi::CustomWorkflowStageMeta](docs/CustomWorkflowStageMeta.md)
|
732
746
|
- [LaunchDarklyApi::CustomWorkflowsListingOutputRep](docs/CustomWorkflowsListingOutputRep.md)
|
747
|
+
- [LaunchDarklyApi::Decimal](docs/Decimal.md)
|
733
748
|
- [LaunchDarklyApi::DefaultClientSideAvailabilityPost](docs/DefaultClientSideAvailabilityPost.md)
|
734
749
|
- [LaunchDarklyApi::Defaults](docs/Defaults.md)
|
735
750
|
- [LaunchDarklyApi::DependentFlag](docs/DependentFlag.md)
|
@@ -740,14 +755,18 @@ Class | Method | HTTP request | Description
|
|
740
755
|
- [LaunchDarklyApi::Destinations](docs/Destinations.md)
|
741
756
|
- [LaunchDarklyApi::Environment](docs/Environment.md)
|
742
757
|
- [LaunchDarklyApi::EnvironmentPost](docs/EnvironmentPost.md)
|
758
|
+
- [LaunchDarklyApi::EvaluationReason](docs/EvaluationReason.md)
|
743
759
|
- [LaunchDarklyApi::ExecutionOutputRep](docs/ExecutionOutputRep.md)
|
744
760
|
- [LaunchDarklyApi::ExperimentAllocationRep](docs/ExperimentAllocationRep.md)
|
761
|
+
- [LaunchDarklyApi::ExperimentCollectionRep](docs/ExperimentCollectionRep.md)
|
745
762
|
- [LaunchDarklyApi::ExperimentEnabledPeriodRep](docs/ExperimentEnabledPeriodRep.md)
|
746
763
|
- [LaunchDarklyApi::ExperimentEnvironmentSettingRep](docs/ExperimentEnvironmentSettingRep.md)
|
747
764
|
- [LaunchDarklyApi::ExperimentInfoRep](docs/ExperimentInfoRep.md)
|
748
765
|
- [LaunchDarklyApi::ExperimentMetadataRep](docs/ExperimentMetadataRep.md)
|
766
|
+
- [LaunchDarklyApi::ExperimentPatchInput](docs/ExperimentPatchInput.md)
|
767
|
+
- [LaunchDarklyApi::ExperimentPost](docs/ExperimentPost.md)
|
749
768
|
- [LaunchDarklyApi::ExperimentRep](docs/ExperimentRep.md)
|
750
|
-
- [LaunchDarklyApi::
|
769
|
+
- [LaunchDarklyApi::ExperimentResults](docs/ExperimentResults.md)
|
751
770
|
- [LaunchDarklyApi::ExperimentStatsRep](docs/ExperimentStatsRep.md)
|
752
771
|
- [LaunchDarklyApi::ExperimentTimeSeriesSlice](docs/ExperimentTimeSeriesSlice.md)
|
753
772
|
- [LaunchDarklyApi::ExperimentTimeSeriesVariationSlice](docs/ExperimentTimeSeriesVariationSlice.md)
|
@@ -774,11 +793,13 @@ Class | Method | HTTP request | Description
|
|
774
793
|
- [LaunchDarklyApi::FlagCopyConfigEnvironment](docs/FlagCopyConfigEnvironment.md)
|
775
794
|
- [LaunchDarklyApi::FlagCopyConfigPost](docs/FlagCopyConfigPost.md)
|
776
795
|
- [LaunchDarklyApi::FlagGlobalAttributesRep](docs/FlagGlobalAttributesRep.md)
|
796
|
+
- [LaunchDarklyApi::FlagInput](docs/FlagInput.md)
|
777
797
|
- [LaunchDarklyApi::FlagLinkCollectionRep](docs/FlagLinkCollectionRep.md)
|
778
798
|
- [LaunchDarklyApi::FlagLinkMember](docs/FlagLinkMember.md)
|
779
799
|
- [LaunchDarklyApi::FlagLinkPost](docs/FlagLinkPost.md)
|
780
800
|
- [LaunchDarklyApi::FlagLinkRep](docs/FlagLinkRep.md)
|
781
801
|
- [LaunchDarklyApi::FlagListingRep](docs/FlagListingRep.md)
|
802
|
+
- [LaunchDarklyApi::FlagRep](docs/FlagRep.md)
|
782
803
|
- [LaunchDarklyApi::FlagScheduledChangesInput](docs/FlagScheduledChangesInput.md)
|
783
804
|
- [LaunchDarklyApi::FlagStatusRep](docs/FlagStatusRep.md)
|
784
805
|
- [LaunchDarklyApi::FlagSummary](docs/FlagSummary.md)
|
@@ -801,6 +822,9 @@ Class | Method | HTTP request | Description
|
|
801
822
|
- [LaunchDarklyApi::Integrations](docs/Integrations.md)
|
802
823
|
- [LaunchDarklyApi::InvalidRequestErrorRep](docs/InvalidRequestErrorRep.md)
|
803
824
|
- [LaunchDarklyApi::IpList](docs/IpList.md)
|
825
|
+
- [LaunchDarklyApi::IterationExpandableProperties](docs/IterationExpandableProperties.md)
|
826
|
+
- [LaunchDarklyApi::IterationInput](docs/IterationInput.md)
|
827
|
+
- [LaunchDarklyApi::IterationRep](docs/IterationRep.md)
|
804
828
|
- [LaunchDarklyApi::LastSeenMetadata](docs/LastSeenMetadata.md)
|
805
829
|
- [LaunchDarklyApi::Link](docs/Link.md)
|
806
830
|
- [LaunchDarklyApi::Member](docs/Member.md)
|
@@ -813,6 +837,7 @@ Class | Method | HTTP request | Description
|
|
813
837
|
- [LaunchDarklyApi::Members](docs/Members.md)
|
814
838
|
- [LaunchDarklyApi::MethodNotAllowedErrorRep](docs/MethodNotAllowedErrorRep.md)
|
815
839
|
- [LaunchDarklyApi::MetricCollectionRep](docs/MetricCollectionRep.md)
|
840
|
+
- [LaunchDarklyApi::MetricInput](docs/MetricInput.md)
|
816
841
|
- [LaunchDarklyApi::MetricListingRep](docs/MetricListingRep.md)
|
817
842
|
- [LaunchDarklyApi::MetricPost](docs/MetricPost.md)
|
818
843
|
- [LaunchDarklyApi::MetricRep](docs/MetricRep.md)
|
@@ -822,6 +847,8 @@ Class | Method | HTTP request | Description
|
|
822
847
|
- [LaunchDarklyApi::MultiEnvironmentDependentFlags](docs/MultiEnvironmentDependentFlags.md)
|
823
848
|
- [LaunchDarklyApi::NewMemberForm](docs/NewMemberForm.md)
|
824
849
|
- [LaunchDarklyApi::NotFoundErrorRep](docs/NotFoundErrorRep.md)
|
850
|
+
- [LaunchDarklyApi::NullDecimal](docs/NullDecimal.md)
|
851
|
+
- [LaunchDarklyApi::ParameterRep](docs/ParameterRep.md)
|
825
852
|
- [LaunchDarklyApi::ParentResourceRep](docs/ParentResourceRep.md)
|
826
853
|
- [LaunchDarklyApi::PatchFailedErrorRep](docs/PatchFailedErrorRep.md)
|
827
854
|
- [LaunchDarklyApi::PatchOperation](docs/PatchOperation.md)
|
@@ -901,6 +928,9 @@ Class | Method | HTTP request | Description
|
|
901
928
|
- [LaunchDarklyApi::Token](docs/Token.md)
|
902
929
|
- [LaunchDarklyApi::TokenDataRep](docs/TokenDataRep.md)
|
903
930
|
- [LaunchDarklyApi::Tokens](docs/Tokens.md)
|
931
|
+
- [LaunchDarklyApi::TreatmentInput](docs/TreatmentInput.md)
|
932
|
+
- [LaunchDarklyApi::TreatmentParameterInput](docs/TreatmentParameterInput.md)
|
933
|
+
- [LaunchDarklyApi::TreatmentRep](docs/TreatmentRep.md)
|
904
934
|
- [LaunchDarklyApi::TriggerPost](docs/TriggerPost.md)
|
905
935
|
- [LaunchDarklyApi::TriggerWorkflowCollectionRep](docs/TriggerWorkflowCollectionRep.md)
|
906
936
|
- [LaunchDarklyApi::TriggerWorkflowRep](docs/TriggerWorkflowRep.md)
|
data/docs/ActionOutputRep.md
CHANGED
data/docs/ApprovalsApi.md
CHANGED
@@ -266,7 +266,7 @@ api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
266
266
|
project_key = 'project_key_example' # String | The project key
|
267
267
|
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
268
268
|
environment_key = 'environment_key_example' # String | The environment key
|
269
|
-
create_flag_config_approval_request_request = LaunchDarklyApi::CreateFlagConfigApprovalRequestRequest.new({description: 'description_example', instructions: [
|
269
|
+
create_flag_config_approval_request_request = LaunchDarklyApi::CreateFlagConfigApprovalRequestRequest.new({description: 'description_example', instructions: [3.56], notify_member_ids: ['notify_member_ids_example']}) # CreateFlagConfigApprovalRequestRequest |
|
270
270
|
|
271
271
|
begin
|
272
272
|
# Create approval request
|
data/docs/Conflict.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **instruction** | **
|
7
|
+
| **instruction** | **Object** | | [optional] |
|
8
8
|
| **reason** | **String** | Reason why the conflict exists | [optional] |
|
9
9
|
|
10
10
|
## Example
|
@@ -6,7 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **comment** | **String** | A comment describing the approval request | [optional] |
|
8
8
|
| **description** | **String** | A human-friendly name for the approval request | |
|
9
|
-
| **instructions** | **Array<
|
9
|
+
| **instructions** | **Array<Object>** | | |
|
10
10
|
| **notify_member_ids** | **Array<String>** | An array of member IDs. These members are notified to review the approval request | |
|
11
11
|
| **execution_date** | **Integer** | | [optional] |
|
12
12
|
| **operating_on_id** | **String** | ID of scheduled change to edit or delete | [optional] |
|
data/docs/Decimal.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::Decimal
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **value** | **Object** | | [optional] |
|
8
|
+
| **exp** | **Integer** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::Decimal.new(
|
16
|
+
value: null,
|
17
|
+
exp: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# LaunchDarklyApi::EvaluationReason
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **kind** | **String** | Describes the general reason that LaunchDarkly selected this variation. | |
|
8
|
+
| **rule_index** | **Integer** | The positional index of the matching rule if the kind is 'RULE_MATCH'. The index is 0-based. | [optional] |
|
9
|
+
| **rule_id** | **String** | The unique identifier of the matching rule if the kind is 'RULE_MATCH'. | [optional] |
|
10
|
+
| **prerequisite_key** | **String** | The key of the flag that failed if the kind is 'PREREQUISITE_FAILED'. | [optional] |
|
11
|
+
| **in_experiment** | **Boolean** | Indicates whether the user was evaluated as part of an experiment. | [optional] |
|
12
|
+
| **error_kind** | **String** | The specific error type if the kind is 'ERROR'. | [optional] |
|
13
|
+
|
14
|
+
## Example
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'launchdarkly_api'
|
18
|
+
|
19
|
+
instance = LaunchDarklyApi::EvaluationReason.new(
|
20
|
+
kind: OFF,
|
21
|
+
rule_index: 3,
|
22
|
+
rule_id: 1234567890,
|
23
|
+
prerequisite_key: someotherflagkey,
|
24
|
+
in_experiment: true,
|
25
|
+
error_kind: USER_NOT_SPECIFIED
|
26
|
+
)
|
27
|
+
```
|
28
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# LaunchDarklyApi::ExperimentCollectionRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **items** | [**Array<ExperimentRep>**](ExperimentRep.md) | | [optional] |
|
8
|
+
| **total_count** | **Integer** | | [optional] |
|
9
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'launchdarkly_api'
|
15
|
+
|
16
|
+
instance = LaunchDarklyApi::ExperimentCollectionRep.new(
|
17
|
+
items: null,
|
18
|
+
total_count: null,
|
19
|
+
_links: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::ExperimentPatchInput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **comment** | **String** | | [optional] |
|
8
|
+
| **instructions** | **Array<Object>** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::ExperimentPatchInput.new(
|
16
|
+
comment: null,
|
17
|
+
instructions: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# LaunchDarklyApi::ExperimentPost
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | | |
|
8
|
+
| **description** | **String** | | |
|
9
|
+
| **maintainer_id** | **String** | | |
|
10
|
+
| **key** | **String** | | |
|
11
|
+
| **iteration** | [**IterationInput**](IterationInput.md) | | |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::ExperimentPost.new(
|
19
|
+
name: null,
|
20
|
+
description: null,
|
21
|
+
maintainer_id: null,
|
22
|
+
key: null,
|
23
|
+
iteration: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# LaunchDarklyApi::
|
1
|
+
# LaunchDarklyApi::ExperimentResults
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
```ruby
|
18
18
|
require 'launchdarkly_api'
|
19
19
|
|
20
|
-
instance = LaunchDarklyApi::
|
20
|
+
instance = LaunchDarklyApi::ExperimentResults.new(
|
21
21
|
_links: null,
|
22
22
|
metadata: null,
|
23
23
|
totals: null,
|