launchdarkly_api 3.10.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +225 -223
- data/docs/Environment.md +1 -0
- data/docs/EnvironmentApprovalSettings.md +12 -0
- data/docs/FeatureFlagApprovalRequest.md +18 -0
- data/docs/{FeatureFlagChangeRequestApplyConfigBody.md → FeatureFlagApprovalRequestApplyConfigBody.md} +1 -1
- data/docs/{FeatureFlagChangeRequestConfigBody.md → FeatureFlagApprovalRequestConfigBody.md} +1 -1
- data/docs/{FeatureFlagChangeRequestReview.md → FeatureFlagApprovalRequestReview.md} +3 -3
- data/docs/{FeatureFlagChangeRequestReviewConfigBody.md → FeatureFlagApprovalRequestReviewConfigBody.md} +2 -2
- data/docs/{FeatureFlagChangeRequestReviewStatus.md → FeatureFlagApprovalRequestReviewStatus.md} +1 -1
- data/docs/{FeatureFlagChangeRequests.md → FeatureFlagApprovalRequests.md} +2 -2
- data/docs/FeatureFlagsApi.md +120 -51
- data/launchdarkly_api.gemspec +1 -1
- data/lib/launchdarkly_api.rb +9 -8
- 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 +178 -99
- 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/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/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/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 +14 -5
- data/lib/launchdarkly_api/models/environment_approval_settings.rb +259 -0
- 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_change_request.rb → feature_flag_approval_request.rb} +9 -18
- data/lib/launchdarkly_api/models/{feature_flag_change_request_apply_config_body.rb → feature_flag_approval_request_apply_config_body.rb} +2 -2
- data/lib/launchdarkly_api/models/{feature_flag_change_request_config_body.rb → feature_flag_approval_request_config_body.rb} +2 -2
- data/lib/launchdarkly_api/models/{feature_flag_change_request_review.rb → feature_flag_approval_request_review.rb} +4 -4
- data/lib/launchdarkly_api/models/{feature_flag_change_request_review_config_body.rb → feature_flag_approval_request_review_config_body.rb} +5 -5
- data/lib/launchdarkly_api/models/{feature_flag_change_request_review_status.rb → feature_flag_approval_request_review_status.rb} +4 -4
- data/lib/launchdarkly_api/models/{feature_flag_change_requests.rb → feature_flag_approval_requests.rb} +3 -3
- 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_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.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__links.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/members.rb +1 -1
- data/lib/launchdarkly_api/models/members_body.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/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/unbounded_segment_target_changes.rb +1 -1
- data/lib/launchdarkly_api/models/unbounded_segment_targets_body.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 +122 -69
- 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 +43 -26
- 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/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/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/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 +69 -0
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +7 -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_change_request_apply_config_body_spec.rb → feature_flag_approval_request_apply_config_body_spec.rb} +7 -7
- data/spec/models/{feature_flag_change_request_config_body_spec.rb → feature_flag_approval_request_config_body_spec.rb} +7 -7
- data/spec/models/{feature_flag_change_request_review_config_body_spec.rb → feature_flag_approval_request_review_config_body_spec.rb} +8 -8
- data/spec/models/{feature_flag_change_request_review_spec.rb → feature_flag_approval_request_review_spec.rb} +7 -7
- data/spec/models/{feature_flag_change_request_review_status_spec.rb → feature_flag_approval_request_review_status_spec.rb} +7 -7
- data/spec/models/{feature_flag_change_request_spec.rb → feature_flag_approval_request_spec.rb} +7 -13
- data/spec/models/{feature_flag_change_requests_spec.rb → feature_flag_approval_requests_spec.rb} +7 -7
- 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_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_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__links_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_spec.rb +1 -1
- data/spec/models/members_body_spec.rb +1 -1
- data/spec/models/members_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/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/unbounded_segment_target_changes_spec.rb +1 -1
- data/spec/models/unbounded_segment_targets_body_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 +142 -138
- data/docs/FeatureFlagChangeRequest.md +0 -19
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 4.0.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.8
|
@@ -140,6 +140,77 @@ module LaunchDarklyApi
|
|
140
140
|
end
|
141
141
|
return data, status_code, headers
|
142
142
|
end
|
143
|
+
# Delete an approval request for a feature flag
|
144
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
145
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
146
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
147
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
148
|
+
# @param [Hash] opts the optional parameters
|
149
|
+
# @option opts [FeatureFlagApprovalRequestConfigBody] :feature_flag_approval_request_config_body Create a new feature flag approval request
|
150
|
+
# @return [nil]
|
151
|
+
def delete_feature_flag_approval_request(project_key, environment_key, feature_flag_key, feature_flag_approval_request_id, opts = {})
|
152
|
+
delete_feature_flag_approval_request_with_http_info(project_key, environment_key, feature_flag_key, feature_flag_approval_request_id, opts)
|
153
|
+
nil
|
154
|
+
end
|
155
|
+
|
156
|
+
# Delete an approval request for a feature flag
|
157
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
158
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
159
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
160
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
161
|
+
# @param [Hash] opts the optional parameters
|
162
|
+
# @option opts [FeatureFlagApprovalRequestConfigBody] :feature_flag_approval_request_config_body Create a new feature flag approval request
|
163
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
164
|
+
def delete_feature_flag_approval_request_with_http_info(project_key, environment_key, feature_flag_key, feature_flag_approval_request_id, opts = {})
|
165
|
+
if @api_client.config.debugging
|
166
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.delete_feature_flag_approval_request ...'
|
167
|
+
end
|
168
|
+
# verify the required parameter 'project_key' is set
|
169
|
+
if @api_client.config.client_side_validation && project_key.nil?
|
170
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.delete_feature_flag_approval_request"
|
171
|
+
end
|
172
|
+
# verify the required parameter 'environment_key' is set
|
173
|
+
if @api_client.config.client_side_validation && environment_key.nil?
|
174
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.delete_feature_flag_approval_request"
|
175
|
+
end
|
176
|
+
# verify the required parameter 'feature_flag_key' is set
|
177
|
+
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
178
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.delete_feature_flag_approval_request"
|
179
|
+
end
|
180
|
+
# verify the required parameter 'feature_flag_approval_request_id' is set
|
181
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_id.nil?
|
182
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_id' when calling FeatureFlagsApi.delete_feature_flag_approval_request"
|
183
|
+
end
|
184
|
+
# resource path
|
185
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagApprovalRequestId}'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'featureFlagApprovalRequestId' + '}', feature_flag_approval_request_id.to_s)
|
186
|
+
|
187
|
+
# query parameters
|
188
|
+
query_params = {}
|
189
|
+
|
190
|
+
# header parameters
|
191
|
+
header_params = {}
|
192
|
+
# HTTP header 'Accept' (if needed)
|
193
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
194
|
+
# HTTP header 'Content-Type'
|
195
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
196
|
+
|
197
|
+
# form parameters
|
198
|
+
form_params = {}
|
199
|
+
|
200
|
+
# http body (model)
|
201
|
+
post_body = @api_client.object_to_http_body(opts[:'feature_flag_approval_request_config_body'])
|
202
|
+
auth_names = ['Token']
|
203
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
204
|
+
:header_params => header_params,
|
205
|
+
:query_params => query_params,
|
206
|
+
:form_params => form_params,
|
207
|
+
:body => post_body,
|
208
|
+
:auth_names => auth_names)
|
209
|
+
if @api_client.config.debugging
|
210
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#delete_feature_flag_approval_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
211
|
+
end
|
212
|
+
return data, status_code, headers
|
213
|
+
end
|
143
214
|
# Get expiring user targets for feature flag
|
144
215
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
145
216
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
@@ -265,47 +336,47 @@ module LaunchDarklyApi
|
|
265
336
|
end
|
266
337
|
return data, status_code, headers
|
267
338
|
end
|
268
|
-
# Get a single
|
339
|
+
# Get a single approval request for a feature flag
|
269
340
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
270
341
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
271
342
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
272
|
-
# @param
|
343
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
273
344
|
# @param [Hash] opts the optional parameters
|
274
|
-
# @return [
|
275
|
-
def
|
276
|
-
data, _status_code, _headers =
|
345
|
+
# @return [FeatureFlagApprovalRequests]
|
346
|
+
def get_feature_flag_approval_request(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, opts = {})
|
347
|
+
data, _status_code, _headers = get_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, opts)
|
277
348
|
data
|
278
349
|
end
|
279
350
|
|
280
|
-
# Get a single
|
351
|
+
# Get a single approval request for a feature flag
|
281
352
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
282
353
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
283
354
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
284
|
-
# @param
|
355
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
285
356
|
# @param [Hash] opts the optional parameters
|
286
|
-
# @return [Array<(
|
287
|
-
def
|
357
|
+
# @return [Array<(FeatureFlagApprovalRequests, Fixnum, Hash)>] FeatureFlagApprovalRequests data, response status code and response headers
|
358
|
+
def get_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, opts = {})
|
288
359
|
if @api_client.config.debugging
|
289
|
-
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.
|
360
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.get_feature_flag_approval_request ...'
|
290
361
|
end
|
291
362
|
# verify the required parameter 'project_key' is set
|
292
363
|
if @api_client.config.client_side_validation && project_key.nil?
|
293
|
-
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.
|
364
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.get_feature_flag_approval_request"
|
294
365
|
end
|
295
366
|
# verify the required parameter 'feature_flag_key' is set
|
296
367
|
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
297
|
-
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.
|
368
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.get_feature_flag_approval_request"
|
298
369
|
end
|
299
370
|
# verify the required parameter 'environment_key' is set
|
300
371
|
if @api_client.config.client_side_validation && environment_key.nil?
|
301
|
-
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.
|
372
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.get_feature_flag_approval_request"
|
302
373
|
end
|
303
|
-
# verify the required parameter '
|
304
|
-
if @api_client.config.client_side_validation &&
|
305
|
-
fail ArgumentError, "Missing the required parameter '
|
374
|
+
# verify the required parameter 'feature_flag_approval_request_id' is set
|
375
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_id.nil?
|
376
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_id' when calling FeatureFlagsApi.get_feature_flag_approval_request"
|
306
377
|
end
|
307
378
|
# resource path
|
308
|
-
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{
|
379
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagApprovalRequestId}'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagApprovalRequestId' + '}', feature_flag_approval_request_id.to_s)
|
309
380
|
|
310
381
|
# query parameters
|
311
382
|
query_params = {}
|
@@ -329,47 +400,47 @@ module LaunchDarklyApi
|
|
329
400
|
:form_params => form_params,
|
330
401
|
:body => post_body,
|
331
402
|
:auth_names => auth_names,
|
332
|
-
:return_type => '
|
403
|
+
:return_type => 'FeatureFlagApprovalRequests')
|
333
404
|
if @api_client.config.debugging
|
334
|
-
@api_client.config.logger.debug "API called: FeatureFlagsApi#
|
405
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#get_feature_flag_approval_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
335
406
|
end
|
336
407
|
return data, status_code, headers
|
337
408
|
end
|
338
|
-
# Get all
|
409
|
+
# Get all approval requests for a feature flag
|
339
410
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
340
411
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
341
412
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
342
413
|
# @param [Hash] opts the optional parameters
|
343
|
-
# @return [
|
344
|
-
def
|
345
|
-
data, _status_code, _headers =
|
414
|
+
# @return [FeatureFlagApprovalRequests]
|
415
|
+
def get_feature_flag_approval_requests(project_key, feature_flag_key, environment_key, opts = {})
|
416
|
+
data, _status_code, _headers = get_feature_flag_approval_requests_with_http_info(project_key, feature_flag_key, environment_key, opts)
|
346
417
|
data
|
347
418
|
end
|
348
419
|
|
349
|
-
# Get all
|
420
|
+
# Get all approval requests for a feature flag
|
350
421
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
351
422
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
352
423
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
353
424
|
# @param [Hash] opts the optional parameters
|
354
|
-
# @return [Array<(
|
355
|
-
def
|
425
|
+
# @return [Array<(FeatureFlagApprovalRequests, Fixnum, Hash)>] FeatureFlagApprovalRequests data, response status code and response headers
|
426
|
+
def get_feature_flag_approval_requests_with_http_info(project_key, feature_flag_key, environment_key, opts = {})
|
356
427
|
if @api_client.config.debugging
|
357
|
-
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.
|
428
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.get_feature_flag_approval_requests ...'
|
358
429
|
end
|
359
430
|
# verify the required parameter 'project_key' is set
|
360
431
|
if @api_client.config.client_side_validation && project_key.nil?
|
361
|
-
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.
|
432
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.get_feature_flag_approval_requests"
|
362
433
|
end
|
363
434
|
# verify the required parameter 'feature_flag_key' is set
|
364
435
|
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
365
|
-
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.
|
436
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.get_feature_flag_approval_requests"
|
366
437
|
end
|
367
438
|
# verify the required parameter 'environment_key' is set
|
368
439
|
if @api_client.config.client_side_validation && environment_key.nil?
|
369
|
-
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.
|
440
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.get_feature_flag_approval_requests"
|
370
441
|
end
|
371
442
|
# resource path
|
372
|
-
local_var_path = '/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s)
|
443
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s)
|
373
444
|
|
374
445
|
# query parameters
|
375
446
|
query_params = {}
|
@@ -393,9 +464,9 @@ module LaunchDarklyApi
|
|
393
464
|
:form_params => form_params,
|
394
465
|
:body => post_body,
|
395
466
|
:auth_names => auth_names,
|
396
|
-
:return_type => '
|
467
|
+
:return_type => 'FeatureFlagApprovalRequests')
|
397
468
|
if @api_client.config.debugging
|
398
|
-
@api_client.config.logger.debug "API called: FeatureFlagsApi#
|
469
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#get_feature_flag_approval_requests\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
399
470
|
end
|
400
471
|
return data, status_code, headers
|
401
472
|
end
|
@@ -789,53 +860,53 @@ module LaunchDarklyApi
|
|
789
860
|
end
|
790
861
|
return data, status_code, headers
|
791
862
|
end
|
792
|
-
# Apply
|
863
|
+
# Apply approval request for a feature flag
|
793
864
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
794
865
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
795
866
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
796
|
-
# @param
|
797
|
-
# @param
|
867
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
868
|
+
# @param feature_flag_approval_request_apply_config_body Apply a new feature flag approval request
|
798
869
|
# @param [Hash] opts the optional parameters
|
799
|
-
# @return [
|
800
|
-
def
|
801
|
-
data, _status_code, _headers =
|
870
|
+
# @return [FeatureFlagApprovalRequests]
|
871
|
+
def post_apply_feature_flag_approval_request(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, feature_flag_approval_request_apply_config_body, opts = {})
|
872
|
+
data, _status_code, _headers = post_apply_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, feature_flag_approval_request_apply_config_body, opts)
|
802
873
|
data
|
803
874
|
end
|
804
875
|
|
805
|
-
# Apply
|
876
|
+
# Apply approval request for a feature flag
|
806
877
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
807
878
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
808
879
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
809
|
-
# @param
|
810
|
-
# @param
|
880
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
881
|
+
# @param feature_flag_approval_request_apply_config_body Apply a new feature flag approval request
|
811
882
|
# @param [Hash] opts the optional parameters
|
812
|
-
# @return [Array<(
|
813
|
-
def
|
883
|
+
# @return [Array<(FeatureFlagApprovalRequests, Fixnum, Hash)>] FeatureFlagApprovalRequests data, response status code and response headers
|
884
|
+
def post_apply_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, feature_flag_approval_request_apply_config_body, opts = {})
|
814
885
|
if @api_client.config.debugging
|
815
|
-
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.
|
886
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.post_apply_feature_flag_approval_request ...'
|
816
887
|
end
|
817
888
|
# verify the required parameter 'project_key' is set
|
818
889
|
if @api_client.config.client_side_validation && project_key.nil?
|
819
|
-
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.
|
890
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.post_apply_feature_flag_approval_request"
|
820
891
|
end
|
821
892
|
# verify the required parameter 'feature_flag_key' is set
|
822
893
|
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
823
|
-
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.
|
894
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.post_apply_feature_flag_approval_request"
|
824
895
|
end
|
825
896
|
# verify the required parameter 'environment_key' is set
|
826
897
|
if @api_client.config.client_side_validation && environment_key.nil?
|
827
|
-
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.
|
898
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.post_apply_feature_flag_approval_request"
|
828
899
|
end
|
829
|
-
# verify the required parameter '
|
830
|
-
if @api_client.config.client_side_validation &&
|
831
|
-
fail ArgumentError, "Missing the required parameter '
|
900
|
+
# verify the required parameter 'feature_flag_approval_request_id' is set
|
901
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_id.nil?
|
902
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_id' when calling FeatureFlagsApi.post_apply_feature_flag_approval_request"
|
832
903
|
end
|
833
|
-
# verify the required parameter '
|
834
|
-
if @api_client.config.client_side_validation &&
|
835
|
-
fail ArgumentError, "Missing the required parameter '
|
904
|
+
# verify the required parameter 'feature_flag_approval_request_apply_config_body' is set
|
905
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_apply_config_body.nil?
|
906
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_apply_config_body' when calling FeatureFlagsApi.post_apply_feature_flag_approval_request"
|
836
907
|
end
|
837
908
|
# resource path
|
838
|
-
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{
|
909
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagApprovalRequestId}/apply'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagApprovalRequestId' + '}', feature_flag_approval_request_id.to_s)
|
839
910
|
|
840
911
|
# query parameters
|
841
912
|
query_params = {}
|
@@ -851,7 +922,7 @@ module LaunchDarklyApi
|
|
851
922
|
form_params = {}
|
852
923
|
|
853
924
|
# http body (model)
|
854
|
-
post_body = @api_client.object_to_http_body(
|
925
|
+
post_body = @api_client.object_to_http_body(feature_flag_approval_request_apply_config_body)
|
855
926
|
auth_names = ['Token']
|
856
927
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
857
928
|
:header_params => header_params,
|
@@ -859,9 +930,9 @@ module LaunchDarklyApi
|
|
859
930
|
:form_params => form_params,
|
860
931
|
:body => post_body,
|
861
932
|
:auth_names => auth_names,
|
862
|
-
:return_type => '
|
933
|
+
:return_type => 'FeatureFlagApprovalRequests')
|
863
934
|
if @api_client.config.debugging
|
864
|
-
@api_client.config.logger.debug "API called: FeatureFlagsApi#
|
935
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#post_apply_feature_flag_approval_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
865
936
|
end
|
866
937
|
return data, status_code, headers
|
867
938
|
end
|
@@ -926,41 +997,49 @@ module LaunchDarklyApi
|
|
926
997
|
end
|
927
998
|
return data, status_code, headers
|
928
999
|
end
|
1000
|
+
# Create an approval request for a feature flag
|
929
1001
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
930
1002
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
931
1003
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
1004
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
932
1005
|
# @param [Hash] opts the optional parameters
|
933
|
-
# @option opts [
|
934
|
-
# @return [
|
935
|
-
def
|
936
|
-
data, _status_code, _headers =
|
1006
|
+
# @option opts [FeatureFlagApprovalRequestConfigBody] :feature_flag_approval_request_config_body Create a new feature flag approval request
|
1007
|
+
# @return [FeatureFlagApprovalRequest]
|
1008
|
+
def post_feature_flag_approval_request(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, opts = {})
|
1009
|
+
data, _status_code, _headers = post_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, opts)
|
937
1010
|
data
|
938
1011
|
end
|
939
1012
|
|
1013
|
+
# Create an approval request for a feature flag
|
940
1014
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
941
1015
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
942
1016
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
1017
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
943
1018
|
# @param [Hash] opts the optional parameters
|
944
|
-
# @option opts [
|
945
|
-
# @return [Array<(
|
946
|
-
def
|
1019
|
+
# @option opts [FeatureFlagApprovalRequestConfigBody] :feature_flag_approval_request_config_body Create a new feature flag approval request
|
1020
|
+
# @return [Array<(FeatureFlagApprovalRequest, Fixnum, Hash)>] FeatureFlagApprovalRequest data, response status code and response headers
|
1021
|
+
def post_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, opts = {})
|
947
1022
|
if @api_client.config.debugging
|
948
|
-
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.
|
1023
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.post_feature_flag_approval_request ...'
|
949
1024
|
end
|
950
1025
|
# verify the required parameter 'project_key' is set
|
951
1026
|
if @api_client.config.client_side_validation && project_key.nil?
|
952
|
-
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.
|
1027
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.post_feature_flag_approval_request"
|
953
1028
|
end
|
954
1029
|
# verify the required parameter 'feature_flag_key' is set
|
955
1030
|
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
956
|
-
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.
|
1031
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.post_feature_flag_approval_request"
|
957
1032
|
end
|
958
1033
|
# verify the required parameter 'environment_key' is set
|
959
1034
|
if @api_client.config.client_side_validation && environment_key.nil?
|
960
|
-
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.
|
1035
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.post_feature_flag_approval_request"
|
1036
|
+
end
|
1037
|
+
# verify the required parameter 'feature_flag_approval_request_id' is set
|
1038
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_id.nil?
|
1039
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_id' when calling FeatureFlagsApi.post_feature_flag_approval_request"
|
961
1040
|
end
|
962
1041
|
# resource path
|
963
|
-
local_var_path = '/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s)
|
1042
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagApprovalRequestId}'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagApprovalRequestId' + '}', feature_flag_approval_request_id.to_s)
|
964
1043
|
|
965
1044
|
# query parameters
|
966
1045
|
query_params = {}
|
@@ -976,7 +1055,7 @@ module LaunchDarklyApi
|
|
976
1055
|
form_params = {}
|
977
1056
|
|
978
1057
|
# http body (model)
|
979
|
-
post_body = @api_client.object_to_http_body(opts[:'
|
1058
|
+
post_body = @api_client.object_to_http_body(opts[:'feature_flag_approval_request_config_body'])
|
980
1059
|
auth_names = ['Token']
|
981
1060
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
982
1061
|
:header_params => header_params,
|
@@ -984,59 +1063,59 @@ module LaunchDarklyApi
|
|
984
1063
|
:form_params => form_params,
|
985
1064
|
:body => post_body,
|
986
1065
|
:auth_names => auth_names,
|
987
|
-
:return_type => '
|
1066
|
+
:return_type => 'FeatureFlagApprovalRequest')
|
988
1067
|
if @api_client.config.debugging
|
989
|
-
@api_client.config.logger.debug "API called: FeatureFlagsApi#
|
1068
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#post_feature_flag_approval_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
990
1069
|
end
|
991
1070
|
return data, status_code, headers
|
992
1071
|
end
|
993
|
-
# Review
|
1072
|
+
# Review approval request for a feature flag
|
994
1073
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
995
1074
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
996
1075
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
997
|
-
# @param
|
998
|
-
# @param
|
1076
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
1077
|
+
# @param feature_flag_approval_request_review_config_body Review a feature flag approval request
|
999
1078
|
# @param [Hash] opts the optional parameters
|
1000
|
-
# @return [
|
1001
|
-
def
|
1002
|
-
data, _status_code, _headers =
|
1079
|
+
# @return [FeatureFlagApprovalRequests]
|
1080
|
+
def post_review_feature_flag_approval_request(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, feature_flag_approval_request_review_config_body, opts = {})
|
1081
|
+
data, _status_code, _headers = post_review_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, feature_flag_approval_request_review_config_body, opts)
|
1003
1082
|
data
|
1004
1083
|
end
|
1005
1084
|
|
1006
|
-
# Review
|
1085
|
+
# Review approval request for a feature flag
|
1007
1086
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
1008
1087
|
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
1009
1088
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
1010
|
-
# @param
|
1011
|
-
# @param
|
1089
|
+
# @param feature_flag_approval_request_id The feature flag approval request ID
|
1090
|
+
# @param feature_flag_approval_request_review_config_body Review a feature flag approval request
|
1012
1091
|
# @param [Hash] opts the optional parameters
|
1013
|
-
# @return [Array<(
|
1014
|
-
def
|
1092
|
+
# @return [Array<(FeatureFlagApprovalRequests, Fixnum, Hash)>] FeatureFlagApprovalRequests data, response status code and response headers
|
1093
|
+
def post_review_feature_flag_approval_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_approval_request_id, feature_flag_approval_request_review_config_body, opts = {})
|
1015
1094
|
if @api_client.config.debugging
|
1016
|
-
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.
|
1095
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.post_review_feature_flag_approval_request ...'
|
1017
1096
|
end
|
1018
1097
|
# verify the required parameter 'project_key' is set
|
1019
1098
|
if @api_client.config.client_side_validation && project_key.nil?
|
1020
|
-
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.
|
1099
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.post_review_feature_flag_approval_request"
|
1021
1100
|
end
|
1022
1101
|
# verify the required parameter 'feature_flag_key' is set
|
1023
1102
|
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
1024
|
-
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.
|
1103
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.post_review_feature_flag_approval_request"
|
1025
1104
|
end
|
1026
1105
|
# verify the required parameter 'environment_key' is set
|
1027
1106
|
if @api_client.config.client_side_validation && environment_key.nil?
|
1028
|
-
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.
|
1107
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.post_review_feature_flag_approval_request"
|
1029
1108
|
end
|
1030
|
-
# verify the required parameter '
|
1031
|
-
if @api_client.config.client_side_validation &&
|
1032
|
-
fail ArgumentError, "Missing the required parameter '
|
1109
|
+
# verify the required parameter 'feature_flag_approval_request_id' is set
|
1110
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_id.nil?
|
1111
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_id' when calling FeatureFlagsApi.post_review_feature_flag_approval_request"
|
1033
1112
|
end
|
1034
|
-
# verify the required parameter '
|
1035
|
-
if @api_client.config.client_side_validation &&
|
1036
|
-
fail ArgumentError, "Missing the required parameter '
|
1113
|
+
# verify the required parameter 'feature_flag_approval_request_review_config_body' is set
|
1114
|
+
if @api_client.config.client_side_validation && feature_flag_approval_request_review_config_body.nil?
|
1115
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_approval_request_review_config_body' when calling FeatureFlagsApi.post_review_feature_flag_approval_request"
|
1037
1116
|
end
|
1038
1117
|
# resource path
|
1039
|
-
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{
|
1118
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagApprovalRequestId}/review'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagApprovalRequestId' + '}', feature_flag_approval_request_id.to_s)
|
1040
1119
|
|
1041
1120
|
# query parameters
|
1042
1121
|
query_params = {}
|
@@ -1052,7 +1131,7 @@ module LaunchDarklyApi
|
|
1052
1131
|
form_params = {}
|
1053
1132
|
|
1054
1133
|
# http body (model)
|
1055
|
-
post_body = @api_client.object_to_http_body(
|
1134
|
+
post_body = @api_client.object_to_http_body(feature_flag_approval_request_review_config_body)
|
1056
1135
|
auth_names = ['Token']
|
1057
1136
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1058
1137
|
:header_params => header_params,
|
@@ -1060,9 +1139,9 @@ module LaunchDarklyApi
|
|
1060
1139
|
:form_params => form_params,
|
1061
1140
|
:body => post_body,
|
1062
1141
|
:auth_names => auth_names,
|
1063
|
-
:return_type => '
|
1142
|
+
:return_type => 'FeatureFlagApprovalRequests')
|
1064
1143
|
if @api_client.config.debugging
|
1065
|
-
@api_client.config.logger.debug "API called: FeatureFlagsApi#
|
1144
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#post_review_feature_flag_approval_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1066
1145
|
end
|
1067
1146
|
return data, status_code, headers
|
1068
1147
|
end
|