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
@@ -0,0 +1,26 @@
|
|
1
|
+
# LaunchDarklyApi::StageOutputRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | |
|
8
|
+
| **name** | **String** | | [optional] |
|
9
|
+
| **conditions** | [**Array<ConditionOutputRep>**](ConditionOutputRep.md) | | |
|
10
|
+
| **action** | [**ActionOutputRep**](ActionOutputRep.md) | | |
|
11
|
+
| **_execution** | [**ExecutionOutputRep**](ExecutionOutputRep.md) | | |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::StageOutputRep.new(
|
19
|
+
_id: null,
|
20
|
+
name: null,
|
21
|
+
conditions: null,
|
22
|
+
action: null,
|
23
|
+
_execution: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/Statement.md
CHANGED
@@ -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
|
|
13
13
|
## Example
|
data/docs/StatementPost.md
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **resources** | **Array<String>** | Resource specifier strings |
|
7
|
+
| **resources** | **Array<String>** | Resource specifier strings | |
|
8
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 |
|
9
|
+
| **actions** | **Array<String>** | Actions to perform on a resource | |
|
10
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
|
|
data/docs/StatementPostData.md
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **resources** | **Array<String>** | Resource specifier strings |
|
7
|
+
| **resources** | **Array<String>** | Resource specifier strings | |
|
8
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 |
|
9
|
+
| **actions** | **Array<String>** | Actions to perform on a resource | |
|
10
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
|
|
data/docs/StatementRep.md
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **resources** | **Array<
|
8
|
-
| **not_resources** | **Array<
|
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
9
|
| **actions** | **Array<String>** | Actions to perform on a resource | [optional] |
|
10
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
|
-
| **effect** | **String** | |
|
11
|
+
| **effect** | **String** | | |
|
12
12
|
|
13
13
|
## Example
|
14
14
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::StatusConflictErrorRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **code** | **String** | | [optional] |
|
8
|
+
| **message** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::StatusConflictErrorRep.new(
|
16
|
+
code: optimistic_locking_error,
|
17
|
+
message: Optimistic lock error. Please try again later.
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/TeamPostInput.md
CHANGED
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **custom_role_keys** | **Array<String>** |
|
8
|
-
| **description** | **String** |
|
9
|
-
| **key** | **String** |
|
10
|
-
| **member_ids** | **Array<String>** |
|
11
|
-
| **name** | **String** |
|
12
|
-
| **permission_grants** | [**Array<PermissionGrantInput>**](PermissionGrantInput.md) |
|
7
|
+
| **custom_role_keys** | **Array<String>** | List of custom role keys the team will access | [optional] |
|
8
|
+
| **description** | **String** | A description of the team | [optional] |
|
9
|
+
| **key** | **String** | The team's key or ID | |
|
10
|
+
| **member_ids** | **Array<String>** | A list of member IDs who belong to the team | [optional] |
|
11
|
+
| **name** | **String** | A human-friendly name for the team | |
|
12
|
+
| **permission_grants** | [**Array<PermissionGrantInput>**](PermissionGrantInput.md) | A list of permission grants to apply to the team. Can use \"maintainTeam\" to add team maintainers | [optional] |
|
13
13
|
|
14
14
|
## Example
|
15
15
|
|
data/docs/TeamsBetaApi.md
CHANGED
@@ -4,10 +4,10 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
4
4
|
|
5
5
|
| Method | HTTP request | Description |
|
6
6
|
| ------ | ------------ | ----------- |
|
7
|
-
| [**delete_team**](TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{key} | Delete team
|
8
|
-
| [**get_team**](TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{key} | Get team
|
9
|
-
| [**get_teams**](TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams |
|
10
|
-
| [**patch_team**](TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{key} |
|
7
|
+
| [**delete_team**](TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{key} | Delete team |
|
8
|
+
| [**get_team**](TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{key} | Get team |
|
9
|
+
| [**get_teams**](TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams | List teams |
|
10
|
+
| [**patch_team**](TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{key} | Update team |
|
11
11
|
| [**post_team**](TeamsBetaApi.md#post_team) | **POST** /api/v2/teams | Create team |
|
12
12
|
|
13
13
|
|
@@ -15,9 +15,9 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
15
15
|
|
16
16
|
> delete_team(key)
|
17
17
|
|
18
|
-
Delete team
|
18
|
+
Delete team
|
19
19
|
|
20
|
-
Delete a team by key
|
20
|
+
Delete a team by key
|
21
21
|
|
22
22
|
### Examples
|
23
23
|
|
@@ -36,7 +36,7 @@ api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
36
36
|
key = 'key_example' # String | The team key
|
37
37
|
|
38
38
|
begin
|
39
|
-
# Delete team
|
39
|
+
# Delete team
|
40
40
|
api_instance.delete_team(key)
|
41
41
|
rescue LaunchDarklyApi::ApiError => e
|
42
42
|
puts "Error when calling TeamsBetaApi->delete_team: #{e}"
|
@@ -51,7 +51,7 @@ This returns an Array which contains the response data (`nil` in this case), sta
|
|
51
51
|
|
52
52
|
```ruby
|
53
53
|
begin
|
54
|
-
# Delete team
|
54
|
+
# Delete team
|
55
55
|
data, status_code, headers = api_instance.delete_team_with_http_info(key)
|
56
56
|
p status_code # => 2xx
|
57
57
|
p headers # => { ... }
|
@@ -78,16 +78,16 @@ 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_team
|
85
85
|
|
86
86
|
> <TeamRep> get_team(key)
|
87
87
|
|
88
|
-
Get team
|
88
|
+
Get team
|
89
89
|
|
90
|
-
Fetch a team by key
|
90
|
+
Fetch a team by key
|
91
91
|
|
92
92
|
### Examples
|
93
93
|
|
@@ -106,7 +106,7 @@ api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
106
106
|
key = 'key_example' # String | The team key
|
107
107
|
|
108
108
|
begin
|
109
|
-
# Get team
|
109
|
+
# Get team
|
110
110
|
result = api_instance.get_team(key)
|
111
111
|
p result
|
112
112
|
rescue LaunchDarklyApi::ApiError => e
|
@@ -122,7 +122,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
122
122
|
|
123
123
|
```ruby
|
124
124
|
begin
|
125
|
-
# Get team
|
125
|
+
# Get team
|
126
126
|
data, status_code, headers = api_instance.get_team_with_http_info(key)
|
127
127
|
p status_code # => 2xx
|
128
128
|
p headers # => { ... }
|
@@ -154,11 +154,11 @@ end
|
|
154
154
|
|
155
155
|
## get_teams
|
156
156
|
|
157
|
-
> <TeamCollectionRep> get_teams
|
157
|
+
> <TeamCollectionRep> get_teams(opts)
|
158
158
|
|
159
|
-
|
159
|
+
List teams
|
160
160
|
|
161
|
-
|
161
|
+
Return a list of teams. By default, this returns the first 20 teams. Page through this list with the `limit` parameter and by following the `first`, `prev`, `next`, and `last` links in the returned `_links` field. These links are not present if the pages they refer to don't exist. For example, the `first` and `prev` links will be missing from the response on the first page. ### Filtering teams LaunchDarkly supports the `query` field for filtering. `query` is a string that matches against the teams' names and keys. It is not case sensitive. For example, the filter `query:abc` matches teams with the string `abc` in their name or key.
|
162
162
|
|
163
163
|
### Examples
|
164
164
|
|
@@ -174,10 +174,15 @@ LaunchDarklyApi.configure do |config|
|
|
174
174
|
end
|
175
175
|
|
176
176
|
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
177
|
+
opts = {
|
178
|
+
limit: 789, # Integer | The number of teams to return in the response. Defaults to 20.
|
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 above.
|
181
|
+
}
|
177
182
|
|
178
183
|
begin
|
179
|
-
#
|
180
|
-
result = api_instance.get_teams
|
184
|
+
# List teams
|
185
|
+
result = api_instance.get_teams(opts)
|
181
186
|
p result
|
182
187
|
rescue LaunchDarklyApi::ApiError => e
|
183
188
|
puts "Error when calling TeamsBetaApi->get_teams: #{e}"
|
@@ -188,12 +193,12 @@ end
|
|
188
193
|
|
189
194
|
This returns an Array which contains the response data, status code and headers.
|
190
195
|
|
191
|
-
> <Array(<TeamCollectionRep>, Integer, Hash)> get_teams_with_http_info
|
196
|
+
> <Array(<TeamCollectionRep>, Integer, Hash)> get_teams_with_http_info(opts)
|
192
197
|
|
193
198
|
```ruby
|
194
199
|
begin
|
195
|
-
#
|
196
|
-
data, status_code, headers = api_instance.get_teams_with_http_info
|
200
|
+
# List teams
|
201
|
+
data, status_code, headers = api_instance.get_teams_with_http_info(opts)
|
197
202
|
p status_code # => 2xx
|
198
203
|
p headers # => { ... }
|
199
204
|
p data # => <TeamCollectionRep>
|
@@ -204,7 +209,11 @@ end
|
|
204
209
|
|
205
210
|
### Parameters
|
206
211
|
|
207
|
-
|
212
|
+
| Name | Type | Description | Notes |
|
213
|
+
| ---- | ---- | ----------- | ----- |
|
214
|
+
| **limit** | **Integer** | The number of teams to return in the response. Defaults to 20. | [optional] |
|
215
|
+
| **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] |
|
216
|
+
| **filter** | **String** | A comma-separated list of filters. Each filter is of the form `field:value`. Supported fields are explained above. | [optional] |
|
208
217
|
|
209
218
|
### Return type
|
210
219
|
|
@@ -224,9 +233,9 @@ This endpoint does not need any parameter.
|
|
224
233
|
|
225
234
|
> <TeamCollectionRep> patch_team(key, team_patch_input)
|
226
235
|
|
227
|
-
|
236
|
+
Update team
|
228
237
|
|
229
|
-
Perform a partial update to a team. The body of a semantic patch request takes the following three properties: 1. comment `string`: (Optional) A description of the update. 1.
|
238
|
+
Perform a partial update to a team. The body of a semantic patch request takes the following three properties: 1. comment `string`: (Optional) A description of the update. 1. instructions `array`: (Required) The action or list of actions to be performed by the update. Each update action in the list must be an object/hash table with a `kind` property, although depending on the action, other properties may be necessary. Read below for more information on the specific supported semantic patch instructions. If any instruction in the patch encounters an error, the error will be returned and the flag will not be changed. In general, instructions will silently do nothing if the flag is already in the state requested by the patch instruction. They will generally error if a parameter refers to something that does not exist. Other specific error conditions are noted in the instruction descriptions. ### Instructions #### `addCustomRoles` Adds custom roles to the team. Team members will have these custom roles granted to them. ##### Parameters - `values`: list of custom role keys #### `removeCustomRoles` Removes the custom roles on the team. Team members will no longer have these custom roles granted to them. ##### Parameters - `values`: list of custom role keys #### `addMembers` Adds members to the team. ##### Parameters - `values`: list of member IDs #### `removeMembers` Removes members from the team. ##### Parameters - `values`: list of member IDs #### `addPermissionGrants` Adds permission grants to members for the team, allowing them to, for example, act as a team maintainer. A permission grant may have either an `actionSet` or a list of `actions` but not both at the same time. The members do not have to be team members to have a permission grant for the team. ##### Parameters - `actionSet`: name of the action set - `actions`: list of actions - `memberIDs`: list of member IDs #### `removePermissionGrants` Removes permission grants from members for the team. The `actionSet` and `actions` must match an existing permission grant. ##### Parameters - `actionSet`: name of the action set - `actions`: list of actions - `memberIDs`: list of member IDs #### `updateDescription` Updates the team's description. ##### Parameters - `value`: the team's new description #### `updateName` Updates the team's name. ##### Parameters - `value`: the team's new name
|
230
239
|
|
231
240
|
### Examples
|
232
241
|
|
@@ -246,7 +255,7 @@ key = 'key_example' # String | The team key
|
|
246
255
|
team_patch_input = LaunchDarklyApi::TeamPatchInput.new # TeamPatchInput |
|
247
256
|
|
248
257
|
begin
|
249
|
-
#
|
258
|
+
# Update team
|
250
259
|
result = api_instance.patch_team(key, team_patch_input)
|
251
260
|
p result
|
252
261
|
rescue LaunchDarklyApi::ApiError => e
|
@@ -262,7 +271,7 @@ This returns an Array which contains the response data, status code and headers.
|
|
262
271
|
|
263
272
|
```ruby
|
264
273
|
begin
|
265
|
-
#
|
274
|
+
# Update team
|
266
275
|
data, status_code, headers = api_instance.patch_team_with_http_info(key, team_patch_input)
|
267
276
|
p status_code # => 2xx
|
268
277
|
p headers # => { ... }
|
@@ -299,7 +308,7 @@ end
|
|
299
308
|
|
300
309
|
Create team
|
301
310
|
|
302
|
-
Create a team
|
311
|
+
Create a team
|
303
312
|
|
304
313
|
### Examples
|
305
314
|
|
@@ -315,7 +324,7 @@ LaunchDarklyApi.configure do |config|
|
|
315
324
|
end
|
316
325
|
|
317
326
|
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
318
|
-
team_post_input = LaunchDarklyApi::TeamPostInput.new # TeamPostInput |
|
327
|
+
team_post_input = LaunchDarklyApi::TeamPostInput.new({key: 'key_example', name: 'name_example'}) # TeamPostInput |
|
319
328
|
|
320
329
|
begin
|
321
330
|
# Create team
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# LaunchDarklyApi::UnauthorizedErrorRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **code** | **String** | | [optional] |
|
8
|
+
| **message** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::UnauthorizedErrorRep.new(
|
16
|
+
code: unauthorized,
|
17
|
+
message: invalid key
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/User.md
CHANGED
@@ -4,13 +4,19 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
8
|
-
| **
|
9
|
-
| **
|
10
|
-
| **
|
11
|
-
| **
|
12
|
-
| **
|
13
|
-
| **
|
7
|
+
| **key** | **String** | | [optional] |
|
8
|
+
| **secondary** | **String** | | [optional] |
|
9
|
+
| **ip** | **String** | | [optional] |
|
10
|
+
| **country** | **String** | | [optional] |
|
11
|
+
| **email** | **String** | | [optional] |
|
12
|
+
| **first_name** | **String** | | [optional] |
|
13
|
+
| **last_name** | **String** | | [optional] |
|
14
|
+
| **avatar** | **String** | | [optional] |
|
15
|
+
| **name** | **String** | | [optional] |
|
16
|
+
| **anonymous** | **Boolean** | | [optional] |
|
17
|
+
| **custom** | **Hash<String, Object>** | | [optional] |
|
18
|
+
| **derived** | [**Hash<String, DerivedAttribute>**](DerivedAttribute.md) | | [optional] |
|
19
|
+
| **private_attrs** | **Array<String>** | | [optional] |
|
14
20
|
|
15
21
|
## Example
|
16
22
|
|
@@ -18,13 +24,19 @@
|
|
18
24
|
require 'launchdarkly_api'
|
19
25
|
|
20
26
|
instance = LaunchDarklyApi::User.new(
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
27
|
+
key: null,
|
28
|
+
secondary: null,
|
29
|
+
ip: null,
|
30
|
+
country: null,
|
31
|
+
email: null,
|
32
|
+
first_name: null,
|
33
|
+
last_name: null,
|
34
|
+
avatar: null,
|
35
|
+
name: null,
|
36
|
+
anonymous: null,
|
37
|
+
custom: null,
|
38
|
+
derived: null,
|
39
|
+
private_attrs: null
|
28
40
|
)
|
29
41
|
```
|
30
42
|
|
data/docs/UserRecord.md
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
| **owner_id** | **String** | | [optional] |
|
10
10
|
| **user** | [**User**](User.md) | | [optional] |
|
11
11
|
| **sort_value** | **Object** | | [optional] |
|
12
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
13
|
+
| **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
|
12
14
|
|
13
15
|
## Example
|
14
16
|
|
@@ -20,7 +22,9 @@ instance = LaunchDarklyApi::UserRecord.new(
|
|
20
22
|
environment_id: null,
|
21
23
|
owner_id: null,
|
22
24
|
user: null,
|
23
|
-
sort_value: null
|
25
|
+
sort_value: null,
|
26
|
+
_links: null,
|
27
|
+
_access: null
|
24
28
|
)
|
25
29
|
```
|
26
30
|
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# LaunchDarklyApi::UserRecordRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **last_ping** | **Time** | | [optional] |
|
8
|
+
| **environment_id** | **String** | | [optional] |
|
9
|
+
| **owner_id** | **String** | | [optional] |
|
10
|
+
| **user** | [**User**](User.md) | | [optional] |
|
11
|
+
| **sort_value** | **Object** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::UserRecordRep.new(
|
19
|
+
last_ping: null,
|
20
|
+
environment_id: null,
|
21
|
+
owner_id: null,
|
22
|
+
user: null,
|
23
|
+
sort_value: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/UserSegment.md
CHANGED
@@ -22,6 +22,7 @@
|
|
22
22
|
| **_unbounded_metadata** | [**SegmentMetadata**](SegmentMetadata.md) | | [optional] |
|
23
23
|
| **_external** | **String** | | [optional] |
|
24
24
|
| **_external_link** | **String** | | [optional] |
|
25
|
+
| **_import_in_progress** | **Boolean** | | [optional] |
|
25
26
|
|
26
27
|
## Example
|
27
28
|
|
@@ -46,7 +47,8 @@ instance = LaunchDarklyApi::UserSegment.new(
|
|
46
47
|
generation: null,
|
47
48
|
_unbounded_metadata: null,
|
48
49
|
_external: null,
|
49
|
-
_external_link: null
|
50
|
+
_external_link: null,
|
51
|
+
_import_in_progress: null
|
50
52
|
)
|
51
53
|
```
|
52
54
|
|
data/docs/UserSettingsApi.md
CHANGED
data/docs/Users.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
8
8
|
| **total_count** | **Integer** | | |
|
9
|
-
| **items** | [**Array<
|
9
|
+
| **items** | [**Array<UserRecord>**](UserRecord.md) | | |
|
10
10
|
|
11
11
|
## Example
|
12
12
|
|
data/docs/UsersApi.md
CHANGED
@@ -81,7 +81,7 @@ nil (empty response body)
|
|
81
81
|
### HTTP request headers
|
82
82
|
|
83
83
|
- **Content-Type**: Not defined
|
84
|
-
- **Accept**:
|
84
|
+
- **Accept**: application/json
|
85
85
|
|
86
86
|
|
87
87
|
## get_search_users
|
@@ -90,7 +90,7 @@ nil (empty response body)
|
|
90
90
|
|
91
91
|
Find users
|
92
92
|
|
93
|
-
Search users in LaunchDarkly based on their last active date, or a search query. Do not use to
|
93
|
+
Search users in LaunchDarkly based on their last active date, a user attribute filter set, or a search query. Do not use to list all users in LaunchDarkly. Instead, use the [List users](getUsers) API resource. An example user attribute filter set is `filter=firstName:Anna,activeTrial:false`. This matches users that have the user attribute `firstName` set to `Anna`, that also have the attribute `activeTrial` set to `false`. > ### `offset` is deprecated > > `offset` is deprecated and will be removed in a future API version. You can still use `offset` and `limit` for pagination, but we recommend you use `sort` and `searchAfter` instead. `searchAfter` allows you to page through more than 10,000 users, but `offset` and `limit` do not.
|
94
94
|
|
95
95
|
### Examples
|
96
96
|
|
@@ -113,7 +113,9 @@ opts = {
|
|
113
113
|
limit: 789, # Integer | Specifies the maximum number of items in the collection to return (max: 50, default: 20)
|
114
114
|
offset: 789, # Integer | Specifies the first item to return in the collection
|
115
115
|
after: 789, # Integer | A unix epoch time in milliseconds specifying the maximum last time a user requested a feature flag from LaunchDarkly
|
116
|
-
|
116
|
+
sort: 'sort_example', # String | Specifies a field by which to sort. LaunchDarkly supports the `userKey` and `lastSeen` fields. Fields prefixed by a dash ( - ) sort in descending order.
|
117
|
+
search_after: 'search_after_example', # String | Limits results to users with sort values after the value you specify. You can use this for pagination, but we recommend using the `next` link we provide instead.
|
118
|
+
filter: 'filter_example' # String | A comma-separated list of user attribute filters. Each filter is in the form of attributeKey:attributeValue
|
117
119
|
}
|
118
120
|
|
119
121
|
begin
|
@@ -153,7 +155,9 @@ end
|
|
153
155
|
| **limit** | **Integer** | Specifies the maximum number of items in the collection to return (max: 50, default: 20) | [optional] |
|
154
156
|
| **offset** | **Integer** | Specifies the first item to return in the collection | [optional] |
|
155
157
|
| **after** | **Integer** | A unix epoch time in milliseconds specifying the maximum last time a user requested a feature flag from LaunchDarkly | [optional] |
|
158
|
+
| **sort** | **String** | Specifies a field by which to sort. LaunchDarkly supports the `userKey` and `lastSeen` fields. Fields prefixed by a dash ( - ) sort in descending order. | [optional] |
|
156
159
|
| **search_after** | **String** | Limits results to users with sort values after the value you specify. You can use this for pagination, but we recommend using the `next` link we provide instead. | [optional] |
|
160
|
+
| **filter** | **String** | A comma-separated list of user attribute filters. Each filter is in the form of attributeKey:attributeValue | [optional] |
|
157
161
|
|
158
162
|
### Return type
|
159
163
|
|
@@ -171,7 +175,7 @@ end
|
|
171
175
|
|
172
176
|
## get_user
|
173
177
|
|
174
|
-
> <
|
178
|
+
> <UserRecord> get_user(proj_key, env_key, key)
|
175
179
|
|
176
180
|
Get user
|
177
181
|
|
@@ -208,7 +212,7 @@ end
|
|
208
212
|
|
209
213
|
This returns an Array which contains the response data, status code and headers.
|
210
214
|
|
211
|
-
> <Array(<
|
215
|
+
> <Array(<UserRecord>, Integer, Hash)> get_user_with_http_info(proj_key, env_key, key)
|
212
216
|
|
213
217
|
```ruby
|
214
218
|
begin
|
@@ -216,7 +220,7 @@ begin
|
|
216
220
|
data, status_code, headers = api_instance.get_user_with_http_info(proj_key, env_key, key)
|
217
221
|
p status_code # => 2xx
|
218
222
|
p headers # => { ... }
|
219
|
-
p data # => <
|
223
|
+
p data # => <UserRecord>
|
220
224
|
rescue LaunchDarklyApi::ApiError => e
|
221
225
|
puts "Error when calling UsersApi->get_user_with_http_info: #{e}"
|
222
226
|
end
|
@@ -232,7 +236,7 @@ end
|
|
232
236
|
|
233
237
|
### Return type
|
234
238
|
|
235
|
-
[**
|
239
|
+
[**UserRecord**](UserRecord.md)
|
236
240
|
|
237
241
|
### Authorization
|
238
242
|
|