launchdarkly_api 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +248 -245
- data/docs/ApprovalRequest.md +1 -0
- data/docs/ApprovalRequestFlagConfigCopyBody.md +13 -0
- data/docs/FeatureFlagsApi.md +69 -6
- data/docs/Source.md +9 -0
- data/launchdarkly_api.gemspec +1 -1
- data/lib/launchdarkly_api.rb +3 -1
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/customer_metrics_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/feature_flags_api.rb +76 -10
- data/lib/launchdarkly_api/api/integrations_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/root_api.rb +1 -1
- data/lib/launchdarkly_api/api/team_members_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_segments_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- data/lib/launchdarkly_api/api/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/approval_request.rb +14 -5
- data/lib/launchdarkly_api/models/approval_request_apply_config_body.rb +1 -1
- data/lib/launchdarkly_api/models/approval_request_config_body.rb +1 -1
- data/lib/launchdarkly_api/models/approval_request_flag_config_copy_body.rb +254 -0
- data/lib/launchdarkly_api/models/approval_request_review.rb +1 -1
- data/lib/launchdarkly_api/models/approval_request_review_config_body.rb +1 -1
- data/lib/launchdarkly_api/models/approval_request_review_status.rb +1 -1
- data/lib/launchdarkly_api/models/approval_requests.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entries.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +1 -1
- data/lib/launchdarkly_api/models/big_segment_target_changes.rb +1 -1
- data/lib/launchdarkly_api/models/big_segment_targets_body.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/copy_actions.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property_values.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_body.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.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__links.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flag_environment__links.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
- data/lib/launchdarkly_api/models/dependent_flags_links.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +1 -1
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +1 -1
- data/lib/launchdarkly_api/models/destination_body.rb +1 -1
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +1 -1
- data/lib/launchdarkly_api/models/destination_m_particle.rb +1 -1
- data/lib/launchdarkly_api/models/destination_segment.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_approval_settings.rb +1 -1
- data/lib/launchdarkly_api/models/environment_post.rb +1 -1
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/events.rb +1 -1
- data/lib/launchdarkly_api/models/fallthrough.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_copy_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_copy_object.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_scheduled_changes_conflicts.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.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_status_for_queried_environment.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_links.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_scheduled_changes_conflicts_body.rb +1 -1
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_patch_body.rb +1 -1
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_post_body.rb +1 -1
- data/lib/launchdarkly_api/models/flag_list_item.rb +1 -1
- data/lib/launchdarkly_api/models/hierarchical_links.rb +1 -1
- data/lib/launchdarkly_api/models/id.rb +1 -1
- data/lib/launchdarkly_api/models/integration.rb +1 -1
- data/lib/launchdarkly_api/models/integration_subscription.rb +1 -1
- data/lib/launchdarkly_api/models/integration_subscription__status.rb +1 -1
- data/lib/launchdarkly_api/models/integrations.rb +1 -1
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/links.rb +1 -1
- data/lib/launchdarkly_api/models/ma_uby_category.rb +1 -1
- data/lib/launchdarkly_api/models/mau.rb +1 -1
- data/lib/launchdarkly_api/models/mau_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/member__last_seen_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/members_body.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/patch_comment.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/policy.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_body.rb +1 -1
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_config.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_configs.rb +1 -1
- data/lib/launchdarkly_api/models/role.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/scheduled_changes_feature_flag_conflict.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/site.rb +1 -1
- data/lib/launchdarkly_api/models/source.rb +195 -0
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/stream.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_series.rb +1 -1
- data/lib/launchdarkly_api/models/streams.rb +1 -1
- data/lib/launchdarkly_api/models/subscription_body.rb +1 -1
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +1 -1
- data/lib/launchdarkly_api/models/token_body.rb +1 -1
- data/lib/launchdarkly_api/models/tokens.rb +1 -1
- data/lib/launchdarkly_api/models/usage.rb +1 -1
- data/lib/launchdarkly_api/models/usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/user.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_body.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/user_settings_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/users.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +1 -1
- data/lib/launchdarkly_api/models/webhook_body.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/openapi.yml +76 -5
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/customer_metrics_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/feature_flags_api_spec.rb +18 -4
- data/spec/api/integrations_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/root_api_spec.rb +1 -1
- data/spec/api/team_members_api_spec.rb +1 -1
- data/spec/api/user_segments_api_spec.rb +1 -1
- data/spec/api/user_settings_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/approval_request_apply_config_body_spec.rb +1 -1
- data/spec/models/approval_request_config_body_spec.rb +1 -1
- data/spec/models/approval_request_flag_config_copy_body_spec.rb +71 -0
- data/spec/models/approval_request_review_config_body_spec.rb +1 -1
- data/spec/models/approval_request_review_spec.rb +1 -1
- data/spec/models/approval_request_review_status_spec.rb +1 -1
- data/spec/models/approval_request_spec.rb +7 -1
- data/spec/models/approval_requests_spec.rb +1 -1
- data/spec/models/audit_log_entries_spec.rb +1 -1
- data/spec/models/audit_log_entry_spec.rb +1 -1
- data/spec/models/audit_log_entry_target_spec.rb +1 -1
- data/spec/models/big_segment_target_changes_spec.rb +1 -1
- data/spec/models/big_segment_targets_body_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/client_side_availability_spec.rb +1 -1
- data/spec/models/copy_actions_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_property_values_spec.rb +1 -1
- data/spec/models/custom_role_body_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/defaults_spec.rb +1 -1
- data/spec/models/dependent_flag__links_spec.rb +1 -1
- data/spec/models/dependent_flag_environment__links_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/dependent_flags_links_spec.rb +1 -1
- data/spec/models/destination_amazon_kinesis_spec.rb +1 -1
- data/spec/models/destination_body_spec.rb +1 -1
- data/spec/models/destination_google_pub_sub_spec.rb +1 -1
- data/spec/models/destination_m_particle_spec.rb +1 -1
- data/spec/models/destination_segment_spec.rb +1 -1
- data/spec/models/destination_spec.rb +1 -1
- data/spec/models/destinations_spec.rb +1 -1
- data/spec/models/environment_approval_settings_spec.rb +1 -1
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/evaluation_usage_error_spec.rb +1 -1
- data/spec/models/events_spec.rb +1 -1
- data/spec/models/fallthrough_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_copy_body_spec.rb +1 -1
- data/spec/models/feature_flag_copy_object_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_conflicts_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_for_queried_environment_spec.rb +1 -1
- data/spec/models/feature_flag_status_links_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_scheduled_changes_conflicts_body_spec.rb +1 -1
- data/spec/models/flag_config_scheduled_changes_patch_body_spec.rb +1 -1
- data/spec/models/flag_config_scheduled_changes_post_body_spec.rb +1 -1
- data/spec/models/flag_list_item_spec.rb +1 -1
- data/spec/models/hierarchical_links_spec.rb +1 -1
- data/spec/models/id_spec.rb +1 -1
- data/spec/models/integration_spec.rb +1 -1
- data/spec/models/integration_subscription__status_spec.rb +1 -1
- data/spec/models/integration_subscription_spec.rb +1 -1
- data/spec/models/integrations_spec.rb +1 -1
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/links_spec.rb +1 -1
- data/spec/models/ma_uby_category_spec.rb +1 -1
- data/spec/models/mau_metadata_spec.rb +1 -1
- data/spec/models/mau_spec.rb +1 -1
- data/spec/models/member__last_seen_metadata_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/members_body_spec.rb +1 -1
- data/spec/models/members_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/patch_comment_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/policy_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_body_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/relay_proxy_config_body_spec.rb +1 -1
- data/spec/models/relay_proxy_config_spec.rb +1 -1
- data/spec/models/relay_proxy_configs_spec.rb +1 -1
- data/spec/models/role_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +1 -1
- data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +1 -1
- data/spec/models/semantic_patch_instruction_inner_spec.rb +1 -1
- data/spec/models/semantic_patch_instruction_spec.rb +1 -1
- data/spec/models/semantic_patch_operation_spec.rb +1 -1
- data/spec/models/site_spec.rb +1 -1
- data/spec/models/source_spec.rb +47 -0
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_spec.rb +1 -1
- data/spec/models/stream_by_sdk_spec.rb +1 -1
- data/spec/models/stream_links_spec.rb +1 -1
- data/spec/models/stream_sdk_version_data_spec.rb +1 -1
- data/spec/models/stream_sdk_version_spec.rb +1 -1
- data/spec/models/stream_spec.rb +1 -1
- data/spec/models/stream_usage_error_spec.rb +1 -1
- data/spec/models/stream_usage_links_spec.rb +1 -1
- data/spec/models/stream_usage_metadata_spec.rb +1 -1
- data/spec/models/stream_usage_series_spec.rb +1 -1
- data/spec/models/streams_spec.rb +1 -1
- data/spec/models/subscription_body_spec.rb +1 -1
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/token_body_spec.rb +1 -1
- data/spec/models/token_spec.rb +1 -1
- data/spec/models/tokens_spec.rb +1 -1
- data/spec/models/usage_error_spec.rb +1 -1
- data/spec/models/usage_links_spec.rb +1 -1
- data/spec/models/usage_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_body_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_settings_body_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +1 -1
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/webhook_body_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 +10 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 5.
|
|
6
|
+
OpenAPI spec version: 5.4.0
|
|
7
7
|
Contact: support@launchdarkly.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: 2.4.17
|
|
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.17
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module LaunchDarklyApi
|
|
14
|
-
VERSION = '5.
|
|
14
|
+
VERSION = '5.4.0'
|
|
15
15
|
end
|
data/openapi.yml
CHANGED
|
@@ -10,7 +10,7 @@ info:
|
|
|
10
10
|
license:
|
|
11
11
|
name: Apache 2.0
|
|
12
12
|
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
|
|
13
|
-
version: 5.
|
|
13
|
+
version: 5.4.0
|
|
14
14
|
host: app.launchdarkly.com
|
|
15
15
|
basePath: /api/v2
|
|
16
16
|
schemes:
|
|
@@ -628,6 +628,28 @@ paths:
|
|
|
628
628
|
$ref: '#/responses/Standard404'
|
|
629
629
|
tags:
|
|
630
630
|
- Feature flags
|
|
631
|
+
'/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests-flag-copy':
|
|
632
|
+
post:
|
|
633
|
+
operationId: postApprovalRequestFlagCopy
|
|
634
|
+
summary: Create an approval request to copy feature flag config
|
|
635
|
+
parameters:
|
|
636
|
+
- $ref: '#/parameters/ProjectKey'
|
|
637
|
+
- $ref: '#/parameters/FeatureFlagKey'
|
|
638
|
+
- $ref: '#/parameters/EnvironmentKey'
|
|
639
|
+
- $ref: '#/parameters/ApprovalRequestFlagCopyPostRequest'
|
|
640
|
+
responses:
|
|
641
|
+
'201':
|
|
642
|
+
schema:
|
|
643
|
+
$ref: '#/definitions/ApprovalRequest'
|
|
644
|
+
description: Approval request applied response
|
|
645
|
+
'401':
|
|
646
|
+
$ref: '#/responses/Standard401'
|
|
647
|
+
'404':
|
|
648
|
+
$ref: '#/responses/Standard404'
|
|
649
|
+
'409':
|
|
650
|
+
$ref: '#/responses/Standard409'
|
|
651
|
+
tags:
|
|
652
|
+
- Feature flags
|
|
631
653
|
'/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId}':
|
|
632
654
|
get:
|
|
633
655
|
operationId: getApprovalRequest
|
|
@@ -640,7 +662,7 @@ paths:
|
|
|
640
662
|
responses:
|
|
641
663
|
'200':
|
|
642
664
|
schema:
|
|
643
|
-
$ref: '#/definitions/
|
|
665
|
+
$ref: '#/definitions/ApprovalRequest'
|
|
644
666
|
description: Approval request response
|
|
645
667
|
'401':
|
|
646
668
|
$ref: '#/responses/Standard401'
|
|
@@ -658,7 +680,7 @@ paths:
|
|
|
658
680
|
- $ref: '#/parameters/ApprovalRequestId'
|
|
659
681
|
- $ref: '#/parameters/ApprovalRequestPostRequest'
|
|
660
682
|
responses:
|
|
661
|
-
'
|
|
683
|
+
'201':
|
|
662
684
|
schema:
|
|
663
685
|
$ref: '#/definitions/ApprovalRequest'
|
|
664
686
|
description: Approval request response
|
|
@@ -699,7 +721,7 @@ paths:
|
|
|
699
721
|
responses:
|
|
700
722
|
'200':
|
|
701
723
|
schema:
|
|
702
|
-
$ref: '#/definitions/
|
|
724
|
+
$ref: '#/definitions/ApprovalRequest'
|
|
703
725
|
description: Approval request applied response
|
|
704
726
|
'401':
|
|
705
727
|
$ref: '#/responses/Standard401'
|
|
@@ -720,7 +742,7 @@ paths:
|
|
|
720
742
|
responses:
|
|
721
743
|
'200':
|
|
722
744
|
schema:
|
|
723
|
-
$ref: '#/definitions/
|
|
745
|
+
$ref: '#/definitions/ApprovalRequest'
|
|
724
746
|
description: Approval request reviewed response
|
|
725
747
|
'401':
|
|
726
748
|
$ref: '#/responses/Standard401'
|
|
@@ -2412,6 +2434,17 @@ definitions:
|
|
|
2412
2434
|
operatingOnId:
|
|
2413
2435
|
type: string
|
|
2414
2436
|
description: ID of scheduled change to edit or delete
|
|
2437
|
+
source:
|
|
2438
|
+
$ref: '#/definitions/Source'
|
|
2439
|
+
Source:
|
|
2440
|
+
type: object
|
|
2441
|
+
properties:
|
|
2442
|
+
key:
|
|
2443
|
+
type: string
|
|
2444
|
+
description: Environment key to be copied from
|
|
2445
|
+
version:
|
|
2446
|
+
type: integer
|
|
2447
|
+
description: Version of environment at time of request
|
|
2415
2448
|
ApprovalRequestReview:
|
|
2416
2449
|
type: object
|
|
2417
2450
|
properties:
|
|
@@ -4767,6 +4800,44 @@ parameters:
|
|
|
4767
4800
|
- description
|
|
4768
4801
|
- instructions
|
|
4769
4802
|
- notifyMemberIds
|
|
4803
|
+
ApprovalRequestFlagCopyPostRequest:
|
|
4804
|
+
name: approvalRequestFlagConfigCopyBody
|
|
4805
|
+
in: body
|
|
4806
|
+
description: Create a new approval request
|
|
4807
|
+
schema:
|
|
4808
|
+
type: object
|
|
4809
|
+
properties:
|
|
4810
|
+
description:
|
|
4811
|
+
type: string
|
|
4812
|
+
description: >-
|
|
4813
|
+
A name that describes the changes you would like to apply to a
|
|
4814
|
+
feature flag configuration
|
|
4815
|
+
notifyMemberIds:
|
|
4816
|
+
type: array
|
|
4817
|
+
items:
|
|
4818
|
+
type: string
|
|
4819
|
+
example:
|
|
4820
|
+
- memberId
|
|
4821
|
+
- memberId2
|
|
4822
|
+
source:
|
|
4823
|
+
$ref: '#/definitions/Source'
|
|
4824
|
+
comment:
|
|
4825
|
+
type: string
|
|
4826
|
+
description: comment will be included in audit log item for change.
|
|
4827
|
+
includedActions:
|
|
4828
|
+
type: array
|
|
4829
|
+
items:
|
|
4830
|
+
$ref: '#/definitions/CopyActions'
|
|
4831
|
+
description: Define the parts of the flag configuration that will be copied.
|
|
4832
|
+
excludedActions:
|
|
4833
|
+
type: array
|
|
4834
|
+
items:
|
|
4835
|
+
$ref: '#/definitions/CopyActions'
|
|
4836
|
+
description: Define the parts of the flag configuration that will not be copied.
|
|
4837
|
+
required:
|
|
4838
|
+
- description
|
|
4839
|
+
- notifyMemberIds
|
|
4840
|
+
- source
|
|
4770
4841
|
ApprovalRequestReviewPostRequest:
|
|
4771
4842
|
name: approvalRequestReviewConfigBody
|
|
4772
4843
|
in: body
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 5.
|
|
6
|
+
OpenAPI spec version: 5.4.0
|
|
7
7
|
Contact: support@launchdarkly.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: 2.4.17
|
|
@@ -118,7 +118,7 @@ describe 'FeatureFlagsApi' do
|
|
|
118
118
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
119
119
|
# @param approval_request_id The approval request ID
|
|
120
120
|
# @param [Hash] opts the optional parameters
|
|
121
|
-
# @return [
|
|
121
|
+
# @return [ApprovalRequest]
|
|
122
122
|
describe 'get_approval_request test' do
|
|
123
123
|
it 'should work' do
|
|
124
124
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -311,7 +311,7 @@ describe 'FeatureFlagsApi' do
|
|
|
311
311
|
# @param approval_request_id The approval request ID
|
|
312
312
|
# @param approval_request_apply_config_body Apply an approval request
|
|
313
313
|
# @param [Hash] opts the optional parameters
|
|
314
|
-
# @return [
|
|
314
|
+
# @return [ApprovalRequest]
|
|
315
315
|
describe 'post_apply_approval_request test' do
|
|
316
316
|
it 'should work' do
|
|
317
317
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -333,6 +333,20 @@ describe 'FeatureFlagsApi' do
|
|
|
333
333
|
end
|
|
334
334
|
end
|
|
335
335
|
|
|
336
|
+
# unit tests for post_approval_request_flag_copy
|
|
337
|
+
# Create an approval request to copy feature flag config
|
|
338
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
339
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
340
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
341
|
+
# @param [Hash] opts the optional parameters
|
|
342
|
+
# @option opts [ApprovalRequestFlagConfigCopyBody] :approval_request_flag_config_copy_body Create a new approval request
|
|
343
|
+
# @return [ApprovalRequest]
|
|
344
|
+
describe 'post_approval_request_flag_copy test' do
|
|
345
|
+
it 'should work' do
|
|
346
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
347
|
+
end
|
|
348
|
+
end
|
|
349
|
+
|
|
336
350
|
# unit tests for post_feature_flag
|
|
337
351
|
# Creates a new feature flag.
|
|
338
352
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
@@ -368,7 +382,7 @@ describe 'FeatureFlagsApi' do
|
|
|
368
382
|
# @param approval_request_id The approval request ID
|
|
369
383
|
# @param approval_request_review_config_body Review an approval request
|
|
370
384
|
# @param [Hash] opts the optional parameters
|
|
371
|
-
# @return [
|
|
385
|
+
# @return [ApprovalRequest]
|
|
372
386
|
describe 'post_review_approval_request test' do
|
|
373
387
|
it 'should work' do
|
|
374
388
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|