launchdarkly_api 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/README.md +771 -291
- data/docs/CodeReferencesApi.md +4 -4
- data/docs/CustomWorkflowMeta.md +20 -0
- data/docs/CustomWorkflowStageMeta.md +20 -0
- data/docs/FeatureFlagsApi.md +1 -1
- data/docs/FlagConfigApprovalRequestResponse.md +3 -1
- data/docs/PermissionGrantInput.md +22 -0
- data/docs/PermissionGrantRep.md +24 -0
- data/docs/SegmentsApi.md +1 -1
- data/docs/TeamCollectionRep.md +22 -0
- data/docs/TeamPatchInput.md +20 -0
- data/docs/TeamPostInput.md +28 -0
- data/docs/TeamRep.md +40 -0
- data/docs/TeamsBetaApi.md +365 -0
- data/launchdarkly_api.gemspec +4 -4
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/account_members_api.rb +1 -1
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/approvals_api.rb +1 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/code_references_api.rb +3 -3
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
- data/lib/launchdarkly_api/api/environments_api.rb +1 -1
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/feature_flags_api.rb +3 -3
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/metrics_api.rb +1 -1
- data/lib/launchdarkly_api/api/other_api.rb +1 -1
- data/lib/launchdarkly_api/api/projects_api.rb +1 -1
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +1 -1
- data/lib/launchdarkly_api/api/segments_api.rb +3 -3
- data/lib/launchdarkly_api/api/teams_beta_api.rb +339 -0
- data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
- data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
- data/lib/launchdarkly_api/api_client.rb +1 -1
- data/lib/launchdarkly_api/api_error.rb +1 -1
- data/lib/launchdarkly_api/configuration.rb +1 -1
- data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +1 -1
- data/lib/launchdarkly_api/models/access_denied_rep.rb +1 -1
- data/lib/launchdarkly_api/models/access_rep.rb +1 -1
- data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
- data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
- data/lib/launchdarkly_api/models/clause.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
- data/lib/launchdarkly_api/models/conflict.rb +1 -1
- data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +227 -0
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +227 -0
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
- data/lib/launchdarkly_api/models/defaults.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +1 -1
- data/lib/launchdarkly_api/models/destination_post.rb +1 -1
- data/lib/launchdarkly_api/models/destinations.rb +1 -1
- data/lib/launchdarkly_api/models/environment.rb +1 -1
- data/lib/launchdarkly_api/models/environment_post.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
- data/lib/launchdarkly_api/models/extinction.rb +1 -1
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/extinction_rep.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +14 -5
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +1 -1
- data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
- data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
- data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
- data/lib/launchdarkly_api/models/inline_object.rb +1 -1
- data/lib/launchdarkly_api/models/inline_object1.rb +1 -1
- data/lib/launchdarkly_api/models/inline_response200.rb +1 -1
- data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/integration_status.rb +1 -1
- data/lib/launchdarkly_api/models/ip_list.rb +1 -1
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_post.rb +1 -1
- data/lib/launchdarkly_api/models/metric_rep.rb +1 -1
- data/lib/launchdarkly_api/models/modification.rb +1 -1
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
- data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
- data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
- data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
- data/lib/launchdarkly_api/models/permission_grant_input.rb +240 -0
- data/lib/launchdarkly_api/models/permission_grant_rep.rb +249 -0
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +1 -1
- data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
- data/lib/launchdarkly_api/models/project.rb +1 -1
- data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
- data/lib/launchdarkly_api/models/project_post.rb +1 -1
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
- data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +1 -1
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/repository_post.rb +1 -1
- data/lib/launchdarkly_api/models/repository_rep.rb +1 -1
- data/lib/launchdarkly_api/models/resource_access.rb +1 -1
- data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
- data/lib/launchdarkly_api/models/review_response.rb +1 -1
- data/lib/launchdarkly_api/models/rollout.rb +1 -1
- data/lib/launchdarkly_api/models/rule.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
- data/lib/launchdarkly_api/models/segment_body.rb +1 -1
- data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
- data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
- data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
- data/lib/launchdarkly_api/models/source_flag.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/statement_post.rb +1 -1
- data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
- data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistic_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
- data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/team_collection_rep.rb +240 -0
- data/lib/launchdarkly_api/models/team_patch_input.rb +229 -0
- data/lib/launchdarkly_api/models/team_post_input.rb +269 -0
- data/lib/launchdarkly_api/models/team_rep.rb +327 -0
- data/lib/launchdarkly_api/models/title_rep.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +1 -1
- data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/tokens.rb +1 -1
- data/lib/launchdarkly_api/models/url_post.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +1 -1
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
- data/lib/launchdarkly_api/models/user_record.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
- data/lib/launchdarkly_api/models/user_segments.rb +1 -1
- data/lib/launchdarkly_api/models/users.rb +1 -1
- data/lib/launchdarkly_api/models/value_put.rb +1 -1
- data/lib/launchdarkly_api/models/variate.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
- data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
- data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +1 -1
- data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
- data/lib/launchdarkly_api/models/webhooks.rb +1 -1
- data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
- data/lib/launchdarkly_api/version.rb +2 -2
- data/lib/launchdarkly_api.rb +10 -1
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/account_members_api_spec.rb +1 -1
- data/spec/api/account_usage_beta_api_spec.rb +1 -1
- data/spec/api/approvals_api_spec.rb +1 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/code_references_api_spec.rb +2 -2
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/data_export_destinations_api_spec.rb +1 -1
- data/spec/api/environments_api_spec.rb +1 -1
- data/spec/api/experiments_beta_api_spec.rb +1 -1
- data/spec/api/feature_flags_api_spec.rb +2 -2
- data/spec/api/feature_flags_beta_api_spec.rb +1 -1
- data/spec/api/metrics_api_spec.rb +1 -1
- data/spec/api/other_api_spec.rb +1 -1
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
- data/spec/api/scheduled_changes_api_spec.rb +1 -1
- data/spec/api/segments_api_spec.rb +2 -2
- data/spec/api/teams_beta_api_spec.rb +95 -0
- data/spec/api/user_settings_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/users_beta_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_denied_reason_rep_spec.rb +1 -1
- data/spec/models/access_denied_rep_spec.rb +1 -1
- data/spec/models/access_rep_spec.rb +1 -1
- data/spec/models/access_token_post_spec.rb +1 -1
- data/spec/models/approval_settings_spec.rb +1 -1
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
- data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
- data/spec/models/audit_log_entry_rep_spec.rb +1 -1
- data/spec/models/authorized_app_data_rep_spec.rb +1 -1
- data/spec/models/big_segment_target_spec.rb +1 -1
- data/spec/models/branch_collection_rep_spec.rb +1 -1
- data/spec/models/branch_rep_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/client_side_availability_post_spec.rb +1 -1
- data/spec/models/client_side_availability_spec.rb +1 -1
- data/spec/models/confidence_interval_rep_spec.rb +1 -1
- data/spec/models/conflict_spec.rb +1 -1
- data/spec/models/copied_from_env_spec.rb +1 -1
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
- data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_role_post_data_spec.rb +1 -1
- data/spec/models/custom_role_post_spec.rb +1 -1
- data/spec/models/custom_role_spec.rb +1 -1
- data/spec/models/custom_roles_spec.rb +1 -1
- data/spec/models/custom_workflow_meta_spec.rb +40 -0
- data/spec/models/custom_workflow_stage_meta_spec.rb +40 -0
- data/spec/models/default_client_side_availability_post_spec.rb +1 -1
- data/spec/models/defaults_spec.rb +1 -1
- data/spec/models/dependent_flag_environment_spec.rb +1 -1
- data/spec/models/dependent_flag_spec.rb +1 -1
- data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
- data/spec/models/destination_post_spec.rb +1 -1
- data/spec/models/destination_spec.rb +1 -1
- data/spec/models/destinations_spec.rb +1 -1
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/experiment_allocation_rep_spec.rb +1 -1
- data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
- data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
- data/spec/models/experiment_info_rep_spec.rb +1 -1
- data/spec/models/experiment_metadata_rep_spec.rb +1 -1
- data/spec/models/experiment_rep_spec.rb +1 -1
- data/spec/models/experiment_results_rep_spec.rb +1 -1
- data/spec/models/experiment_stats_rep_spec.rb +1 -1
- data/spec/models/experiment_time_series_slice_spec.rb +1 -1
- data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
- data/spec/models/experiment_totals_rep_spec.rb +1 -1
- data/spec/models/expiring_user_target_error_spec.rb +1 -1
- data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
- data/spec/models/expiring_user_target_item_spec.rb +1 -1
- data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
- data/spec/models/extinction_collection_rep_spec.rb +1 -1
- data/spec/models/extinction_rep_spec.rb +1 -1
- data/spec/models/extinction_spec.rb +1 -1
- data/spec/models/feature_flag_body_spec.rb +1 -1
- data/spec/models/feature_flag_config_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
- data/spec/models/feature_flag_spec.rb +1 -1
- data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
- data/spec/models/feature_flag_status_spec.rb +1 -1
- data/spec/models/feature_flag_statuses_spec.rb +1 -1
- data/spec/models/feature_flags_spec.rb +1 -1
- data/spec/models/flag_config_approval_request_response_spec.rb +7 -1
- data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
- data/spec/models/flag_copy_config_environment_spec.rb +1 -1
- data/spec/models/flag_copy_config_post_spec.rb +1 -1
- data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
- data/spec/models/flag_listing_rep_spec.rb +1 -1
- data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
- data/spec/models/flag_status_rep_spec.rb +1 -1
- data/spec/models/flag_summary_spec.rb +1 -1
- data/spec/models/hunk_rep_spec.rb +1 -1
- data/spec/models/inline_object1_spec.rb +1 -1
- data/spec/models/inline_object_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/integration_metadata_spec.rb +1 -1
- data/spec/models/integration_status_spec.rb +1 -1
- data/spec/models/ip_list_spec.rb +1 -1
- data/spec/models/last_seen_metadata_spec.rb +1 -1
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/member_data_rep_spec.rb +1 -1
- data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/member_summary_rep_spec.rb +1 -1
- data/spec/models/member_team_summary_rep_spec.rb +1 -1
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/metric_collection_rep_spec.rb +1 -1
- data/spec/models/metric_listing_rep_spec.rb +1 -1
- data/spec/models/metric_post_spec.rb +1 -1
- data/spec/models/metric_rep_spec.rb +1 -1
- data/spec/models/modification_spec.rb +1 -1
- data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
- data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
- data/spec/models/new_member_form_spec.rb +1 -1
- data/spec/models/parent_resource_rep_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/patch_segment_instruction_spec.rb +1 -1
- data/spec/models/patch_segment_request_spec.rb +1 -1
- data/spec/models/patch_with_comment_spec.rb +1 -1
- data/spec/models/permission_grant_input_spec.rb +46 -0
- data/spec/models/permission_grant_rep_spec.rb +52 -0
- data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
- data/spec/models/post_approval_request_review_request_spec.rb +1 -1
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_listing_rep_spec.rb +1 -1
- data/spec/models/project_post_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
- data/spec/models/reference_rep_spec.rb +1 -1
- data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
- data/spec/models/relay_auto_config_post_spec.rb +1 -1
- data/spec/models/relay_auto_config_rep_spec.rb +1 -1
- data/spec/models/repository_collection_rep_spec.rb +1 -1
- data/spec/models/repository_post_spec.rb +1 -1
- data/spec/models/repository_rep_spec.rb +1 -1
- data/spec/models/resource_access_spec.rb +1 -1
- data/spec/models/resource_id_response_spec.rb +1 -1
- data/spec/models/review_response_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +1 -1
- data/spec/models/sdk_list_rep_spec.rb +1 -1
- data/spec/models/sdk_version_list_rep_spec.rb +1 -1
- data/spec/models/sdk_version_rep_spec.rb +1 -1
- data/spec/models/segment_body_spec.rb +1 -1
- data/spec/models/segment_metadata_spec.rb +1 -1
- data/spec/models/segment_user_list_spec.rb +1 -1
- data/spec/models/segment_user_state_spec.rb +1 -1
- data/spec/models/series_list_rep_spec.rb +1 -1
- data/spec/models/source_flag_spec.rb +1 -1
- data/spec/models/statement_post_data_spec.rb +1 -1
- data/spec/models/statement_post_spec.rb +1 -1
- data/spec/models/statement_rep_spec.rb +1 -1
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/statistic_collection_rep_spec.rb +1 -1
- data/spec/models/statistic_rep_spec.rb +1 -1
- data/spec/models/statistics_root_spec.rb +1 -1
- data/spec/models/subject_data_rep_spec.rb +1 -1
- data/spec/models/target_resource_rep_spec.rb +1 -1
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/team_collection_rep_spec.rb +46 -0
- data/spec/models/team_patch_input_spec.rb +40 -0
- data/spec/models/team_post_input_spec.rb +64 -0
- data/spec/models/team_rep_spec.rb +100 -0
- data/spec/models/title_rep_spec.rb +1 -1
- data/spec/models/token_data_rep_spec.rb +1 -1
- data/spec/models/token_spec.rb +1 -1
- data/spec/models/tokens_spec.rb +1 -1
- data/spec/models/url_post_spec.rb +1 -1
- data/spec/models/user_attribute_names_rep_spec.rb +1 -1
- data/spec/models/user_flag_setting_spec.rb +1 -1
- data/spec/models/user_flag_settings_spec.rb +1 -1
- data/spec/models/user_record_spec.rb +1 -1
- data/spec/models/user_segment_rule_spec.rb +1 -1
- data/spec/models/user_segment_spec.rb +1 -1
- data/spec/models/user_segments_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/value_put_spec.rb +1 -1
- data/spec/models/variate_spec.rb +1 -1
- data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/variation_summary_spec.rb +1 -1
- data/spec/models/versions_rep_spec.rb +1 -1
- data/spec/models/webhook_post_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/models/webhooks_spec.rb +1 -1
- data/spec/models/weighted_variation_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +271 -235
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: launchdarkly_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -50,8 +50,8 @@ dependencies:
|
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 3.6.0
|
|
53
|
-
description: '# Authentication All REST API resources are authenticated
|
|
54
|
-
[personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens),
|
|
53
|
+
description: '# Overview ## Authentication All REST API resources are authenticated
|
|
54
|
+
with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens),
|
|
55
55
|
or session cookies. Other authentication mechanisms are not supported. You can manage
|
|
56
56
|
personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens)
|
|
57
57
|
page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are
|
|
@@ -72,17 +72,17 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
72
72
|
environment | Mobile SDKs | | Client-side
|
|
73
73
|
ID |
|
|
74
74
|
Single environment, only flags marked available to client-side |
|
|
75
|
-
Client-side JavaScript | >
|
|
75
|
+
Client-side JavaScript | > #### Keep your access tokens
|
|
76
76
|
and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts.
|
|
77
77
|
Never put an access token in client-side JavaScript, or embed it in a mobile application.
|
|
78
78
|
LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally
|
|
79
79
|
expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens)
|
|
80
80
|
page. > > The client-side ID is safe to embed in untrusted contexts. It''s designed
|
|
81
|
-
for use in client-side JavaScript.
|
|
81
|
+
for use in client-side JavaScript. ### Via request header The preferred way to
|
|
82
82
|
authenticate with the API is by adding an `Authorization` header containing your
|
|
83
83
|
access token to your requests. The value of the `Authorization` header must be your
|
|
84
84
|
access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens)
|
|
85
|
-
page.
|
|
85
|
+
page. ### Via session cookie For testing purposes, you can make API calls directly
|
|
86
86
|
from your web browser. If you''re logged in to the application, the API will use
|
|
87
87
|
your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles)
|
|
88
88
|
other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles)
|
|
@@ -97,19 +97,19 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
97
97
|
*` Chrome extension changes the Origin header to `http://evil.com` and causes the
|
|
98
98
|
app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly
|
|
99
99
|
does not require origin matching when authenticating with an access token, so this
|
|
100
|
-
issue does not affect normal API usage.
|
|
100
|
+
issue does not affect normal API usage. ## Representations All resources expect
|
|
101
101
|
and return JSON response bodies. Error responses will also send a JSON body. Read
|
|
102
102
|
[Errors](#section/Errors) for a more detailed description of the error format used
|
|
103
103
|
by the API. In practice this means that you always get a response with a `Content-Type`
|
|
104
104
|
header set to `application/json`. In addition, request bodies for `PUT`, `POST`,
|
|
105
105
|
`REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header
|
|
106
|
-
set to `application/json`.
|
|
106
|
+
set to `application/json`. ### Summary and detailed representations When you fetch
|
|
107
107
|
a list of resources, the response includes only the most important attributes of
|
|
108
108
|
each resource. This is a _summary representation_ of the resource. When you fetch
|
|
109
109
|
an individual resource (for example, a single feature flag), you receive a _detailed
|
|
110
110
|
representation_ containing all of the attributes of the resource. The best way
|
|
111
111
|
to find a detailed representation is to follow links. Every summary representation
|
|
112
|
-
includes a link to its detailed representation.
|
|
112
|
+
includes a link to its detailed representation. ### Links and addressability The
|
|
113
113
|
best way to navigate the API is by following links. These are attributes in representations
|
|
114
114
|
that link to other resources. The API always uses the same format for links: -
|
|
115
115
|
Links to other resources within the API are encapsulated in a `_links` object. -
|
|
@@ -124,12 +124,12 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
124
124
|
are always represented as a JSON object with an `items` attribute containing an
|
|
125
125
|
array of representations. Like all other representations, collections have `_links`
|
|
126
126
|
defined at the top level. Paginated collections include `first`, `last`, `next`,
|
|
127
|
-
and `prev` links containing a URL with the respective set of elements in the collection.
|
|
127
|
+
and `prev` links containing a URL with the respective set of elements in the collection. ##
|
|
128
128
|
Updates Resources that accept partial updates use the `PATCH` verb, and support
|
|
129
129
|
the [JSON Patch](http://tools.ietf.org/html/rfc6902) format. Some resources also
|
|
130
130
|
support the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format. In addition,
|
|
131
131
|
some resources support optional comments that can be submitted with updates. Comments
|
|
132
|
-
appear in outgoing webhooks, the audit log, and other integrations.
|
|
132
|
+
appear in outgoing webhooks, the audit log, and other integrations. ### Updates
|
|
133
133
|
via JSON Patch [JSON Patch](http://tools.ietf.org/html/rfc6902) is a way to specify
|
|
134
134
|
the modifications to perform on a resource. For example, in this feature flag representation: ```json
|
|
135
135
|
{ "name": "New recommendations engine", "key": "engine.enable", "description":
|
|
@@ -142,20 +142,20 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
142
142
|
"value": "The new description" } ] ``` The above patch request tests whether the
|
|
143
143
|
feature flag''s `version` is `10`, and if so, changes the feature flag''s description. Attributes
|
|
144
144
|
that aren''t editable, like a resource''s `_links`, have names that start with an
|
|
145
|
-
underscore.
|
|
145
|
+
underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge
|
|
146
146
|
Patch](https://tools.ietf.org/html/rfc7386) format, as well as the [Update feature
|
|
147
147
|
flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch
|
|
148
148
|
is less expressive than JSON Patch but in many cases, it is simpler to construct
|
|
149
149
|
a merge patch document. For example, you can change a feature flag''s description
|
|
150
150
|
with the following merge patch document: ```json { "description": "New flag description"
|
|
151
|
-
} ```
|
|
152
|
-
The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
153
|
-
supports comments. To submit a comment along with a JSON Patch document,
|
|
154
|
-
following format: ```json { "comment": "This is a comment string", "patch":
|
|
151
|
+
} ``` ### Updates with comments You can submit optional comments with `PATCH`
|
|
152
|
+
changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
153
|
+
resource supports comments. To submit a comment along with a JSON Patch document,
|
|
154
|
+
use the following format: ```json { "comment": "This is a comment string", "patch":
|
|
155
155
|
[{ "op": "replace", "path": "/description", "value": "The new description" }] }
|
|
156
156
|
``` To submit a comment along with a JSON Merge Patch document, use the following
|
|
157
157
|
format: ```json { "comment": "This is a comment string", "merge": { "description":
|
|
158
|
-
"New flag description" } } ```
|
|
158
|
+
"New flag description" } } ``` ### Updates via semantic patches The API also supports
|
|
159
159
|
the Semantic patch format. A semantic `PATCH` is a way to specify the modifications
|
|
160
160
|
to perform on a resource as a set of executable instructions. JSON Patch uses paths
|
|
161
161
|
and a limited set of operations to describe how to transform the current state of
|
|
@@ -193,14 +193,14 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
193
193
|
["438580d8-02ee-418d-9eec-0085cab2bdf0"], "variationId": "1bb18465-33b6-49aa-a3bd-eeb6650b33ad" } ]
|
|
194
194
|
} ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
|
|
195
195
|
> - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets)
|
|
196
|
-
> - [Update expiring user target for flags](/tag/User-
|
|
197
|
-
> - [Update expiring user targets on segment](/tag/Segments#operation/
|
|
196
|
+
> - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser)
|
|
197
|
+
> - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ##
|
|
198
198
|
Errors The API always returns errors in a common format. Here''s an example: ```json
|
|
199
199
|
{ "code": "invalid_request", "message": "A feature with that key already exists", "id":
|
|
200
200
|
"30ce6058-87da-11e4-b116-123b93f75cba" } ``` The general class of error is indicated
|
|
201
201
|
by the `code`. The `message` is a human-readable explanation of what went wrong.
|
|
202
202
|
The `id` is a unique identifier. Use it when you''re working with LaunchDarkly support
|
|
203
|
-
to debug a problem with a specific API call.
|
|
203
|
+
to debug a problem with a specific API call. ### HTTP Status - Error Response Codes |
|
|
204
204
|
Code | Definition | Desc. |
|
|
205
205
|
Possible Solution | | ---- | -----------------
|
|
206
206
|
| -------------------------------------------------------------------------------------------
|
|
@@ -214,7 +214,7 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
214
214
|
The API request could not be completed because it conflicted with a concurrent API
|
|
215
215
|
request. | Retry your request. | |
|
|
216
216
|
429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). |
|
|
217
|
-
Wait and try again later. |
|
|
217
|
+
Wait and try again later. | ## CORS The
|
|
218
218
|
LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests
|
|
219
219
|
from any origin. If an `Origin` header is given in a request, it will be echoed
|
|
220
220
|
as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin:
|
|
@@ -226,22 +226,22 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
226
226
|
calls, using either [token or session-based authentication](#section/Authentication).
|
|
227
227
|
If you’re using session auth, you should set the `withCredentials` property for
|
|
228
228
|
your `xhr` request to `true`. You should never expose your access tokens to untrusted
|
|
229
|
-
users.
|
|
230
|
-
of our APIs. Rate-limited calls to our APIs will return a `429` status
|
|
231
|
-
to our APIs will include headers indicating the current rate limit status.
|
|
232
|
-
headers returned depend on the API route being called. The limits differ
|
|
233
|
-
the route, authentication mechanism, and other factors. Routes that are
|
|
234
|
-
limited may not contain any of the headers described below. > ### Rate
|
|
235
|
-
and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the
|
|
236
|
-
defined here. LaunchDarkly uses a different set of approaches, including
|
|
237
|
-
events and a global CDN, to ensure availability to the routes
|
|
238
|
-
SDKs. > > The client-side ID is safe to embed in untrusted
|
|
239
|
-
for use in client-side JavaScript.
|
|
240
|
-
are subject to a global limit. This is the maximum number of calls that
|
|
241
|
-
to the API per ten seconds. All personal access tokens on the account
|
|
242
|
-
limit, so exceeding the limit with one access token will impact other
|
|
243
|
-
that are subject to global rate limits will return the headers below: |
|
|
244
|
-
name | Description |
|
|
229
|
+
users. ## Rate limiting We use several rate limiting strategies to ensure the
|
|
230
|
+
availability of our APIs. Rate-limited calls to our APIs will return a `429` status
|
|
231
|
+
code. Calls to our APIs will include headers indicating the current rate limit status.
|
|
232
|
+
The specific headers returned depend on the API route being called. The limits differ
|
|
233
|
+
based on the route, authentication mechanism, and other factors. Routes that are
|
|
234
|
+
not rate limited may not contain any of the headers described below. > ### Rate
|
|
235
|
+
limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the
|
|
236
|
+
API endpoints defined here. LaunchDarkly uses a different set of approaches, including
|
|
237
|
+
streaming/server-sent events and a global CDN, to ensure availability to the routes
|
|
238
|
+
used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted
|
|
239
|
+
contexts. It''s designed for use in client-side JavaScript. ### Global rate limits Authenticated
|
|
240
|
+
requests are subject to a global limit. This is the maximum number of calls that
|
|
241
|
+
can be made to the API per ten seconds. All personal access tokens on the account
|
|
242
|
+
share this limit, so exceeding the limit with one access token will impact other
|
|
243
|
+
tokens. Calls that are subject to global rate limits will return the headers below: |
|
|
244
|
+
Header name | Description |
|
|
245
245
|
| ------------------------------ | --------------------------------------------------------------------------------
|
|
246
246
|
| | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account
|
|
247
247
|
is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time
|
|
@@ -249,11 +249,11 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
249
249
|
not publicly document the specific number of calls that can be made globally. This
|
|
250
250
|
limit may change, and we encourage clients to program against the specification,
|
|
251
251
|
relying on the two headers defined above, rather than hardcoding to the current
|
|
252
|
-
limit.
|
|
253
|
-
These also reset every ten seconds. Any access tokens hitting the same route
|
|
254
|
-
this limit, so exceeding the limit with one access token may impact other
|
|
255
|
-
Calls that are subject to route-level rate limits will return the headers
|
|
256
|
-
Header name | Description |
|
|
252
|
+
limit. ### Route-level rate limits Some authenticated routes have custom rate
|
|
253
|
+
limits. These also reset every ten seconds. Any access tokens hitting the same route
|
|
254
|
+
share this limit, so exceeding the limit with one access token may impact other
|
|
255
|
+
tokens. Calls that are subject to route-level rate limits will return the headers
|
|
256
|
+
below: | Header name | Description |
|
|
257
257
|
| ----------------------------- | -----------------------------------------------------------------------------------------------------
|
|
258
258
|
| | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current
|
|
259
259
|
route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` |
|
|
@@ -264,25 +264,25 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
264
264
|
the specific number of calls that can be made to each endpoint per ten seconds.
|
|
265
265
|
These limits may change, and we encourage clients to program against the specification,
|
|
266
266
|
relying on the two headers defined above, rather than hardcoding to the current
|
|
267
|
-
limits.
|
|
267
|
+
limits. ### IP-based rate limiting We also employ IP-based rate limiting on some
|
|
268
268
|
API routes. If you hit an IP-based rate limit, your API response will include a
|
|
269
269
|
`Retry-After` header indicating how long to wait before re-trying the call. Clients
|
|
270
270
|
must wait at least `Retry-After` seconds before making additional calls to our API,
|
|
271
271
|
and should employ jitter and backoff strategies to avoid triggering rate limits
|
|
272
|
-
again.
|
|
272
|
+
again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json)
|
|
273
273
|
for our API. You can use this specification to generate client libraries to interact
|
|
274
274
|
with our REST API in your language of choice. This specification is supported by
|
|
275
275
|
several API-based tools such as Postman and Insomnia. In many cases, you can directly
|
|
276
|
-
import our specification to ease use in navigating the APIs in the tooling.
|
|
277
|
-
libraries We auto-generate multiple client libraries based on our OpenAPI
|
|
278
|
-
To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories).
|
|
276
|
+
import our specification to ease use in navigating the APIs in the tooling. ##
|
|
277
|
+
Client libraries We auto-generate multiple client libraries based on our OpenAPI
|
|
278
|
+
specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ##
|
|
279
279
|
Method Overriding Some firewalls and HTTP clients restrict the use of verbs other
|
|
280
280
|
than `GET` and `POST`. In those environments, our API endpoints that use `PUT`,
|
|
281
281
|
`PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API
|
|
282
282
|
supports the `X-HTTP-Method-Override` header, allowing clients to "tunnel" `PUT`,
|
|
283
283
|
`PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to
|
|
284
284
|
call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH`
|
|
285
|
-
as a header.
|
|
285
|
+
as a header. ## Beta resources We sometimes release new API resources in **beta**
|
|
286
286
|
status before we release them with general availability. Resources that are in
|
|
287
287
|
beta are still undergoing testing and development. They may change without notice,
|
|
288
288
|
including becoming backwards incompatible. We try to promote resources into general
|
|
@@ -291,31 +291,32 @@ description: '# Authentication All REST API resources are authenticated with ei
|
|
|
291
291
|
mark beta resources with a "Beta" callout in our documentation, pictured below: >
|
|
292
292
|
### This feature is in beta > > To use this feature, pass in a header including
|
|
293
293
|
the `LD-API-Version` key with value set to `beta`. Use this header with each call.
|
|
294
|
-
To learn more, read [Beta resources](/#section/Beta-resources).
|
|
295
|
-
use a beta resource, you must include a header in the request. If
|
|
296
|
-
resource without this header, you''ll receive a `403` response. Use
|
|
297
|
-
LD-API-Version: beta ```
|
|
298
|
-
compatible, but we occasionally have to make backwards-incompatible
|
|
299
|
-
process of shipping new features. These breaking changes can cause
|
|
300
|
-
if you don''t prepare for them accordingly. Updates to our
|
|
301
|
-
for the latest features in LaunchDarkly. We also release
|
|
302
|
-
API every time we make a breaking change. We provide simultaneous
|
|
303
|
-
API versions so you can migrate from your current API version
|
|
304
|
-
your own pace.
|
|
305
|
-
on a specific request by sending an `LD-API-Version` header,
|
|
306
|
-
below: ``` LD-API-Version: 20191212 ``` The header value
|
|
307
|
-
of the API version you''d like to request. The number for
|
|
308
|
-
to the date the version was released. In the example above
|
|
309
|
-
corresponds to December 12, 2019.
|
|
310
|
-
creating an access token, you must specify a specific version
|
|
311
|
-
This ensures that integrations using this token cannot be broken
|
|
312
|
-
created before versioning was released have their version
|
|
313
|
-
version of the API that existed before versioning) so that
|
|
314
|
-
the same way they did before versioning. If you would like
|
|
315
|
-
to use a new API version, you can explicitly set the
|
|
316
|
-
### Best practice: Set the header for every client or
|
|
317
|
-
that you set the API version header explicitly in any
|
|
318
|
-
build. > > Only rely on the access token API version during
|
|
294
|
+
To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta
|
|
295
|
+
resources To use a beta resource, you must include a header in the request. If
|
|
296
|
+
you call a beta resource without this header, you''ll receive a `403` response. Use
|
|
297
|
+
this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our
|
|
298
|
+
REST API backwards compatible, but we occasionally have to make backwards-incompatible
|
|
299
|
+
changes in the process of shipping new features. These breaking changes can cause
|
|
300
|
+
unexpected behavior if you don''t prepare for them accordingly. Updates to our
|
|
301
|
+
REST API include support for the latest features in LaunchDarkly. We also release
|
|
302
|
+
a new version of our REST API every time we make a breaking change. We provide simultaneous
|
|
303
|
+
support for multiple API versions so you can migrate from your current API version
|
|
304
|
+
to a new version at your own pace. ### Setting the API version per request You
|
|
305
|
+
can set the API version on a specific request by sending an `LD-API-Version` header,
|
|
306
|
+
as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value
|
|
307
|
+
is the version number of the API version you''d like to request. The number for
|
|
308
|
+
each version corresponds to the date the version was released. In the example above
|
|
309
|
+
the version `20191212` corresponds to December 12, 2019. ### Setting the API version
|
|
310
|
+
per access token When creating an access token, you must specify a specific version
|
|
311
|
+
of the API to use. This ensures that integrations using this token cannot be broken
|
|
312
|
+
by version changes. Tokens created before versioning was released have their version
|
|
313
|
+
set to `20160426` (the version of the API that existed before versioning) so that
|
|
314
|
+
they continue working the same way they did before versioning. If you would like
|
|
315
|
+
to upgrade your integration to use a new API version, you can explicitly set the
|
|
316
|
+
header described above. > ### Best practice: Set the header for every client or
|
|
317
|
+
integration > > We recommend that you set the API version header explicitly in any
|
|
318
|
+
client or integration you build. > > Only rely on the access token API version during
|
|
319
|
+
manual testing. '
|
|
319
320
|
email:
|
|
320
321
|
- support@launchdarkly.com
|
|
321
322
|
executables: []
|
|
@@ -358,6 +359,8 @@ files:
|
|
|
358
359
|
- docs/CustomRolePostData.md
|
|
359
360
|
- docs/CustomRoles.md
|
|
360
361
|
- docs/CustomRolesApi.md
|
|
362
|
+
- docs/CustomWorkflowMeta.md
|
|
363
|
+
- docs/CustomWorkflowStageMeta.md
|
|
361
364
|
- docs/DataExportDestinationsApi.md
|
|
362
365
|
- docs/DefaultClientSideAvailabilityPost.md
|
|
363
366
|
- docs/Defaults.md
|
|
@@ -439,6 +442,8 @@ files:
|
|
|
439
442
|
- docs/PatchSegmentInstruction.md
|
|
440
443
|
- docs/PatchSegmentRequest.md
|
|
441
444
|
- docs/PatchWithComment.md
|
|
445
|
+
- docs/PermissionGrantInput.md
|
|
446
|
+
- docs/PermissionGrantRep.md
|
|
442
447
|
- docs/PostApprovalRequestApplyRequest.md
|
|
443
448
|
- docs/PostApprovalRequestReviewRequest.md
|
|
444
449
|
- docs/PostFlagScheduledChangesInput.md
|
|
@@ -483,6 +488,11 @@ files:
|
|
|
483
488
|
- docs/SubjectDataRep.md
|
|
484
489
|
- docs/Target.md
|
|
485
490
|
- docs/TargetResourceRep.md
|
|
491
|
+
- docs/TeamCollectionRep.md
|
|
492
|
+
- docs/TeamPatchInput.md
|
|
493
|
+
- docs/TeamPostInput.md
|
|
494
|
+
- docs/TeamRep.md
|
|
495
|
+
- docs/TeamsBetaApi.md
|
|
486
496
|
- docs/TitleRep.md
|
|
487
497
|
- docs/Token.md
|
|
488
498
|
- docs/TokenDataRep.md
|
|
@@ -532,6 +542,7 @@ files:
|
|
|
532
542
|
- lib/launchdarkly_api/api/relay_proxy_configurations_api.rb
|
|
533
543
|
- lib/launchdarkly_api/api/scheduled_changes_api.rb
|
|
534
544
|
- lib/launchdarkly_api/api/segments_api.rb
|
|
545
|
+
- lib/launchdarkly_api/api/teams_beta_api.rb
|
|
535
546
|
- lib/launchdarkly_api/api/user_settings_api.rb
|
|
536
547
|
- lib/launchdarkly_api/api/users_api.rb
|
|
537
548
|
- lib/launchdarkly_api/api/users_beta_api.rb
|
|
@@ -564,6 +575,8 @@ files:
|
|
|
564
575
|
- lib/launchdarkly_api/models/custom_role_post.rb
|
|
565
576
|
- lib/launchdarkly_api/models/custom_role_post_data.rb
|
|
566
577
|
- lib/launchdarkly_api/models/custom_roles.rb
|
|
578
|
+
- lib/launchdarkly_api/models/custom_workflow_meta.rb
|
|
579
|
+
- lib/launchdarkly_api/models/custom_workflow_stage_meta.rb
|
|
567
580
|
- lib/launchdarkly_api/models/default_client_side_availability_post.rb
|
|
568
581
|
- lib/launchdarkly_api/models/defaults.rb
|
|
569
582
|
- lib/launchdarkly_api/models/dependent_flag.rb
|
|
@@ -638,6 +651,8 @@ files:
|
|
|
638
651
|
- lib/launchdarkly_api/models/patch_segment_instruction.rb
|
|
639
652
|
- lib/launchdarkly_api/models/patch_segment_request.rb
|
|
640
653
|
- lib/launchdarkly_api/models/patch_with_comment.rb
|
|
654
|
+
- lib/launchdarkly_api/models/permission_grant_input.rb
|
|
655
|
+
- lib/launchdarkly_api/models/permission_grant_rep.rb
|
|
641
656
|
- lib/launchdarkly_api/models/post_approval_request_apply_request.rb
|
|
642
657
|
- lib/launchdarkly_api/models/post_approval_request_review_request.rb
|
|
643
658
|
- lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb
|
|
@@ -678,6 +693,10 @@ files:
|
|
|
678
693
|
- lib/launchdarkly_api/models/subject_data_rep.rb
|
|
679
694
|
- lib/launchdarkly_api/models/target.rb
|
|
680
695
|
- lib/launchdarkly_api/models/target_resource_rep.rb
|
|
696
|
+
- lib/launchdarkly_api/models/team_collection_rep.rb
|
|
697
|
+
- lib/launchdarkly_api/models/team_patch_input.rb
|
|
698
|
+
- lib/launchdarkly_api/models/team_post_input.rb
|
|
699
|
+
- lib/launchdarkly_api/models/team_rep.rb
|
|
681
700
|
- lib/launchdarkly_api/models/title_rep.rb
|
|
682
701
|
- lib/launchdarkly_api/models/token.rb
|
|
683
702
|
- lib/launchdarkly_api/models/token_data_rep.rb
|
|
@@ -721,6 +740,7 @@ files:
|
|
|
721
740
|
- spec/api/relay_proxy_configurations_api_spec.rb
|
|
722
741
|
- spec/api/scheduled_changes_api_spec.rb
|
|
723
742
|
- spec/api/segments_api_spec.rb
|
|
743
|
+
- spec/api/teams_beta_api_spec.rb
|
|
724
744
|
- spec/api/user_settings_api_spec.rb
|
|
725
745
|
- spec/api/users_api_spec.rb
|
|
726
746
|
- spec/api/users_beta_api_spec.rb
|
|
@@ -752,6 +772,8 @@ files:
|
|
|
752
772
|
- spec/models/custom_role_post_spec.rb
|
|
753
773
|
- spec/models/custom_role_spec.rb
|
|
754
774
|
- spec/models/custom_roles_spec.rb
|
|
775
|
+
- spec/models/custom_workflow_meta_spec.rb
|
|
776
|
+
- spec/models/custom_workflow_stage_meta_spec.rb
|
|
755
777
|
- spec/models/default_client_side_availability_post_spec.rb
|
|
756
778
|
- spec/models/defaults_spec.rb
|
|
757
779
|
- spec/models/dependent_flag_environment_spec.rb
|
|
@@ -826,6 +848,8 @@ files:
|
|
|
826
848
|
- spec/models/patch_segment_instruction_spec.rb
|
|
827
849
|
- spec/models/patch_segment_request_spec.rb
|
|
828
850
|
- spec/models/patch_with_comment_spec.rb
|
|
851
|
+
- spec/models/permission_grant_input_spec.rb
|
|
852
|
+
- spec/models/permission_grant_rep_spec.rb
|
|
829
853
|
- spec/models/post_approval_request_apply_request_spec.rb
|
|
830
854
|
- spec/models/post_approval_request_review_request_spec.rb
|
|
831
855
|
- spec/models/post_flag_scheduled_changes_input_spec.rb
|
|
@@ -866,6 +890,10 @@ files:
|
|
|
866
890
|
- spec/models/subject_data_rep_spec.rb
|
|
867
891
|
- spec/models/target_resource_rep_spec.rb
|
|
868
892
|
- spec/models/target_spec.rb
|
|
893
|
+
- spec/models/team_collection_rep_spec.rb
|
|
894
|
+
- spec/models/team_patch_input_spec.rb
|
|
895
|
+
- spec/models/team_post_input_spec.rb
|
|
896
|
+
- spec/models/team_rep_spec.rb
|
|
869
897
|
- spec/models/title_rep_spec.rb
|
|
870
898
|
- spec/models/token_data_rep_spec.rb
|
|
871
899
|
- spec/models/token_spec.rb
|
|
@@ -891,7 +919,7 @@ files:
|
|
|
891
919
|
- spec/models/webhooks_spec.rb
|
|
892
920
|
- spec/models/weighted_variation_spec.rb
|
|
893
921
|
- spec/spec_helper.rb
|
|
894
|
-
homepage: https://
|
|
922
|
+
homepage: https://openapi-generator.tech
|
|
895
923
|
licenses:
|
|
896
924
|
- Unlicense
|
|
897
925
|
metadata: {}
|
|
@@ -910,197 +938,205 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
910
938
|
- !ruby/object:Gem::Version
|
|
911
939
|
version: '0'
|
|
912
940
|
requirements: []
|
|
913
|
-
|
|
914
|
-
rubygems_version: 2.5.2.3
|
|
941
|
+
rubygems_version: 3.1.2
|
|
915
942
|
signing_key:
|
|
916
943
|
specification_version: 4
|
|
917
944
|
summary: LaunchDarkly REST API Ruby Gem
|
|
918
945
|
test_files:
|
|
919
|
-
- spec/api/feature_flags_beta_api_spec.rb
|
|
920
|
-
- spec/api/metrics_api_spec.rb
|
|
921
|
-
- spec/api/scheduled_changes_api_spec.rb
|
|
922
946
|
- spec/api/custom_roles_api_spec.rb
|
|
923
|
-
- spec/api/approvals_api_spec.rb
|
|
924
|
-
- spec/api/user_settings_api_spec.rb
|
|
925
947
|
- spec/api/users_beta_api_spec.rb
|
|
926
|
-
- spec/api/
|
|
927
|
-
- spec/api/
|
|
948
|
+
- spec/api/scheduled_changes_api_spec.rb
|
|
949
|
+
- spec/api/feature_flags_api_spec.rb
|
|
950
|
+
- spec/api/metrics_api_spec.rb
|
|
951
|
+
- spec/api/user_settings_api_spec.rb
|
|
928
952
|
- spec/api/projects_api_spec.rb
|
|
929
|
-
- spec/api/relay_proxy_configurations_api_spec.rb
|
|
930
953
|
- spec/api/account_members_api_spec.rb
|
|
931
|
-
- spec/api/
|
|
932
|
-
- spec/api/
|
|
954
|
+
- spec/api/teams_beta_api_spec.rb
|
|
955
|
+
- spec/api/feature_flags_beta_api_spec.rb
|
|
956
|
+
- spec/api/audit_log_api_spec.rb
|
|
933
957
|
- spec/api/code_references_api_spec.rb
|
|
934
|
-
- spec/api/
|
|
935
|
-
- spec/api/
|
|
936
|
-
- spec/api/
|
|
958
|
+
- spec/api/webhooks_api_spec.rb
|
|
959
|
+
- spec/api/data_export_destinations_api_spec.rb
|
|
960
|
+
- spec/api/approvals_api_spec.rb
|
|
961
|
+
- spec/api/environments_api_spec.rb
|
|
937
962
|
- spec/api/access_tokens_api_spec.rb
|
|
963
|
+
- spec/api/experiments_beta_api_spec.rb
|
|
964
|
+
- spec/api/relay_proxy_configurations_api_spec.rb
|
|
938
965
|
- spec/api/segments_api_spec.rb
|
|
939
966
|
- spec/api/account_usage_beta_api_spec.rb
|
|
940
|
-
- spec/api/
|
|
967
|
+
- spec/api/users_api_spec.rb
|
|
968
|
+
- spec/api/other_api_spec.rb
|
|
941
969
|
- spec/api_client_spec.rb
|
|
942
970
|
- spec/configuration_spec.rb
|
|
943
|
-
- spec/models/
|
|
944
|
-
- spec/models/modification_spec.rb
|
|
945
|
-
- spec/models/dependent_flag_spec.rb
|
|
946
|
-
- spec/models/feature_flag_status_across_environments_spec.rb
|
|
947
|
-
- spec/models/webhook_spec.rb
|
|
948
|
-
- spec/models/experiment_enabled_period_rep_spec.rb
|
|
949
|
-
- spec/models/access_token_post_spec.rb
|
|
950
|
-
- spec/models/post_flag_scheduled_changes_input_spec.rb
|
|
951
|
-
- spec/models/experiment_environment_setting_rep_spec.rb
|
|
952
|
-
- spec/models/custom_property_spec.rb
|
|
953
|
-
- spec/models/client_side_availability_post_spec.rb
|
|
954
|
-
- spec/models/feature_flag_config_spec.rb
|
|
955
|
-
- spec/models/user_segment_spec.rb
|
|
956
|
-
- spec/models/client_side_availability_spec.rb
|
|
957
|
-
- spec/models/conflict_spec.rb
|
|
958
|
-
- spec/models/statement_rep_spec.rb
|
|
959
|
-
- spec/models/variation_summary_spec.rb
|
|
960
|
-
- spec/models/relay_auto_config_rep_spec.rb
|
|
961
|
-
- spec/models/member_data_rep_spec.rb
|
|
962
|
-
- spec/models/resource_id_response_spec.rb
|
|
963
|
-
- spec/models/big_segment_target_spec.rb
|
|
964
|
-
- spec/models/feature_flags_spec.rb
|
|
971
|
+
- spec/models/webhook_post_spec.rb
|
|
965
972
|
- spec/models/audit_log_entry_listing_rep_collection_spec.rb
|
|
966
|
-
- spec/models/experiment_totals_rep_spec.rb
|
|
967
|
-
- spec/models/project_spec.rb
|
|
968
|
-
- spec/models/feature_flag_statuses_spec.rb
|
|
969
|
-
- spec/models/resource_access_spec.rb
|
|
970
|
-
- spec/models/feature_flag_scheduled_changes_spec.rb
|
|
971
|
-
- spec/models/expiring_user_target_get_response_spec.rb
|
|
972
|
-
- spec/models/multi_environment_dependent_flags_spec.rb
|
|
973
|
-
- spec/models/prerequisite_spec.rb
|
|
974
|
-
- spec/models/post_approval_request_apply_request_spec.rb
|
|
975
|
-
- spec/models/integration_metadata_spec.rb
|
|
976
|
-
- spec/models/project_listing_rep_spec.rb
|
|
977
|
-
- spec/models/tokens_spec.rb
|
|
978
|
-
- spec/models/subject_data_rep_spec.rb
|
|
979
973
|
- spec/models/rollout_spec.rb
|
|
980
|
-
- spec/models/
|
|
981
|
-
- spec/models/
|
|
982
|
-
- spec/models/
|
|
983
|
-
- spec/models/
|
|
974
|
+
- spec/models/integration_status_spec.rb
|
|
975
|
+
- spec/models/members_spec.rb
|
|
976
|
+
- spec/models/custom_workflow_stage_meta_spec.rb
|
|
977
|
+
- spec/models/user_flag_setting_spec.rb
|
|
978
|
+
- spec/models/project_post_spec.rb
|
|
979
|
+
- spec/models/user_segments_spec.rb
|
|
980
|
+
- spec/models/team_patch_input_spec.rb
|
|
984
981
|
- spec/models/member_summary_rep_spec.rb
|
|
985
|
-
- spec/models/
|
|
986
|
-
- spec/models/
|
|
987
|
-
- spec/models/
|
|
982
|
+
- spec/models/projects_spec.rb
|
|
983
|
+
- spec/models/metric_collection_rep_spec.rb
|
|
984
|
+
- spec/models/multi_environment_dependent_flags_spec.rb
|
|
985
|
+
- spec/models/source_flag_spec.rb
|
|
986
|
+
- spec/models/flag_listing_rep_spec.rb
|
|
987
|
+
- spec/models/custom_role_post_spec.rb
|
|
988
|
+
- spec/models/experiment_results_rep_spec.rb
|
|
989
|
+
- spec/models/statement_rep_spec.rb
|
|
990
|
+
- spec/models/member_permission_grant_summary_rep_spec.rb
|
|
991
|
+
- spec/models/extinction_collection_rep_spec.rb
|
|
992
|
+
- spec/models/users_spec.rb
|
|
993
|
+
- spec/models/expiring_user_target_error_spec.rb
|
|
994
|
+
- spec/models/ip_list_spec.rb
|
|
995
|
+
- spec/models/sdk_version_rep_spec.rb
|
|
996
|
+
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
|
997
|
+
- spec/models/access_token_post_spec.rb
|
|
998
|
+
- spec/models/destinations_spec.rb
|
|
999
|
+
- spec/models/user_segment_spec.rb
|
|
1000
|
+
- spec/models/project_spec.rb
|
|
1001
|
+
- spec/models/authorized_app_data_rep_spec.rb
|
|
1002
|
+
- spec/models/feature_flag_scheduled_change_spec.rb
|
|
1003
|
+
- spec/models/review_response_spec.rb
|
|
1004
|
+
- spec/models/default_client_side_availability_post_spec.rb
|
|
1005
|
+
- spec/models/flag_summary_spec.rb
|
|
1006
|
+
- spec/models/team_rep_spec.rb
|
|
1007
|
+
- spec/models/permission_grant_rep_spec.rb
|
|
1008
|
+
- spec/models/dependent_flags_by_environment_spec.rb
|
|
1009
|
+
- spec/models/member_spec.rb
|
|
1010
|
+
- spec/models/experiment_stats_rep_spec.rb
|
|
988
1011
|
- spec/models/patch_segment_instruction_spec.rb
|
|
1012
|
+
- spec/models/reference_rep_spec.rb
|
|
989
1013
|
- spec/models/inline_object_spec.rb
|
|
990
|
-
- spec/models/repository_rep_spec.rb
|
|
991
|
-
- spec/models/environment_post_spec.rb
|
|
992
|
-
- spec/models/expiring_user_target_item_spec.rb
|
|
993
|
-
- spec/models/dependent_flag_environment_spec.rb
|
|
994
|
-
- spec/models/default_client_side_availability_post_spec.rb
|
|
995
1014
|
- spec/models/access_denied_reason_rep_spec.rb
|
|
996
|
-
- spec/models/
|
|
997
|
-
- spec/models/
|
|
998
|
-
- spec/models/
|
|
999
|
-
- spec/models/
|
|
1000
|
-
- spec/models/
|
|
1001
|
-
- spec/models/
|
|
1002
|
-
- spec/models/
|
|
1003
|
-
- spec/models/
|
|
1004
|
-
- spec/models/
|
|
1005
|
-
- spec/models/
|
|
1006
|
-
- spec/models/
|
|
1015
|
+
- spec/models/repository_rep_spec.rb
|
|
1016
|
+
- spec/models/variation_summary_spec.rb
|
|
1017
|
+
- spec/models/audit_log_entry_rep_spec.rb
|
|
1018
|
+
- spec/models/experiment_environment_setting_rep_spec.rb
|
|
1019
|
+
- spec/models/resource_access_spec.rb
|
|
1020
|
+
- spec/models/statistic_collection_rep_spec.rb
|
|
1021
|
+
- spec/models/custom_role_spec.rb
|
|
1022
|
+
- spec/models/pub_nub_detail_rep_spec.rb
|
|
1023
|
+
- spec/models/last_seen_metadata_spec.rb
|
|
1024
|
+
- spec/models/destination_spec.rb
|
|
1025
|
+
- spec/models/flag_scheduled_changes_input_spec.rb
|
|
1026
|
+
- spec/models/experiment_totals_rep_spec.rb
|
|
1027
|
+
- spec/models/member_data_rep_spec.rb
|
|
1028
|
+
- spec/models/experiment_time_series_slice_spec.rb
|
|
1029
|
+
- spec/models/parent_resource_rep_spec.rb
|
|
1030
|
+
- spec/models/modification_spec.rb
|
|
1031
|
+
- spec/models/segment_body_spec.rb
|
|
1007
1032
|
- spec/models/rule_spec.rb
|
|
1033
|
+
- spec/models/user_segment_rule_spec.rb
|
|
1008
1034
|
- spec/models/experiment_allocation_rep_spec.rb
|
|
1009
|
-
- spec/models/last_seen_metadata_spec.rb
|
|
1010
|
-
- spec/models/authorized_app_data_rep_spec.rb
|
|
1011
|
-
- spec/models/create_copy_flag_config_approval_request_request_spec.rb
|
|
1012
|
-
- spec/models/statement_post_spec.rb
|
|
1013
|
-
- spec/models/extinction_spec.rb
|
|
1014
|
-
- spec/models/patch_operation_spec.rb
|
|
1015
|
-
- spec/models/custom_roles_spec.rb
|
|
1016
|
-
- spec/models/hunk_rep_spec.rb
|
|
1017
1035
|
- spec/models/feature_flag_spec.rb
|
|
1018
|
-
- spec/models/
|
|
1019
|
-
- spec/models/pub_nub_detail_rep_spec.rb
|
|
1020
|
-
- spec/models/destinations_spec.rb
|
|
1021
|
-
- spec/models/extinction_collection_rep_spec.rb
|
|
1036
|
+
- spec/models/sdk_version_list_rep_spec.rb
|
|
1022
1037
|
- spec/models/flag_config_approval_requests_response_spec.rb
|
|
1023
|
-
- spec/models/
|
|
1024
|
-
- spec/models/
|
|
1025
|
-
- spec/models/feature_flag_status_spec.rb
|
|
1026
|
-
- spec/models/post_approval_request_review_request_spec.rb
|
|
1027
|
-
- spec/models/experiment_info_rep_spec.rb
|
|
1028
|
-
- spec/models/clause_spec.rb
|
|
1029
|
-
- spec/models/custom_role_spec.rb
|
|
1030
|
-
- spec/models/members_spec.rb
|
|
1031
|
-
- spec/models/metric_collection_rep_spec.rb
|
|
1032
|
-
- spec/models/title_rep_spec.rb
|
|
1038
|
+
- spec/models/metric_post_spec.rb
|
|
1039
|
+
- spec/models/new_member_form_spec.rb
|
|
1033
1040
|
- spec/models/access_rep_spec.rb
|
|
1034
|
-
- spec/models/
|
|
1035
|
-
- spec/models/
|
|
1036
|
-
- spec/models/
|
|
1037
|
-
- spec/models/
|
|
1038
|
-
- spec/models/
|
|
1039
|
-
- spec/models/
|
|
1040
|
-
- spec/models/
|
|
1041
|
-
- spec/models/
|
|
1042
|
-
- spec/models/flag_copy_config_post_spec.rb
|
|
1041
|
+
- spec/models/feature_flag_config_spec.rb
|
|
1042
|
+
- spec/models/audit_log_entry_listing_rep_spec.rb
|
|
1043
|
+
- spec/models/flag_status_rep_spec.rb
|
|
1044
|
+
- spec/models/defaults_spec.rb
|
|
1045
|
+
- spec/models/client_side_availability_post_spec.rb
|
|
1046
|
+
- spec/models/flag_config_approval_request_response_spec.rb
|
|
1047
|
+
- spec/models/feature_flags_spec.rb
|
|
1048
|
+
- spec/models/prerequisite_spec.rb
|
|
1043
1049
|
- spec/models/url_post_spec.rb
|
|
1050
|
+
- spec/models/tokens_spec.rb
|
|
1051
|
+
- spec/models/expiring_user_target_item_spec.rb
|
|
1052
|
+
- spec/models/experiment_info_rep_spec.rb
|
|
1053
|
+
- spec/models/dependent_flag_spec.rb
|
|
1054
|
+
- spec/models/metric_rep_spec.rb
|
|
1055
|
+
- spec/models/versions_rep_spec.rb
|
|
1056
|
+
- spec/models/experiment_metadata_rep_spec.rb
|
|
1057
|
+
- spec/models/experiment_enabled_period_rep_spec.rb
|
|
1044
1058
|
- spec/models/copied_from_env_spec.rb
|
|
1045
|
-
- spec/models/
|
|
1046
|
-
- spec/models/
|
|
1047
|
-
- spec/models/
|
|
1048
|
-
- spec/models/
|
|
1049
|
-
- spec/models/
|
|
1059
|
+
- spec/models/statistic_rep_spec.rb
|
|
1060
|
+
- spec/models/segment_metadata_spec.rb
|
|
1061
|
+
- spec/models/conflict_spec.rb
|
|
1062
|
+
- spec/models/inline_object1_spec.rb
|
|
1063
|
+
- spec/models/custom_roles_spec.rb
|
|
1064
|
+
- spec/models/target_resource_rep_spec.rb
|
|
1065
|
+
- spec/models/resource_id_response_spec.rb
|
|
1066
|
+
- spec/models/extinction_rep_spec.rb
|
|
1067
|
+
- spec/models/extinction_spec.rb
|
|
1068
|
+
- spec/models/user_spec.rb
|
|
1069
|
+
- spec/models/team_post_input_spec.rb
|
|
1070
|
+
- spec/models/token_spec.rb
|
|
1071
|
+
- spec/models/custom_workflow_meta_spec.rb
|
|
1072
|
+
- spec/models/post_approval_request_apply_request_spec.rb
|
|
1073
|
+
- spec/models/target_spec.rb
|
|
1074
|
+
- spec/models/feature_flag_body_spec.rb
|
|
1075
|
+
- spec/models/team_collection_rep_spec.rb
|
|
1076
|
+
- spec/models/create_flag_config_approval_request_request_spec.rb
|
|
1050
1077
|
- spec/models/expiring_user_target_patch_response_spec.rb
|
|
1051
|
-
- spec/models/webhook_post_spec.rb
|
|
1052
1078
|
- spec/models/member_team_summary_rep_spec.rb
|
|
1053
|
-
- spec/models/
|
|
1054
|
-
- spec/models/
|
|
1055
|
-
- spec/models/
|
|
1079
|
+
- spec/models/feature_flag_status_across_environments_spec.rb
|
|
1080
|
+
- spec/models/experiment_time_series_variation_slice_spec.rb
|
|
1081
|
+
- spec/models/experiment_rep_spec.rb
|
|
1082
|
+
- spec/models/link_spec.rb
|
|
1083
|
+
- spec/models/variation_or_rollout_rep_spec.rb
|
|
1084
|
+
- spec/models/patch_with_comment_spec.rb
|
|
1085
|
+
- spec/models/custom_role_post_data_spec.rb
|
|
1086
|
+
- spec/models/patch_segment_request_spec.rb
|
|
1087
|
+
- spec/models/relay_auto_config_rep_spec.rb
|
|
1088
|
+
- spec/models/webhook_spec.rb
|
|
1089
|
+
- spec/models/metric_listing_rep_spec.rb
|
|
1090
|
+
- spec/models/flag_copy_config_post_spec.rb
|
|
1091
|
+
- spec/models/relay_auto_config_post_spec.rb
|
|
1092
|
+
- spec/models/user_attribute_names_rep_spec.rb
|
|
1093
|
+
- spec/models/confidence_interval_rep_spec.rb
|
|
1056
1094
|
- spec/models/flag_copy_config_environment_spec.rb
|
|
1057
|
-
- spec/models/
|
|
1058
|
-
- spec/models/flag_status_rep_spec.rb
|
|
1059
|
-
- spec/models/access_denied_rep_spec.rb
|
|
1060
|
-
- spec/models/create_flag_config_approval_request_request_spec.rb
|
|
1061
|
-
- spec/models/extinction_rep_spec.rb
|
|
1062
|
-
- spec/models/metric_post_spec.rb
|
|
1063
|
-
- spec/models/segment_user_list_spec.rb
|
|
1064
|
-
- spec/models/flag_config_approval_request_response_spec.rb
|
|
1065
|
-
- spec/models/new_member_form_spec.rb
|
|
1066
|
-
- spec/models/target_resource_rep_spec.rb
|
|
1067
|
-
- spec/models/weighted_variation_spec.rb
|
|
1068
|
-
- spec/models/users_spec.rb
|
|
1069
|
-
- spec/models/destination_spec.rb
|
|
1070
|
-
- spec/models/user_flag_setting_spec.rb
|
|
1071
|
-
- spec/models/inline_response200_spec.rb
|
|
1072
|
-
- spec/models/flag_listing_rep_spec.rb
|
|
1073
|
-
- spec/models/feature_flag_scheduled_change_spec.rb
|
|
1074
|
-
- spec/models/metric_rep_spec.rb
|
|
1095
|
+
- spec/models/value_put_spec.rb
|
|
1075
1096
|
- spec/models/webhooks_spec.rb
|
|
1076
|
-
- spec/models/
|
|
1097
|
+
- spec/models/environment_post_spec.rb
|
|
1098
|
+
- spec/models/project_listing_rep_spec.rb
|
|
1099
|
+
- spec/models/user_record_spec.rb
|
|
1100
|
+
- spec/models/inline_response200_spec.rb
|
|
1101
|
+
- spec/models/user_flag_settings_spec.rb
|
|
1102
|
+
- spec/models/dependent_flag_environment_spec.rb
|
|
1103
|
+
- spec/models/feature_flag_statuses_spec.rb
|
|
1104
|
+
- spec/models/access_denied_rep_spec.rb
|
|
1077
1105
|
- spec/models/repository_collection_rep_spec.rb
|
|
1078
|
-
- spec/models/
|
|
1079
|
-
- spec/models/
|
|
1080
|
-
- spec/models/
|
|
1081
|
-
- spec/models/
|
|
1082
|
-
- spec/models/
|
|
1083
|
-
- spec/models/statement_spec.rb
|
|
1084
|
-
- spec/models/review_response_spec.rb
|
|
1085
|
-
- spec/models/segment_body_spec.rb
|
|
1086
|
-
- spec/models/user_segment_rule_spec.rb
|
|
1087
|
-
- spec/models/dependent_flags_by_environment_spec.rb
|
|
1088
|
-
- spec/models/custom_role_post_spec.rb
|
|
1089
|
-
- spec/models/patch_segment_request_spec.rb
|
|
1090
|
-
- spec/models/sdk_version_list_rep_spec.rb
|
|
1106
|
+
- spec/models/clause_spec.rb
|
|
1107
|
+
- spec/models/custom_property_spec.rb
|
|
1108
|
+
- spec/models/token_data_rep_spec.rb
|
|
1109
|
+
- spec/models/expiring_user_target_get_response_spec.rb
|
|
1110
|
+
- spec/models/feature_flag_status_spec.rb
|
|
1091
1111
|
- spec/models/flag_global_attributes_rep_spec.rb
|
|
1092
|
-
- spec/models/
|
|
1093
|
-
- spec/models/
|
|
1094
|
-
- spec/models/
|
|
1095
|
-
- spec/models/
|
|
1096
|
-
- spec/models/
|
|
1112
|
+
- spec/models/patch_operation_spec.rb
|
|
1113
|
+
- spec/models/subject_data_rep_spec.rb
|
|
1114
|
+
- spec/models/segment_user_state_spec.rb
|
|
1115
|
+
- spec/models/variate_spec.rb
|
|
1116
|
+
- spec/models/integration_metadata_spec.rb
|
|
1117
|
+
- spec/models/hunk_rep_spec.rb
|
|
1118
|
+
- spec/models/big_segment_target_spec.rb
|
|
1119
|
+
- spec/models/post_approval_request_review_request_spec.rb
|
|
1120
|
+
- spec/models/sdk_list_rep_spec.rb
|
|
1097
1121
|
- spec/models/variation_spec.rb
|
|
1098
|
-
- spec/models/
|
|
1099
|
-
- spec/models/
|
|
1100
|
-
- spec/models/
|
|
1101
|
-
- spec/models/
|
|
1102
|
-
- spec/models/
|
|
1103
|
-
- spec/models/
|
|
1104
|
-
- spec/models/
|
|
1105
|
-
- spec/models/
|
|
1122
|
+
- spec/models/relay_auto_config_collection_rep_spec.rb
|
|
1123
|
+
- spec/models/permission_grant_input_spec.rb
|
|
1124
|
+
- spec/models/statistics_root_spec.rb
|
|
1125
|
+
- spec/models/client_side_availability_spec.rb
|
|
1126
|
+
- spec/models/statement_post_spec.rb
|
|
1127
|
+
- spec/models/series_list_rep_spec.rb
|
|
1128
|
+
- spec/models/weighted_variation_spec.rb
|
|
1129
|
+
- spec/models/post_flag_scheduled_changes_input_spec.rb
|
|
1130
|
+
- spec/models/multi_environment_dependent_flag_spec.rb
|
|
1131
|
+
- spec/models/statement_post_data_spec.rb
|
|
1132
|
+
- spec/models/statement_spec.rb
|
|
1133
|
+
- spec/models/destination_post_spec.rb
|
|
1134
|
+
- spec/models/title_rep_spec.rb
|
|
1135
|
+
- spec/models/segment_user_list_spec.rb
|
|
1136
|
+
- spec/models/repository_post_spec.rb
|
|
1137
|
+
- spec/models/environment_spec.rb
|
|
1138
|
+
- spec/models/branch_collection_rep_spec.rb
|
|
1139
|
+
- spec/models/branch_rep_spec.rb
|
|
1140
|
+
- spec/models/feature_flag_scheduled_changes_spec.rb
|
|
1141
|
+
- spec/models/approval_settings_spec.rb
|
|
1106
1142
|
- spec/spec_helper.rb
|