launchdarkly_api 6.0.1 → 7.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 +50 -22
- data/docs/AccessDeniedReasonRep.md +4 -4
- data/docs/AccessTokensApi.md +1 -1
- data/docs/AccountMembersApi.md +12 -12
- data/docs/ActionInputRep.md +18 -0
- data/docs/ActionOutputRep.md +20 -0
- data/docs/ApprovalConditionInputRep.md +20 -0
- data/docs/ApprovalConditionOutputRep.md +26 -0
- data/docs/ApprovalSettings.md +1 -1
- data/docs/ApprovalsApi.md +3 -3
- data/docs/BranchCollectionRep.md +1 -1
- data/docs/BranchRep.md +9 -9
- data/docs/CodeReferencesApi.md +28 -27
- data/docs/ConditionBaseOutputRep.md +22 -0
- data/docs/ConditionInputRep.md +26 -0
- data/docs/ConditionOutputRep.md +34 -0
- data/docs/ConflictOutputRep.md +20 -0
- data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +1 -1
- data/docs/CustomRole.md +10 -8
- data/docs/CustomRolePost.md +3 -1
- data/docs/CustomRolePostData.md +3 -1
- data/docs/CustomRolesApi.md +11 -11
- data/docs/CustomWorkflowInputRep.md +24 -0
- data/docs/CustomWorkflowOutputRep.md +38 -0
- data/docs/CustomWorkflowsListingOutputRep.md +18 -0
- data/docs/DataExportDestinationsApi.md +1 -1
- data/docs/DerivedAttribute.md +20 -0
- data/docs/Environment.md +4 -0
- data/docs/EnvironmentsApi.md +2 -2
- data/docs/ExecutionOutputRep.md +18 -0
- data/docs/ExperimentResultsRep.md +3 -1
- data/docs/ExperimentsBetaApi.md +1 -1
- data/docs/Extinction.md +8 -8
- data/docs/ExtinctionCollectionRep.md +1 -1
- data/docs/FeatureFlagBody.md +1 -1
- data/docs/FeatureFlagsApi.md +1 -1
- data/docs/FlagConfigApprovalRequestResponse.md +2 -2
- data/docs/ForbiddenErrorRep.md +20 -0
- data/docs/HunkRep.md +10 -10
- data/docs/InvalidRequestErrorRep.md +20 -0
- data/docs/Member.md +3 -1
- data/docs/MethodNotAllowedErrorRep.md +20 -0
- data/docs/MetricSeen.md +20 -0
- data/docs/MetricsApi.md +1 -1
- data/docs/NotFoundErrorRep.md +20 -0
- data/docs/OtherApi.md +4 -4
- data/docs/PatchFailedErrorRep.md +20 -0
- data/docs/ProjectPost.md +1 -1
- data/docs/ProjectsApi.md +2 -2
- data/docs/PutBranch.md +26 -0
- data/docs/RateLimitedErrorRep.md +20 -0
- data/docs/ReferenceRep.md +5 -5
- data/docs/RelayProxyConfigurationsApi.md +2 -2
- data/docs/RepositoryCollectionRep.md +1 -1
- data/docs/RepositoryPost.md +8 -8
- data/docs/RepositoryRep.md +17 -17
- data/docs/ReviewOutputRep.md +26 -0
- data/docs/ScheduleConditionInputRep.md +20 -0
- data/docs/ScheduleConditionOutputRep.md +18 -0
- data/docs/ScheduledChangesApi.md +1 -1
- data/docs/SegmentsApi.md +3 -3
- data/docs/StageInputRep.md +22 -0
- data/docs/StageOutputRep.md +26 -0
- data/docs/Statement.md +4 -4
- data/docs/StatementPost.md +2 -2
- data/docs/StatementPostData.md +2 -2
- data/docs/StatementRep.md +3 -3
- data/docs/StatusConflictErrorRep.md +20 -0
- data/docs/TeamPostInput.md +6 -6
- data/docs/TeamsBetaApi.md +37 -28
- data/docs/UnauthorizedErrorRep.md +20 -0
- data/docs/User.md +26 -14
- data/docs/UserRecord.md +5 -1
- data/docs/UserRecordRep.md +26 -0
- data/docs/UserSegment.md +3 -1
- data/docs/UserSettingsApi.md +1 -1
- data/docs/Users.md +1 -1
- data/docs/UsersApi.md +11 -7
- data/docs/WebhooksApi.md +1 -1
- data/docs/WorkflowsBetaApi.md +316 -0
- data/git_push.sh +3 -3
- data/launchdarkly_api.gemspec +3 -3
- data/lib/launchdarkly_api/api/access_tokens_api.rb +12 -4
- data/lib/launchdarkly_api/api/account_members_api.rb +29 -21
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/approvals_api.rb +21 -7
- data/lib/launchdarkly_api/api/audit_log_api.rb +2 -2
- data/lib/launchdarkly_api/api/code_references_api.rb +58 -33
- data/lib/launchdarkly_api/api/custom_roles_api.rb +24 -16
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +12 -4
- data/lib/launchdarkly_api/api/environments_api.rb +14 -6
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +4 -2
- data/lib/launchdarkly_api/api/feature_flags_api.rb +20 -6
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/metrics_api.rb +12 -4
- data/lib/launchdarkly_api/api/other_api.rb +5 -5
- data/lib/launchdarkly_api/api/projects_api.rb +14 -6
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +12 -4
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +12 -4
- data/lib/launchdarkly_api/api/segments_api.rb +22 -6
- data/lib/launchdarkly_api/api/teams_beta_api.rb +39 -22
- data/lib/launchdarkly_api/api/user_settings_api.rb +12 -4
- data/lib/launchdarkly_api/api/users_api.rb +15 -7
- data/lib/launchdarkly_api/api/users_beta_api.rb +2 -2
- data/lib/launchdarkly_api/api/webhooks_api.rb +12 -4
- data/lib/launchdarkly_api/api/workflows_beta_api.rb +345 -0
- data/lib/launchdarkly_api/api_client.rb +5 -5
- data/lib/launchdarkly_api/api_error.rb +2 -2
- data/lib/launchdarkly_api/configuration.rb +4 -3
- data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +8 -4
- data/lib/launchdarkly_api/models/access_denied_rep.rb +2 -2
- data/lib/launchdarkly_api/models/access_rep.rb +2 -2
- data/lib/launchdarkly_api/models/access_token_post.rb +2 -2
- data/lib/launchdarkly_api/models/action_input_rep.rb +219 -0
- data/lib/launchdarkly_api/models/action_output_rep.rb +239 -0
- data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +229 -0
- data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +278 -0
- data/lib/launchdarkly_api/models/approval_settings.rb +3 -3
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +2 -2
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +2 -2
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/big_segment_target.rb +2 -2
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/branch_rep.rb +26 -2
- data/lib/launchdarkly_api/models/clause.rb +2 -2
- data/lib/launchdarkly_api/models/client_side_availability.rb +2 -2
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +2 -2
- data/lib/launchdarkly_api/models/condition_base_output_rep.rb +246 -0
- data/lib/launchdarkly_api/models/condition_input_rep.rb +256 -0
- data/lib/launchdarkly_api/models/condition_output_rep.rb +324 -0
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +2 -2
- data/lib/launchdarkly_api/models/conflict.rb +2 -2
- data/lib/launchdarkly_api/models/conflict_output_rep.rb +237 -0
- data/lib/launchdarkly_api/models/copied_from_env.rb +2 -2
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +7 -2
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
- data/lib/launchdarkly_api/models/custom_property.rb +2 -2
- data/lib/launchdarkly_api/models/custom_role.rb +47 -38
- data/lib/launchdarkly_api/models/custom_role_post.rb +15 -6
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +15 -6
- data/lib/launchdarkly_api/models/custom_roles.rb +2 -2
- data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +2 -2
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +2 -2
- data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +225 -0
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +2 -2
- data/lib/launchdarkly_api/models/defaults.rb +2 -2
- data/lib/launchdarkly_api/models/dependent_flag.rb +2 -2
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +2 -2
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +2 -2
- data/lib/launchdarkly_api/models/derived_attribute.rb +228 -0
- data/lib/launchdarkly_api/models/destination.rb +2 -2
- data/lib/launchdarkly_api/models/destination_post.rb +2 -2
- data/lib/launchdarkly_api/models/destinations.rb +2 -2
- data/lib/launchdarkly_api/models/environment.rb +31 -3
- data/lib/launchdarkly_api/models/environment_post.rb +2 -2
- data/lib/launchdarkly_api/models/execution_output_rep.rb +223 -0
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +15 -6
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +2 -2
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +2 -2
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +2 -2
- data/lib/launchdarkly_api/models/extinction.rb +22 -13
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +4 -3
- data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_body.rb +3 -3
- data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_status.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flags.rb +2 -2
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +9 -9
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +2 -2
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +2 -2
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +2 -2
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
- data/lib/launchdarkly_api/models/flag_status_rep.rb +2 -2
- data/lib/launchdarkly_api/models/flag_summary.rb +2 -2
- data/lib/launchdarkly_api/models/forbidden_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/hunk_rep.rb +12 -2
- data/lib/launchdarkly_api/models/integration_metadata.rb +2 -2
- data/lib/launchdarkly_api/models/integration_status.rb +2 -2
- data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/ip_list.rb +2 -2
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +2 -2
- data/lib/launchdarkly_api/models/link.rb +2 -2
- data/lib/launchdarkly_api/models/member.rb +20 -6
- data/lib/launchdarkly_api/models/member_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +2 -2
- data/lib/launchdarkly_api/models/member_summary_rep.rb +2 -2
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +2 -2
- data/lib/launchdarkly_api/models/members.rb +2 -2
- data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/metric_post.rb +2 -2
- data/lib/launchdarkly_api/models/metric_rep.rb +2 -2
- data/lib/launchdarkly_api/models/metric_seen.rb +227 -0
- data/lib/launchdarkly_api/models/modification.rb +2 -2
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +2 -2
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +2 -2
- data/lib/launchdarkly_api/models/new_member_form.rb +2 -2
- data/lib/launchdarkly_api/models/not_found_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +2 -2
- data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/patch_operation.rb +2 -2
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +2 -2
- data/lib/launchdarkly_api/models/patch_segment_request.rb +2 -2
- data/lib/launchdarkly_api/models/patch_with_comment.rb +2 -2
- data/lib/launchdarkly_api/models/permission_grant_input.rb +2 -2
- data/lib/launchdarkly_api/models/permission_grant_rep.rb +2 -2
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +2 -2
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +2 -2
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
- data/lib/launchdarkly_api/models/prerequisite.rb +2 -2
- data/lib/launchdarkly_api/models/project.rb +2 -2
- data/lib/launchdarkly_api/models/project_listing_rep.rb +2 -2
- data/lib/launchdarkly_api/models/project_post.rb +3 -3
- data/lib/launchdarkly_api/models/projects.rb +2 -2
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +2 -2
- data/lib/launchdarkly_api/models/put_branch.rb +275 -0
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/reference_rep.rb +14 -2
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +2 -2
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +2 -2
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +3 -2
- data/lib/launchdarkly_api/models/repository_post.rb +4 -2
- data/lib/launchdarkly_api/models/repository_rep.rb +45 -2
- data/lib/launchdarkly_api/models/resource_access.rb +2 -2
- data/lib/launchdarkly_api/models/resource_id_response.rb +2 -2
- data/lib/launchdarkly_api/models/review_output_rep.rb +264 -0
- data/lib/launchdarkly_api/models/review_response.rb +2 -2
- data/lib/launchdarkly_api/models/rollout.rb +2 -2
- data/lib/launchdarkly_api/models/rule.rb +2 -2
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +227 -0
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +218 -0
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +2 -2
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +2 -2
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +2 -2
- data/lib/launchdarkly_api/models/segment_body.rb +2 -2
- data/lib/launchdarkly_api/models/segment_metadata.rb +2 -2
- data/lib/launchdarkly_api/models/segment_user_list.rb +2 -2
- data/lib/launchdarkly_api/models/segment_user_state.rb +2 -2
- data/lib/launchdarkly_api/models/series_list_rep.rb +2 -2
- data/lib/launchdarkly_api/models/source_flag.rb +2 -2
- data/lib/launchdarkly_api/models/stage_input_rep.rb +238 -0
- data/lib/launchdarkly_api/models/stage_output_rep.rb +276 -0
- data/lib/launchdarkly_api/models/statement.rb +8 -4
- data/lib/launchdarkly_api/models/statement_post.rb +12 -2
- data/lib/launchdarkly_api/models/statement_post_data.rb +12 -2
- data/lib/launchdarkly_api/models/statement_rep.rb +9 -4
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/statistic_rep.rb +2 -2
- data/lib/launchdarkly_api/models/statistics_root.rb +2 -2
- data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/subject_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/target.rb +2 -2
- data/lib/launchdarkly_api/models/target_resource_rep.rb +2 -2
- data/lib/launchdarkly_api/models/team_collection_rep.rb +2 -2
- data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
- data/lib/launchdarkly_api/models/team_post_input.rb +18 -2
- data/lib/launchdarkly_api/models/team_rep.rb +2 -2
- data/lib/launchdarkly_api/models/title_rep.rb +2 -2
- data/lib/launchdarkly_api/models/token.rb +2 -2
- data/lib/launchdarkly_api/models/token_data_rep.rb +2 -2
- data/lib/launchdarkly_api/models/tokens.rb +2 -2
- data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +227 -0
- data/lib/launchdarkly_api/models/url_post.rb +2 -2
- data/lib/launchdarkly_api/models/user.rb +104 -47
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +2 -2
- data/lib/launchdarkly_api/models/user_flag_setting.rb +2 -2
- data/lib/launchdarkly_api/models/user_flag_settings.rb +2 -2
- data/lib/launchdarkly_api/models/user_record.rb +27 -7
- data/lib/launchdarkly_api/models/user_record_rep.rb +255 -0
- data/lib/launchdarkly_api/models/user_segment.rb +15 -6
- data/lib/launchdarkly_api/models/user_segment_rule.rb +2 -2
- data/lib/launchdarkly_api/models/user_segments.rb +2 -2
- data/lib/launchdarkly_api/models/users.rb +3 -3
- data/lib/launchdarkly_api/models/value_put.rb +2 -2
- data/lib/launchdarkly_api/models/variation.rb +2 -2
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +2 -2
- data/lib/launchdarkly_api/models/variation_summary.rb +2 -2
- data/lib/launchdarkly_api/models/versions_rep.rb +2 -2
- data/lib/launchdarkly_api/models/webhook.rb +2 -2
- data/lib/launchdarkly_api/models/webhook_post.rb +2 -2
- data/lib/launchdarkly_api/models/webhooks.rb +2 -2
- data/lib/launchdarkly_api/models/weighted_variation.rb +2 -2
- data/lib/launchdarkly_api/version.rb +3 -3
- data/lib/launchdarkly_api.rb +32 -7
- data/spec/api/access_tokens_api_spec.rb +2 -2
- data/spec/api/account_members_api_spec.rb +7 -7
- data/spec/api/account_usage_beta_api_spec.rb +2 -2
- data/spec/api/approvals_api_spec.rb +2 -2
- data/spec/api/audit_log_api_spec.rb +2 -2
- data/spec/api/code_references_api_spec.rb +6 -6
- data/spec/api/custom_roles_api_spec.rb +4 -4
- data/spec/api/data_export_destinations_api_spec.rb +2 -2
- data/spec/api/environments_api_spec.rb +3 -3
- data/spec/api/experiments_beta_api_spec.rb +2 -2
- data/spec/api/feature_flags_api_spec.rb +2 -2
- data/spec/api/feature_flags_beta_api_spec.rb +2 -2
- data/spec/api/metrics_api_spec.rb +2 -2
- data/spec/api/other_api_spec.rb +3 -3
- data/spec/api/projects_api_spec.rb +3 -3
- data/spec/api/relay_proxy_configurations_api_spec.rb +2 -2
- data/spec/api/scheduled_changes_api_spec.rb +2 -2
- data/spec/api/segments_api_spec.rb +2 -2
- data/spec/api/teams_beta_api_spec.rb +14 -11
- data/spec/api/user_settings_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +6 -4
- data/spec/api/users_beta_api_spec.rb +2 -2
- data/spec/api/webhooks_api_spec.rb +2 -2
- data/spec/api/workflows_beta_api_spec.rb +94 -0
- data/spec/api_client_spec.rb +4 -4
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/access_denied_reason_rep_spec.rb +2 -2
- data/spec/models/access_denied_rep_spec.rb +2 -2
- data/spec/models/access_rep_spec.rb +2 -2
- data/spec/models/access_token_post_spec.rb +2 -2
- data/spec/models/action_input_rep_spec.rb +34 -0
- data/spec/models/action_output_rep_spec.rb +40 -0
- data/spec/models/approval_condition_input_rep_spec.rb +40 -0
- data/spec/models/approval_condition_output_rep_spec.rb +58 -0
- data/spec/models/approval_settings_spec.rb +2 -2
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +2 -2
- data/spec/models/audit_log_entry_listing_rep_spec.rb +2 -2
- data/spec/models/audit_log_entry_rep_spec.rb +2 -2
- data/spec/models/authorized_app_data_rep_spec.rb +2 -2
- data/spec/models/big_segment_target_spec.rb +2 -2
- data/spec/models/branch_collection_rep_spec.rb +2 -2
- data/spec/models/branch_rep_spec.rb +2 -2
- data/spec/models/clause_spec.rb +2 -2
- data/spec/models/client_side_availability_post_spec.rb +2 -2
- data/spec/models/client_side_availability_spec.rb +2 -2
- data/spec/models/condition_base_output_rep_spec.rb +46 -0
- data/spec/models/condition_input_rep_spec.rb +58 -0
- data/spec/models/condition_output_rep_spec.rb +82 -0
- data/spec/models/confidence_interval_rep_spec.rb +2 -2
- data/spec/models/conflict_output_rep_spec.rb +40 -0
- data/spec/models/conflict_spec.rb +2 -2
- data/spec/models/copied_from_env_spec.rb +2 -2
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +2 -2
- data/spec/models/create_flag_config_approval_request_request_spec.rb +2 -2
- data/spec/models/custom_property_spec.rb +2 -2
- data/spec/models/custom_role_post_data_spec.rb +8 -2
- data/spec/models/custom_role_post_spec.rb +8 -2
- data/spec/models/custom_role_spec.rb +13 -7
- data/spec/models/custom_roles_spec.rb +2 -2
- data/spec/models/custom_workflow_input_rep_spec.rb +52 -0
- data/spec/models/custom_workflow_meta_spec.rb +2 -2
- data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
- data/spec/models/custom_workflow_stage_meta_spec.rb +2 -2
- data/spec/models/custom_workflows_listing_output_rep_spec.rb +34 -0
- data/spec/models/default_client_side_availability_post_spec.rb +2 -2
- data/spec/models/defaults_spec.rb +2 -2
- data/spec/models/dependent_flag_environment_spec.rb +2 -2
- data/spec/models/dependent_flag_spec.rb +2 -2
- data/spec/models/dependent_flags_by_environment_spec.rb +2 -2
- data/spec/models/derived_attribute_spec.rb +40 -0
- data/spec/models/destination_post_spec.rb +2 -2
- data/spec/models/destination_spec.rb +2 -2
- data/spec/models/destinations_spec.rb +2 -2
- data/spec/models/environment_post_spec.rb +2 -2
- data/spec/models/environment_spec.rb +14 -2
- data/spec/models/execution_output_rep_spec.rb +34 -0
- data/spec/models/experiment_allocation_rep_spec.rb +2 -2
- data/spec/models/experiment_enabled_period_rep_spec.rb +2 -2
- data/spec/models/experiment_environment_setting_rep_spec.rb +2 -2
- data/spec/models/experiment_info_rep_spec.rb +2 -2
- data/spec/models/experiment_metadata_rep_spec.rb +2 -2
- data/spec/models/experiment_rep_spec.rb +2 -2
- data/spec/models/experiment_results_rep_spec.rb +8 -2
- data/spec/models/experiment_stats_rep_spec.rb +2 -2
- data/spec/models/experiment_time_series_slice_spec.rb +2 -2
- data/spec/models/experiment_time_series_variation_slice_spec.rb +2 -2
- data/spec/models/experiment_totals_rep_spec.rb +2 -2
- data/spec/models/expiring_user_target_error_spec.rb +2 -2
- data/spec/models/expiring_user_target_get_response_spec.rb +2 -2
- data/spec/models/expiring_user_target_item_spec.rb +2 -2
- data/spec/models/expiring_user_target_patch_response_spec.rb +2 -2
- data/spec/models/extinction_collection_rep_spec.rb +2 -2
- data/spec/models/extinction_spec.rb +3 -3
- data/spec/models/feature_flag_body_spec.rb +2 -2
- data/spec/models/feature_flag_config_spec.rb +2 -2
- data/spec/models/feature_flag_scheduled_change_spec.rb +2 -2
- data/spec/models/feature_flag_scheduled_changes_spec.rb +2 -2
- data/spec/models/feature_flag_spec.rb +2 -2
- data/spec/models/feature_flag_status_across_environments_spec.rb +2 -2
- data/spec/models/feature_flag_status_spec.rb +2 -2
- data/spec/models/feature_flag_statuses_spec.rb +2 -2
- data/spec/models/feature_flags_spec.rb +2 -2
- data/spec/models/flag_config_approval_request_response_spec.rb +3 -3
- data/spec/models/flag_config_approval_requests_response_spec.rb +2 -2
- data/spec/models/flag_copy_config_environment_spec.rb +2 -2
- data/spec/models/flag_copy_config_post_spec.rb +2 -2
- data/spec/models/flag_global_attributes_rep_spec.rb +2 -2
- data/spec/models/flag_listing_rep_spec.rb +2 -2
- data/spec/models/flag_scheduled_changes_input_spec.rb +2 -2
- data/spec/models/flag_status_rep_spec.rb +2 -2
- data/spec/models/flag_summary_spec.rb +2 -2
- data/spec/models/forbidden_error_rep_spec.rb +40 -0
- data/spec/models/hunk_rep_spec.rb +2 -2
- data/spec/models/integration_metadata_spec.rb +2 -2
- data/spec/models/integration_status_spec.rb +2 -2
- data/spec/models/invalid_request_error_rep_spec.rb +40 -0
- data/spec/models/ip_list_spec.rb +2 -2
- data/spec/models/last_seen_metadata_spec.rb +2 -2
- data/spec/models/link_spec.rb +2 -2
- data/spec/models/member_data_rep_spec.rb +2 -2
- data/spec/models/member_permission_grant_summary_rep_spec.rb +2 -2
- data/spec/models/member_spec.rb +8 -2
- data/spec/models/member_summary_rep_spec.rb +2 -2
- data/spec/models/member_team_summary_rep_spec.rb +2 -2
- data/spec/models/members_spec.rb +2 -2
- data/spec/models/method_not_allowed_error_rep_spec.rb +40 -0
- data/spec/models/metric_collection_rep_spec.rb +2 -2
- data/spec/models/metric_listing_rep_spec.rb +2 -2
- data/spec/models/metric_post_spec.rb +2 -2
- data/spec/models/metric_rep_spec.rb +2 -2
- data/spec/models/metric_seen_spec.rb +40 -0
- data/spec/models/modification_spec.rb +2 -2
- data/spec/models/multi_environment_dependent_flag_spec.rb +2 -2
- data/spec/models/multi_environment_dependent_flags_spec.rb +2 -2
- data/spec/models/new_member_form_spec.rb +2 -2
- data/spec/models/not_found_error_rep_spec.rb +40 -0
- data/spec/models/parent_resource_rep_spec.rb +2 -2
- data/spec/models/patch_failed_error_rep_spec.rb +40 -0
- data/spec/models/patch_operation_spec.rb +2 -2
- data/spec/models/patch_segment_instruction_spec.rb +2 -2
- data/spec/models/patch_segment_request_spec.rb +2 -2
- data/spec/models/patch_with_comment_spec.rb +2 -2
- data/spec/models/permission_grant_input_spec.rb +2 -2
- data/spec/models/permission_grant_rep_spec.rb +2 -2
- data/spec/models/post_approval_request_apply_request_spec.rb +2 -2
- data/spec/models/post_approval_request_review_request_spec.rb +2 -2
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +2 -2
- data/spec/models/prerequisite_spec.rb +2 -2
- data/spec/models/project_listing_rep_spec.rb +2 -2
- data/spec/models/project_post_spec.rb +2 -2
- data/spec/models/project_spec.rb +2 -2
- data/spec/models/projects_spec.rb +2 -2
- data/spec/models/pub_nub_detail_rep_spec.rb +2 -2
- data/spec/models/put_branch_spec.rb +58 -0
- data/spec/models/rate_limited_error_rep_spec.rb +40 -0
- data/spec/models/reference_rep_spec.rb +2 -2
- data/spec/models/relay_auto_config_collection_rep_spec.rb +2 -2
- data/spec/models/relay_auto_config_post_spec.rb +2 -2
- data/spec/models/relay_auto_config_rep_spec.rb +2 -2
- data/spec/models/repository_collection_rep_spec.rb +2 -2
- data/spec/models/repository_post_spec.rb +2 -2
- data/spec/models/repository_rep_spec.rb +6 -2
- data/spec/models/resource_access_spec.rb +2 -2
- data/spec/models/resource_id_response_spec.rb +2 -2
- data/spec/models/review_output_rep_spec.rb +58 -0
- data/spec/models/review_response_spec.rb +2 -2
- data/spec/models/rollout_spec.rb +2 -2
- data/spec/models/rule_spec.rb +2 -2
- data/spec/models/schedule_condition_input_rep_spec.rb +40 -0
- data/spec/models/schedule_condition_output_rep_spec.rb +34 -0
- data/spec/models/sdk_list_rep_spec.rb +2 -2
- data/spec/models/sdk_version_list_rep_spec.rb +2 -2
- data/spec/models/sdk_version_rep_spec.rb +2 -2
- data/spec/models/segment_body_spec.rb +2 -2
- data/spec/models/segment_metadata_spec.rb +2 -2
- data/spec/models/segment_user_list_spec.rb +2 -2
- data/spec/models/segment_user_state_spec.rb +2 -2
- data/spec/models/series_list_rep_spec.rb +2 -2
- data/spec/models/source_flag_spec.rb +2 -2
- data/spec/models/stage_input_rep_spec.rb +46 -0
- data/spec/models/stage_output_rep_spec.rb +58 -0
- data/spec/models/statement_post_data_spec.rb +2 -2
- data/spec/models/statement_post_spec.rb +2 -2
- data/spec/models/statement_rep_spec.rb +2 -2
- data/spec/models/statement_spec.rb +2 -2
- data/spec/models/statistic_collection_rep_spec.rb +2 -2
- data/spec/models/statistic_rep_spec.rb +2 -2
- data/spec/models/statistics_root_spec.rb +2 -2
- data/spec/models/status_conflict_error_rep_spec.rb +40 -0
- data/spec/models/subject_data_rep_spec.rb +2 -2
- data/spec/models/target_resource_rep_spec.rb +2 -2
- data/spec/models/target_spec.rb +2 -2
- data/spec/models/team_collection_rep_spec.rb +2 -2
- data/spec/models/team_patch_input_spec.rb +2 -2
- data/spec/models/team_post_input_spec.rb +2 -2
- data/spec/models/team_rep_spec.rb +2 -2
- data/spec/models/title_rep_spec.rb +2 -2
- data/spec/models/token_data_rep_spec.rb +2 -2
- data/spec/models/token_spec.rb +2 -2
- data/spec/models/tokens_spec.rb +2 -2
- data/spec/models/unauthorized_error_rep_spec.rb +40 -0
- data/spec/models/url_post_spec.rb +2 -2
- data/spec/models/user_attribute_names_rep_spec.rb +2 -2
- data/spec/models/user_flag_setting_spec.rb +2 -2
- data/spec/models/user_flag_settings_spec.rb +2 -2
- data/spec/models/user_record_rep_spec.rb +58 -0
- data/spec/models/user_record_spec.rb +14 -2
- data/spec/models/user_segment_rule_spec.rb +2 -2
- data/spec/models/user_segment_spec.rb +8 -2
- data/spec/models/user_segments_spec.rb +2 -2
- data/spec/models/user_spec.rb +45 -9
- data/spec/models/users_spec.rb +2 -2
- data/spec/models/value_put_spec.rb +2 -2
- data/spec/models/variation_or_rollout_rep_spec.rb +2 -2
- data/spec/models/variation_spec.rb +2 -2
- data/spec/models/variation_summary_spec.rb +2 -2
- data/spec/models/versions_rep_spec.rb +2 -2
- data/spec/models/webhook_post_spec.rb +2 -2
- data/spec/models/webhook_spec.rb +2 -2
- data/spec/models/webhooks_spec.rb +2 -2
- data/spec/models/weighted_variation_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- metadata +146 -46
- data/docs/ExtinctionRep.md +0 -26
- data/docs/InlineObject.md +0 -26
- data/docs/InlineObject1.md +0 -28
- data/docs/InlineResponse200.md +0 -20
- data/docs/Variate.md +0 -24
- data/lib/launchdarkly_api/models/extinction_rep.rb +0 -279
- data/lib/launchdarkly_api/models/inline_object.rb +0 -274
- data/lib/launchdarkly_api/models/inline_object1.rb +0 -276
- data/lib/launchdarkly_api/models/inline_response200.rb +0 -227
- data/lib/launchdarkly_api/models/variate.rb +0 -246
- data/spec/models/extinction_rep_spec.rb +0 -58
- data/spec/models/inline_object1_spec.rb +0 -64
- data/spec/models/inline_object_spec.rb +0 -58
- data/spec/models/inline_response200_spec.rb +0 -40
- data/spec/models/variate_spec.rb +0 -52
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5fa18c753f96439219f4acb093faa22cf901bd17b80274a0fe7ca79e829a7c7
|
4
|
+
data.tar.gz: 50fa53606668e891cfdd098e8885b10021c56f411990b18bf258bd23657b323a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb1bdb01197f78c6d3f209ea4f66a3a6bb34d017fede894a3d35b5de09d7e1a53bab143768d79f277340628f71a54f3d04618b343eddfd7942d7ab7afd6cd9ab
|
7
|
+
data.tar.gz: 84168897cb889a04f00d230568c2107f052b3c0c1fd02ecc3e86809e2632e4f8d37b89f15e7dbf4464868988817e5142b0cedba104932c0b4dde67267ca6503e
|
data/README.md
CHANGED
@@ -101,11 +101,11 @@ Paginated collections include `first`, `last`, `next`, and `prev` links containi
|
|
101
101
|
|
102
102
|
## Updates
|
103
103
|
|
104
|
-
Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](
|
104
|
+
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.
|
105
105
|
|
106
106
|
### Updates via JSON Patch
|
107
107
|
|
108
|
-
[JSON Patch](
|
108
|
+
[JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation:
|
109
109
|
|
110
110
|
```json
|
111
111
|
{
|
@@ -137,7 +137,7 @@ Attributes that aren't editable, like a resource's `_links`, have names that sta
|
|
137
137
|
|
138
138
|
### Updates via JSON Merge Patch
|
139
139
|
|
140
|
-
The API also supports the [JSON Merge Patch](https://
|
140
|
+
The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource.
|
141
141
|
|
142
142
|
JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document:
|
143
143
|
|
@@ -442,7 +442,7 @@ If you would like to upgrade your integration to use a new API version, you can
|
|
442
442
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
443
443
|
|
444
444
|
- API version: 2.0
|
445
|
-
- Package version:
|
445
|
+
- Package version: 7.0.0
|
446
446
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
447
447
|
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
|
448
448
|
|
@@ -459,16 +459,16 @@ gem build launchdarkly_api.gemspec
|
|
459
459
|
Then either install the gem locally:
|
460
460
|
|
461
461
|
```shell
|
462
|
-
gem install ./launchdarkly_api-
|
462
|
+
gem install ./launchdarkly_api-7.0.0.gem
|
463
463
|
```
|
464
464
|
|
465
|
-
(for development, run `gem install --dev ./launchdarkly_api-
|
465
|
+
(for development, run `gem install --dev ./launchdarkly_api-7.0.0.gem` to install the development dependencies)
|
466
466
|
|
467
467
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
468
468
|
|
469
469
|
Finally add this to the Gemfile:
|
470
470
|
|
471
|
-
gem 'launchdarkly_api', '~>
|
471
|
+
gem 'launchdarkly_api', '~> 7.0.0'
|
472
472
|
|
473
473
|
### Install from Git
|
474
474
|
|
@@ -543,7 +543,7 @@ Class | Method | HTTP request | Description
|
|
543
543
|
*LaunchDarklyApi::ApprovalsApi* | [**post_approval_request**](docs/ApprovalsApi.md#post_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Create approval request
|
544
544
|
*LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_apply_request**](docs/ApprovalsApi.md#post_approval_request_apply_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/apply | Apply approval request
|
545
545
|
*LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_review**](docs/ApprovalsApi.md#post_approval_request_review) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews | Review approval request
|
546
|
-
*LaunchDarklyApi::ApprovalsApi* | [**post_flag_copy_config_approval_request**](docs/ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/
|
546
|
+
*LaunchDarklyApi::ApprovalsApi* | [**post_flag_copy_config_approval_request**](docs/ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests-flag-copy | Create approval request to copy flag configurations across environments
|
547
547
|
*LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entries**](docs/AuditLogApi.md#get_audit_log_entries) | **GET** /api/v2/auditlog | List audit log feature flag entries
|
548
548
|
*LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entry**](docs/AuditLogApi.md#get_audit_log_entry) | **GET** /api/v2/auditlog/{id} | Get audit log entry
|
549
549
|
*LaunchDarklyApi::CodeReferencesApi* | [**delete_branches**](docs/CodeReferencesApi.md#delete_branches) | **POST** /api/v2/code-refs/repositories/{repo}/branch-delete-tasks | Delete branches
|
@@ -556,7 +556,7 @@ Class | Method | HTTP request | Description
|
|
556
556
|
*LaunchDarklyApi::CodeReferencesApi* | [**get_root_statistic**](docs/CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get links to code reference repositories for each project
|
557
557
|
*LaunchDarklyApi::CodeReferencesApi* | [**get_statistics**](docs/CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags
|
558
558
|
*LaunchDarklyApi::CodeReferencesApi* | [**patch_repository**](docs/CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository
|
559
|
-
*LaunchDarklyApi::CodeReferencesApi* | [**post_extinction**](docs/CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Create extinction
|
559
|
+
*LaunchDarklyApi::CodeReferencesApi* | [**post_extinction**](docs/CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events | Create extinction
|
560
560
|
*LaunchDarklyApi::CodeReferencesApi* | [**post_repository**](docs/CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository
|
561
561
|
*LaunchDarklyApi::CodeReferencesApi* | [**put_branch**](docs/CodeReferencesApi.md#put_branch) | **PUT** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Upsert branch
|
562
562
|
*LaunchDarklyApi::CustomRolesApi* | [**delete_custom_role**](docs/CustomRolesApi.md#delete_custom_role) | **DELETE** /api/v2/roles/{key} | Delete custom role
|
@@ -624,10 +624,10 @@ Class | Method | HTTP request | Description
|
|
624
624
|
*LaunchDarklyApi::SegmentsApi* | [**patch_segment**](docs/SegmentsApi.md#patch_segment) | **PATCH** /api/v2/segments/{projKey}/{envKey}/{key} | Patch segment
|
625
625
|
*LaunchDarklyApi::SegmentsApi* | [**post_segment**](docs/SegmentsApi.md#post_segment) | **POST** /api/v2/segments/{projKey}/{envKey} | Create segment
|
626
626
|
*LaunchDarklyApi::SegmentsApi* | [**update_big_segment_targets**](docs/SegmentsApi.md#update_big_segment_targets) | **POST** /api/v2/segments/{projKey}/{envKey}/{key}/users | Update targets on a Big Segment
|
627
|
-
*LaunchDarklyApi::TeamsBetaApi* | [**delete_team**](docs/TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{key} | Delete team
|
628
|
-
*LaunchDarklyApi::TeamsBetaApi* | [**get_team**](docs/TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{key} | Get team
|
629
|
-
*LaunchDarklyApi::TeamsBetaApi* | [**get_teams**](docs/TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams |
|
630
|
-
*LaunchDarklyApi::TeamsBetaApi* | [**patch_team**](docs/TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{key} |
|
627
|
+
*LaunchDarklyApi::TeamsBetaApi* | [**delete_team**](docs/TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{key} | Delete team
|
628
|
+
*LaunchDarklyApi::TeamsBetaApi* | [**get_team**](docs/TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{key} | Get team
|
629
|
+
*LaunchDarklyApi::TeamsBetaApi* | [**get_teams**](docs/TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams | List teams
|
630
|
+
*LaunchDarklyApi::TeamsBetaApi* | [**patch_team**](docs/TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{key} | Update team
|
631
631
|
*LaunchDarklyApi::TeamsBetaApi* | [**post_team**](docs/TeamsBetaApi.md#post_team) | **POST** /api/v2/teams | Create team
|
632
632
|
*LaunchDarklyApi::UserSettingsApi* | [**get_expiring_flags_for_user**](docs/UserSettingsApi.md#get_expiring_flags_for_user) | **GET** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Get expiring dates on flags for user
|
633
633
|
*LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Get flag setting for user
|
@@ -644,6 +644,10 @@ Class | Method | HTTP request | Description
|
|
644
644
|
*LaunchDarklyApi::WebhooksApi* | [**get_webhook**](docs/WebhooksApi.md#get_webhook) | **GET** /api/v2/webhooks/{id} | Get webhook
|
645
645
|
*LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](docs/WebhooksApi.md#patch_webhook) | **PATCH** /api/v2/webhooks/{id} | Update webhook
|
646
646
|
*LaunchDarklyApi::WebhooksApi* | [**post_webhook**](docs/WebhooksApi.md#post_webhook) | **POST** /api/v2/webhooks | Creates a webhook
|
647
|
+
*LaunchDarklyApi::WorkflowsBetaApi* | [**delete_workflow**](docs/WorkflowsBetaApi.md#delete_workflow) | **DELETE** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows/{workflowId} | Delete workflow
|
648
|
+
*LaunchDarklyApi::WorkflowsBetaApi* | [**get_custom_workflow**](docs/WorkflowsBetaApi.md#get_custom_workflow) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows/{workflowId} | Get custom workflow
|
649
|
+
*LaunchDarklyApi::WorkflowsBetaApi* | [**get_workflows**](docs/WorkflowsBetaApi.md#get_workflows) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows | Get workflows
|
650
|
+
*LaunchDarklyApi::WorkflowsBetaApi* | [**post_workflow**](docs/WorkflowsBetaApi.md#post_workflow) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/workflows | Create workflow
|
647
651
|
|
648
652
|
|
649
653
|
## Documentation for Models
|
@@ -652,6 +656,10 @@ Class | Method | HTTP request | Description
|
|
652
656
|
- [LaunchDarklyApi::AccessDeniedRep](docs/AccessDeniedRep.md)
|
653
657
|
- [LaunchDarklyApi::AccessRep](docs/AccessRep.md)
|
654
658
|
- [LaunchDarklyApi::AccessTokenPost](docs/AccessTokenPost.md)
|
659
|
+
- [LaunchDarklyApi::ActionInputRep](docs/ActionInputRep.md)
|
660
|
+
- [LaunchDarklyApi::ActionOutputRep](docs/ActionOutputRep.md)
|
661
|
+
- [LaunchDarklyApi::ApprovalConditionInputRep](docs/ApprovalConditionInputRep.md)
|
662
|
+
- [LaunchDarklyApi::ApprovalConditionOutputRep](docs/ApprovalConditionOutputRep.md)
|
655
663
|
- [LaunchDarklyApi::ApprovalSettings](docs/ApprovalSettings.md)
|
656
664
|
- [LaunchDarklyApi::AuditLogEntryListingRep](docs/AuditLogEntryListingRep.md)
|
657
665
|
- [LaunchDarklyApi::AuditLogEntryListingRepCollection](docs/AuditLogEntryListingRepCollection.md)
|
@@ -663,8 +671,12 @@ Class | Method | HTTP request | Description
|
|
663
671
|
- [LaunchDarklyApi::Clause](docs/Clause.md)
|
664
672
|
- [LaunchDarklyApi::ClientSideAvailability](docs/ClientSideAvailability.md)
|
665
673
|
- [LaunchDarklyApi::ClientSideAvailabilityPost](docs/ClientSideAvailabilityPost.md)
|
674
|
+
- [LaunchDarklyApi::ConditionBaseOutputRep](docs/ConditionBaseOutputRep.md)
|
675
|
+
- [LaunchDarklyApi::ConditionInputRep](docs/ConditionInputRep.md)
|
676
|
+
- [LaunchDarklyApi::ConditionOutputRep](docs/ConditionOutputRep.md)
|
666
677
|
- [LaunchDarklyApi::ConfidenceIntervalRep](docs/ConfidenceIntervalRep.md)
|
667
678
|
- [LaunchDarklyApi::Conflict](docs/Conflict.md)
|
679
|
+
- [LaunchDarklyApi::ConflictOutputRep](docs/ConflictOutputRep.md)
|
668
680
|
- [LaunchDarklyApi::CopiedFromEnv](docs/CopiedFromEnv.md)
|
669
681
|
- [LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest](docs/CreateCopyFlagConfigApprovalRequestRequest.md)
|
670
682
|
- [LaunchDarklyApi::CreateFlagConfigApprovalRequestRequest](docs/CreateFlagConfigApprovalRequestRequest.md)
|
@@ -673,18 +685,23 @@ Class | Method | HTTP request | Description
|
|
673
685
|
- [LaunchDarklyApi::CustomRolePost](docs/CustomRolePost.md)
|
674
686
|
- [LaunchDarklyApi::CustomRolePostData](docs/CustomRolePostData.md)
|
675
687
|
- [LaunchDarklyApi::CustomRoles](docs/CustomRoles.md)
|
688
|
+
- [LaunchDarklyApi::CustomWorkflowInputRep](docs/CustomWorkflowInputRep.md)
|
676
689
|
- [LaunchDarklyApi::CustomWorkflowMeta](docs/CustomWorkflowMeta.md)
|
690
|
+
- [LaunchDarklyApi::CustomWorkflowOutputRep](docs/CustomWorkflowOutputRep.md)
|
677
691
|
- [LaunchDarklyApi::CustomWorkflowStageMeta](docs/CustomWorkflowStageMeta.md)
|
692
|
+
- [LaunchDarklyApi::CustomWorkflowsListingOutputRep](docs/CustomWorkflowsListingOutputRep.md)
|
678
693
|
- [LaunchDarklyApi::DefaultClientSideAvailabilityPost](docs/DefaultClientSideAvailabilityPost.md)
|
679
694
|
- [LaunchDarklyApi::Defaults](docs/Defaults.md)
|
680
695
|
- [LaunchDarklyApi::DependentFlag](docs/DependentFlag.md)
|
681
696
|
- [LaunchDarklyApi::DependentFlagEnvironment](docs/DependentFlagEnvironment.md)
|
682
697
|
- [LaunchDarklyApi::DependentFlagsByEnvironment](docs/DependentFlagsByEnvironment.md)
|
698
|
+
- [LaunchDarklyApi::DerivedAttribute](docs/DerivedAttribute.md)
|
683
699
|
- [LaunchDarklyApi::Destination](docs/Destination.md)
|
684
700
|
- [LaunchDarklyApi::DestinationPost](docs/DestinationPost.md)
|
685
701
|
- [LaunchDarklyApi::Destinations](docs/Destinations.md)
|
686
702
|
- [LaunchDarklyApi::Environment](docs/Environment.md)
|
687
703
|
- [LaunchDarklyApi::EnvironmentPost](docs/EnvironmentPost.md)
|
704
|
+
- [LaunchDarklyApi::ExecutionOutputRep](docs/ExecutionOutputRep.md)
|
688
705
|
- [LaunchDarklyApi::ExperimentAllocationRep](docs/ExperimentAllocationRep.md)
|
689
706
|
- [LaunchDarklyApi::ExperimentEnabledPeriodRep](docs/ExperimentEnabledPeriodRep.md)
|
690
707
|
- [LaunchDarklyApi::ExperimentEnvironmentSettingRep](docs/ExperimentEnvironmentSettingRep.md)
|
@@ -702,7 +719,6 @@ Class | Method | HTTP request | Description
|
|
702
719
|
- [LaunchDarklyApi::ExpiringUserTargetPatchResponse](docs/ExpiringUserTargetPatchResponse.md)
|
703
720
|
- [LaunchDarklyApi::Extinction](docs/Extinction.md)
|
704
721
|
- [LaunchDarklyApi::ExtinctionCollectionRep](docs/ExtinctionCollectionRep.md)
|
705
|
-
- [LaunchDarklyApi::ExtinctionRep](docs/ExtinctionRep.md)
|
706
722
|
- [LaunchDarklyApi::FeatureFlag](docs/FeatureFlag.md)
|
707
723
|
- [LaunchDarklyApi::FeatureFlagBody](docs/FeatureFlagBody.md)
|
708
724
|
- [LaunchDarklyApi::FeatureFlagConfig](docs/FeatureFlagConfig.md)
|
@@ -721,12 +737,11 @@ Class | Method | HTTP request | Description
|
|
721
737
|
- [LaunchDarklyApi::FlagScheduledChangesInput](docs/FlagScheduledChangesInput.md)
|
722
738
|
- [LaunchDarklyApi::FlagStatusRep](docs/FlagStatusRep.md)
|
723
739
|
- [LaunchDarklyApi::FlagSummary](docs/FlagSummary.md)
|
740
|
+
- [LaunchDarklyApi::ForbiddenErrorRep](docs/ForbiddenErrorRep.md)
|
724
741
|
- [LaunchDarklyApi::HunkRep](docs/HunkRep.md)
|
725
|
-
- [LaunchDarklyApi::InlineObject](docs/InlineObject.md)
|
726
|
-
- [LaunchDarklyApi::InlineObject1](docs/InlineObject1.md)
|
727
|
-
- [LaunchDarklyApi::InlineResponse200](docs/InlineResponse200.md)
|
728
742
|
- [LaunchDarklyApi::IntegrationMetadata](docs/IntegrationMetadata.md)
|
729
743
|
- [LaunchDarklyApi::IntegrationStatus](docs/IntegrationStatus.md)
|
744
|
+
- [LaunchDarklyApi::InvalidRequestErrorRep](docs/InvalidRequestErrorRep.md)
|
730
745
|
- [LaunchDarklyApi::IpList](docs/IpList.md)
|
731
746
|
- [LaunchDarklyApi::LastSeenMetadata](docs/LastSeenMetadata.md)
|
732
747
|
- [LaunchDarklyApi::Link](docs/Link.md)
|
@@ -736,15 +751,19 @@ Class | Method | HTTP request | Description
|
|
736
751
|
- [LaunchDarklyApi::MemberSummaryRep](docs/MemberSummaryRep.md)
|
737
752
|
- [LaunchDarklyApi::MemberTeamSummaryRep](docs/MemberTeamSummaryRep.md)
|
738
753
|
- [LaunchDarklyApi::Members](docs/Members.md)
|
754
|
+
- [LaunchDarklyApi::MethodNotAllowedErrorRep](docs/MethodNotAllowedErrorRep.md)
|
739
755
|
- [LaunchDarklyApi::MetricCollectionRep](docs/MetricCollectionRep.md)
|
740
756
|
- [LaunchDarklyApi::MetricListingRep](docs/MetricListingRep.md)
|
741
757
|
- [LaunchDarklyApi::MetricPost](docs/MetricPost.md)
|
742
758
|
- [LaunchDarklyApi::MetricRep](docs/MetricRep.md)
|
759
|
+
- [LaunchDarklyApi::MetricSeen](docs/MetricSeen.md)
|
743
760
|
- [LaunchDarklyApi::Modification](docs/Modification.md)
|
744
761
|
- [LaunchDarklyApi::MultiEnvironmentDependentFlag](docs/MultiEnvironmentDependentFlag.md)
|
745
762
|
- [LaunchDarklyApi::MultiEnvironmentDependentFlags](docs/MultiEnvironmentDependentFlags.md)
|
746
763
|
- [LaunchDarklyApi::NewMemberForm](docs/NewMemberForm.md)
|
764
|
+
- [LaunchDarklyApi::NotFoundErrorRep](docs/NotFoundErrorRep.md)
|
747
765
|
- [LaunchDarklyApi::ParentResourceRep](docs/ParentResourceRep.md)
|
766
|
+
- [LaunchDarklyApi::PatchFailedErrorRep](docs/PatchFailedErrorRep.md)
|
748
767
|
- [LaunchDarklyApi::PatchOperation](docs/PatchOperation.md)
|
749
768
|
- [LaunchDarklyApi::PatchSegmentInstruction](docs/PatchSegmentInstruction.md)
|
750
769
|
- [LaunchDarklyApi::PatchSegmentRequest](docs/PatchSegmentRequest.md)
|
@@ -760,6 +779,8 @@ Class | Method | HTTP request | Description
|
|
760
779
|
- [LaunchDarklyApi::ProjectPost](docs/ProjectPost.md)
|
761
780
|
- [LaunchDarklyApi::Projects](docs/Projects.md)
|
762
781
|
- [LaunchDarklyApi::PubNubDetailRep](docs/PubNubDetailRep.md)
|
782
|
+
- [LaunchDarklyApi::PutBranch](docs/PutBranch.md)
|
783
|
+
- [LaunchDarklyApi::RateLimitedErrorRep](docs/RateLimitedErrorRep.md)
|
763
784
|
- [LaunchDarklyApi::ReferenceRep](docs/ReferenceRep.md)
|
764
785
|
- [LaunchDarklyApi::RelayAutoConfigCollectionRep](docs/RelayAutoConfigCollectionRep.md)
|
765
786
|
- [LaunchDarklyApi::RelayAutoConfigPost](docs/RelayAutoConfigPost.md)
|
@@ -769,9 +790,12 @@ Class | Method | HTTP request | Description
|
|
769
790
|
- [LaunchDarklyApi::RepositoryRep](docs/RepositoryRep.md)
|
770
791
|
- [LaunchDarklyApi::ResourceAccess](docs/ResourceAccess.md)
|
771
792
|
- [LaunchDarklyApi::ResourceIDResponse](docs/ResourceIDResponse.md)
|
793
|
+
- [LaunchDarklyApi::ReviewOutputRep](docs/ReviewOutputRep.md)
|
772
794
|
- [LaunchDarklyApi::ReviewResponse](docs/ReviewResponse.md)
|
773
795
|
- [LaunchDarklyApi::Rollout](docs/Rollout.md)
|
774
796
|
- [LaunchDarklyApi::Rule](docs/Rule.md)
|
797
|
+
- [LaunchDarklyApi::ScheduleConditionInputRep](docs/ScheduleConditionInputRep.md)
|
798
|
+
- [LaunchDarklyApi::ScheduleConditionOutputRep](docs/ScheduleConditionOutputRep.md)
|
775
799
|
- [LaunchDarklyApi::SdkListRep](docs/SdkListRep.md)
|
776
800
|
- [LaunchDarklyApi::SdkVersionListRep](docs/SdkVersionListRep.md)
|
777
801
|
- [LaunchDarklyApi::SdkVersionRep](docs/SdkVersionRep.md)
|
@@ -781,6 +805,8 @@ Class | Method | HTTP request | Description
|
|
781
805
|
- [LaunchDarklyApi::SegmentUserState](docs/SegmentUserState.md)
|
782
806
|
- [LaunchDarklyApi::SeriesListRep](docs/SeriesListRep.md)
|
783
807
|
- [LaunchDarklyApi::SourceFlag](docs/SourceFlag.md)
|
808
|
+
- [LaunchDarklyApi::StageInputRep](docs/StageInputRep.md)
|
809
|
+
- [LaunchDarklyApi::StageOutputRep](docs/StageOutputRep.md)
|
784
810
|
- [LaunchDarklyApi::Statement](docs/Statement.md)
|
785
811
|
- [LaunchDarklyApi::StatementPost](docs/StatementPost.md)
|
786
812
|
- [LaunchDarklyApi::StatementPostData](docs/StatementPostData.md)
|
@@ -788,6 +814,7 @@ Class | Method | HTTP request | Description
|
|
788
814
|
- [LaunchDarklyApi::StatisticCollectionRep](docs/StatisticCollectionRep.md)
|
789
815
|
- [LaunchDarklyApi::StatisticRep](docs/StatisticRep.md)
|
790
816
|
- [LaunchDarklyApi::StatisticsRoot](docs/StatisticsRoot.md)
|
817
|
+
- [LaunchDarklyApi::StatusConflictErrorRep](docs/StatusConflictErrorRep.md)
|
791
818
|
- [LaunchDarklyApi::SubjectDataRep](docs/SubjectDataRep.md)
|
792
819
|
- [LaunchDarklyApi::Target](docs/Target.md)
|
793
820
|
- [LaunchDarklyApi::TargetResourceRep](docs/TargetResourceRep.md)
|
@@ -799,18 +826,19 @@ Class | Method | HTTP request | Description
|
|
799
826
|
- [LaunchDarklyApi::Token](docs/Token.md)
|
800
827
|
- [LaunchDarklyApi::TokenDataRep](docs/TokenDataRep.md)
|
801
828
|
- [LaunchDarklyApi::Tokens](docs/Tokens.md)
|
829
|
+
- [LaunchDarklyApi::UnauthorizedErrorRep](docs/UnauthorizedErrorRep.md)
|
802
830
|
- [LaunchDarklyApi::UrlPost](docs/UrlPost.md)
|
803
831
|
- [LaunchDarklyApi::User](docs/User.md)
|
804
832
|
- [LaunchDarklyApi::UserAttributeNamesRep](docs/UserAttributeNamesRep.md)
|
805
833
|
- [LaunchDarklyApi::UserFlagSetting](docs/UserFlagSetting.md)
|
806
834
|
- [LaunchDarklyApi::UserFlagSettings](docs/UserFlagSettings.md)
|
807
835
|
- [LaunchDarklyApi::UserRecord](docs/UserRecord.md)
|
836
|
+
- [LaunchDarklyApi::UserRecordRep](docs/UserRecordRep.md)
|
808
837
|
- [LaunchDarklyApi::UserSegment](docs/UserSegment.md)
|
809
838
|
- [LaunchDarklyApi::UserSegmentRule](docs/UserSegmentRule.md)
|
810
839
|
- [LaunchDarklyApi::UserSegments](docs/UserSegments.md)
|
811
840
|
- [LaunchDarklyApi::Users](docs/Users.md)
|
812
841
|
- [LaunchDarklyApi::ValuePut](docs/ValuePut.md)
|
813
|
-
- [LaunchDarklyApi::Variate](docs/Variate.md)
|
814
842
|
- [LaunchDarklyApi::Variation](docs/Variation.md)
|
815
843
|
- [LaunchDarklyApi::VariationOrRolloutRep](docs/VariationOrRolloutRep.md)
|
816
844
|
- [LaunchDarklyApi::VariationSummary](docs/VariationSummary.md)
|
@@ -836,7 +864,7 @@ Class | Method | HTTP request | Description
|
|
836
864
|
```ruby
|
837
865
|
# Load the gem
|
838
866
|
require 'launchdarkly_api'
|
839
|
-
require 'launchdarkly_api/models/
|
867
|
+
require 'launchdarkly_api/models/variation'
|
840
868
|
|
841
869
|
# Setup authorization
|
842
870
|
LaunchDarklyApi.configure do |config|
|
@@ -854,9 +882,9 @@ body = LaunchDarklyApi::FeatureFlagBody.new(
|
|
854
882
|
name: "test-ruby",
|
855
883
|
key: flag_key,
|
856
884
|
variations: [
|
857
|
-
LaunchDarklyApi::
|
858
|
-
LaunchDarklyApi::
|
859
|
-
LaunchDarklyApi::
|
885
|
+
LaunchDarklyApi::Variation.new({value: [1,2]}),
|
886
|
+
LaunchDarklyApi::Variation.new({value: [3,4]}),
|
887
|
+
LaunchDarklyApi::Variation.new({value: [5]}),
|
860
888
|
])
|
861
889
|
|
862
890
|
begin
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **resources** | **Array<
|
8
|
-
| **not_resources** | **Array<
|
9
|
-
| **actions** | **Array<String>** |
|
10
|
-
| **not_actions** | **Array<String>** |
|
7
|
+
| **resources** | **Array<String>** | Resource specifier strings | [optional] |
|
8
|
+
| **not_resources** | **Array<String>** | Targeted resources are the resources NOT in this list. The \"resources\" field must be empty to use this field. | [optional] |
|
9
|
+
| **actions** | **Array<String>** | Actions to perform on a resource | [optional] |
|
10
|
+
| **not_actions** | **Array<String>** | Targeted actions are the actions NOT in this list. The \"actions\" field must be empty to use this field. | [optional] |
|
11
11
|
| **effect** | **String** | | |
|
12
12
|
| **role_name** | **String** | | [optional] |
|
13
13
|
|
data/docs/AccessTokensApi.md
CHANGED
data/docs/AccountMembersApi.md
CHANGED
@@ -17,7 +17,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
17
17
|
|
18
18
|
Delete account member
|
19
19
|
|
20
|
-
Delete a single account member by ID
|
20
|
+
Delete a single account member by ID. Requests to delete account members will not work if SCIM is enabled for the account.
|
21
21
|
|
22
22
|
### Examples
|
23
23
|
|
@@ -78,7 +78,7 @@ nil (empty response body)
|
|
78
78
|
### HTTP request headers
|
79
79
|
|
80
80
|
- **Content-Type**: Not defined
|
81
|
-
- **Accept**:
|
81
|
+
- **Accept**: application/json
|
82
82
|
|
83
83
|
|
84
84
|
## get_member
|
@@ -177,7 +177,7 @@ api_instance = LaunchDarklyApi::AccountMembersApi.new
|
|
177
177
|
opts = {
|
178
178
|
limit: 789, # Integer | The number of members to return in the response. Defaults to 20.
|
179
179
|
offset: 789, # Integer | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items.
|
180
|
-
filter: 'filter_example', # String | A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained
|
180
|
+
filter: 'filter_example', # String | A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained above.
|
181
181
|
sort: 'sort_example' # String | A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order.
|
182
182
|
}
|
183
183
|
|
@@ -214,7 +214,7 @@ end
|
|
214
214
|
| ---- | ---- | ----------- | ----- |
|
215
215
|
| **limit** | **Integer** | The number of members to return in the response. Defaults to 20. | [optional] |
|
216
216
|
| **offset** | **Integer** | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items. | [optional] |
|
217
|
-
| **filter** | **String** | A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained
|
217
|
+
| **filter** | **String** | A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained above. | [optional] |
|
218
218
|
| **sort** | **String** | A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. | [optional] |
|
219
219
|
|
220
220
|
### Return type
|
@@ -237,7 +237,7 @@ end
|
|
237
237
|
|
238
238
|
Modify an account member
|
239
239
|
|
240
|
-
Update a single account member. The request should be a valid JSON Patch document describing the changes to be made to the member.
|
240
|
+
Update a single account member. The request should be a valid JSON Patch document describing the changes to be made to the member. Requests to update account members will not work if SCIM is enabled for the account.
|
241
241
|
|
242
242
|
### Examples
|
243
243
|
|
@@ -306,11 +306,11 @@ end
|
|
306
306
|
|
307
307
|
## post_members
|
308
308
|
|
309
|
-
> <Members> post_members(
|
309
|
+
> <Members> post_members(new_member_form)
|
310
310
|
|
311
311
|
Invite new members
|
312
312
|
|
313
|
-
> ### Full use of this API resource is only available to accounts with paid subscriptions > > The ability to bulk invite members is a paid feature. Single members may be invited if not on a paid plan. Invite one or more new members to join an account. Each member is sent an invitation. Members with \"admin\" or \"owner\" roles may create new members, as well as anyone with a \"createMember\" permission for \"member/\\*\". If a member cannot be invited, the entire request is rejected and no members are invited from that request. Each member _must_ have an `email` field and either a `role` or a `customRoles` field. If any of the fields are not populated correctly, the request is rejected with the reason specified in the \"message\" field of the response. _No more than 50 members may be created per request._ A request may also fail because of conflicts with existing members. These conflicts are reported using the additional `code` and `invalid_emails` response fields with the following possible values for `code`: - **email_already_exists_in_account**: A member with this email address already exists in this account. - **email_taken_in_different_account**: A member with this email address exists in another account. - **duplicate_email**s: This request contains two or more members with the same email address. A request that fails for one of the above reasons returns an HTTP response code of 400 (Bad Request).
|
313
|
+
> ### Full use of this API resource is only available to accounts with paid subscriptions > > The ability to bulk invite members is a paid feature. Single members may be invited if not on a paid plan. Invite one or more new members to join an account. Each member is sent an invitation. Members with \"admin\" or \"owner\" roles may create new members, as well as anyone with a \"createMember\" permission for \"member/\\*\". If a member cannot be invited, the entire request is rejected and no members are invited from that request. Each member _must_ have an `email` field and either a `role` or a `customRoles` field. If any of the fields are not populated correctly, the request is rejected with the reason specified in the \"message\" field of the response. Requests to create account members will not work if SCIM is enabled for the account. _No more than 50 members may be created per request._ A request may also fail because of conflicts with existing members. These conflicts are reported using the additional `code` and `invalid_emails` response fields with the following possible values for `code`: - **email_already_exists_in_account**: A member with this email address already exists in this account. - **email_taken_in_different_account**: A member with this email address exists in another account. - **duplicate_email**s: This request contains two or more members with the same email address. A request that fails for one of the above reasons returns an HTTP response code of 400 (Bad Request).
|
314
314
|
|
315
315
|
### Examples
|
316
316
|
|
@@ -326,11 +326,11 @@ LaunchDarklyApi.configure do |config|
|
|
326
326
|
end
|
327
327
|
|
328
328
|
api_instance = LaunchDarklyApi::AccountMembersApi.new
|
329
|
-
|
329
|
+
new_member_form = [LaunchDarklyApi::NewMemberForm.new({email: 'email_example'})] # Array<NewMemberForm> |
|
330
330
|
|
331
331
|
begin
|
332
332
|
# Invite new members
|
333
|
-
result = api_instance.post_members(
|
333
|
+
result = api_instance.post_members(new_member_form)
|
334
334
|
p result
|
335
335
|
rescue LaunchDarklyApi::ApiError => e
|
336
336
|
puts "Error when calling AccountMembersApi->post_members: #{e}"
|
@@ -341,12 +341,12 @@ end
|
|
341
341
|
|
342
342
|
This returns an Array which contains the response data, status code and headers.
|
343
343
|
|
344
|
-
> <Array(<Members>, Integer, Hash)> post_members_with_http_info(
|
344
|
+
> <Array(<Members>, Integer, Hash)> post_members_with_http_info(new_member_form)
|
345
345
|
|
346
346
|
```ruby
|
347
347
|
begin
|
348
348
|
# Invite new members
|
349
|
-
data, status_code, headers = api_instance.post_members_with_http_info(
|
349
|
+
data, status_code, headers = api_instance.post_members_with_http_info(new_member_form)
|
350
350
|
p status_code # => 2xx
|
351
351
|
p headers # => { ... }
|
352
352
|
p data # => <Members>
|
@@ -359,7 +359,7 @@ end
|
|
359
359
|
|
360
360
|
| Name | Type | Description | Notes |
|
361
361
|
| ---- | ---- | ----------- | ----- |
|
362
|
-
| **
|
362
|
+
| **new_member_form** | [**Array<NewMemberForm>**](NewMemberForm.md) | | |
|
363
363
|
|
364
364
|
### Return type
|
365
365
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# LaunchDarklyApi::ActionInputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **instructions** | **Object** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'launchdarkly_api'
|
13
|
+
|
14
|
+
instance = LaunchDarklyApi::ActionInputRep.new(
|
15
|
+
instructions: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::ActionOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **kind** | **String** | | |
|
8
|
+
| **instructions** | **Array<Hash>** | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::ActionOutputRep.new(
|
16
|
+
kind: null,
|
17
|
+
instructions: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::ApprovalConditionInputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **description** | **String** | | [optional] |
|
8
|
+
| **notify_member_ids** | **Array<String>** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::ApprovalConditionInputRep.new(
|
16
|
+
description: null,
|
17
|
+
notify_member_ids: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# LaunchDarklyApi::ApprovalConditionOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **description** | **String** | | |
|
8
|
+
| **notify_member_ids** | **Array<String>** | | |
|
9
|
+
| **all_reviews** | [**Array<ReviewOutputRep>**](ReviewOutputRep.md) | | |
|
10
|
+
| **review_status** | **String** | | |
|
11
|
+
| **applied_date** | **Integer** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::ApprovalConditionOutputRep.new(
|
19
|
+
description: null,
|
20
|
+
notify_member_ids: null,
|
21
|
+
all_reviews: null,
|
22
|
+
review_status: null,
|
23
|
+
applied_date: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/ApprovalSettings.md
CHANGED
@@ -23,7 +23,7 @@ instance = LaunchDarklyApi::ApprovalSettings.new(
|
|
23
23
|
bypass_approvals_for_pending_changes: false,
|
24
24
|
min_num_approvals: 1,
|
25
25
|
can_review_own_request: false,
|
26
|
-
can_apply_declined_changes:
|
26
|
+
can_apply_declined_changes: true,
|
27
27
|
service_kind: launchdarkly,
|
28
28
|
service_config: {},
|
29
29
|
required_approval_tags: ["require-approval"]
|
data/docs/ApprovalsApi.md
CHANGED
@@ -10,7 +10,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
10
10
|
| [**post_approval_request**](ApprovalsApi.md#post_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Create approval request |
|
11
11
|
| [**post_approval_request_apply_request**](ApprovalsApi.md#post_approval_request_apply_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/apply | Apply approval request |
|
12
12
|
| [**post_approval_request_review**](ApprovalsApi.md#post_approval_request_review) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews | Review approval request |
|
13
|
-
| [**post_flag_copy_config_approval_request**](ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/
|
13
|
+
| [**post_flag_copy_config_approval_request**](ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests-flag-copy | Create approval request to copy flag configurations across environments |
|
14
14
|
|
15
15
|
|
16
16
|
## delete_approval_request
|
@@ -86,7 +86,7 @@ nil (empty response body)
|
|
86
86
|
### HTTP request headers
|
87
87
|
|
88
88
|
- **Content-Type**: Not defined
|
89
|
-
- **Accept**:
|
89
|
+
- **Accept**: application/json
|
90
90
|
|
91
91
|
|
92
92
|
## get_approval
|
@@ -501,7 +501,7 @@ api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
501
501
|
project_key = 'project_key_example' # String | The project key
|
502
502
|
feature_flag_key = 'feature_flag_key_example' # String | The feature flag's key
|
503
503
|
environment_key = 'environment_key_example' # String | The environment key
|
504
|
-
create_copy_flag_config_approval_request_request = LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest.new({notify_member_ids: ['notify_member_ids_example'], source: LaunchDarklyApi::SourceFlag.new({key: 'key_example'})}) # CreateCopyFlagConfigApprovalRequestRequest |
|
504
|
+
create_copy_flag_config_approval_request_request = LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest.new({description: 'description_example', notify_member_ids: ['notify_member_ids_example'], source: LaunchDarklyApi::SourceFlag.new({key: 'key_example'})}) # CreateCopyFlagConfigApprovalRequestRequest |
|
505
505
|
|
506
506
|
begin
|
507
507
|
# Create approval request to copy flag configurations across environments
|
data/docs/BranchCollectionRep.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
8
|
-
| **items** | [**Array<BranchRep>**](BranchRep.md) |
|
8
|
+
| **items** | [**Array<BranchRep>**](BranchRep.md) | An array of branches | |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
data/docs/BranchRep.md
CHANGED
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **name** | **String** |
|
8
|
-
| **head** | **String** |
|
9
|
-
| **update_sequence_id** | **Integer** |
|
10
|
-
| **sync_time** | **Integer** | |
|
11
|
-
| **references** | [**Array<ReferenceRep>**](ReferenceRep.md) |
|
12
|
-
| **_links** | **Hash<String, Object>** | |
|
7
|
+
| **name** | **String** | The branch name | |
|
8
|
+
| **head** | **String** | An ID representing the branch HEAD. For example, a commit SHA. | |
|
9
|
+
| **update_sequence_id** | **Integer** | An optional ID used to prevent older data from overwriting newer data | [optional] |
|
10
|
+
| **sync_time** | **Integer** | | |
|
11
|
+
| **references** | [**Array<ReferenceRep>**](ReferenceRep.md) | An array of flag references found on the branch | [optional] |
|
12
|
+
| **_links** | **Hash<String, Object>** | | |
|
13
13
|
|
14
14
|
## Example
|
15
15
|
|
@@ -17,9 +17,9 @@
|
|
17
17
|
require 'launchdarkly_api'
|
18
18
|
|
19
19
|
instance = LaunchDarklyApi::BranchRep.new(
|
20
|
-
name:
|
21
|
-
head:
|
22
|
-
update_sequence_id:
|
20
|
+
name: main,
|
21
|
+
head: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3,
|
22
|
+
update_sequence_id: 25,
|
23
23
|
sync_time: null,
|
24
24
|
references: null,
|
25
25
|
_links: null
|