launchdarkly_api 7.0.0 → 8.0.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 +142 -64
- data/docs/Access.md +20 -0
- data/docs/AccessAllowedReason.md +28 -0
- data/docs/{AccessDeniedRep.md → AccessAllowedRep.md} +3 -3
- data/docs/AccessDenied.md +20 -0
- data/docs/{AccessDeniedReasonRep.md → AccessDeniedReason.md} +4 -4
- data/docs/AccessTokensApi.md +1 -1
- data/docs/AccountMembersApi.md +76 -2
- data/docs/AccountUsageBetaApi.md +11 -11
- data/docs/ApprovalsApi.md +14 -14
- data/docs/CodeReferencesApi.md +13 -9
- data/docs/ConditionInputRep.md +6 -0
- data/docs/ConditionOutputRep.md +6 -0
- data/docs/CustomRole.md +1 -1
- data/docs/CustomRolesApi.md +24 -24
- data/docs/DataExportDestinationsApi.md +37 -37
- data/docs/Destination.md +1 -1
- data/docs/EnvironmentPost.md +6 -4
- data/docs/EnvironmentsApi.md +16 -16
- data/docs/ExperimentsBetaApi.md +22 -22
- data/docs/Export.md +32 -0
- data/docs/FeatureFlag.md +1 -1
- data/docs/FeatureFlagBody.md +1 -1
- data/docs/FeatureFlagConfig.md +1 -1
- data/docs/FeatureFlags.md +3 -1
- data/docs/FeatureFlagsApi.md +107 -107
- data/docs/FeatureFlagsBetaApi.md +20 -20
- data/docs/FileRep.md +20 -0
- data/docs/FlagGlobalAttributesRep.md +1 -1
- data/docs/FlagLinkCollectionRep.md +20 -0
- data/docs/FlagLinkMember.md +24 -0
- data/docs/FlagLinkPost.md +30 -0
- data/docs/FlagLinkRep.md +38 -0
- data/docs/FlagLinksBetaApi.md +310 -0
- data/docs/FlagTriggerInput.md +20 -0
- data/docs/FlagTriggersApi.md +396 -0
- data/docs/Import.md +30 -0
- data/docs/InitiatorRep.md +20 -0
- data/docs/Integration.md +40 -0
- data/docs/IntegrationAuditLogSubscriptionsApi.md +376 -0
- data/docs/IntegrationDeliveryConfiguration.md +38 -0
- data/docs/IntegrationDeliveryConfigurationCollection.md +20 -0
- data/docs/IntegrationDeliveryConfigurationCollectionLinks.md +20 -0
- data/docs/IntegrationDeliveryConfigurationLinks.md +24 -0
- data/docs/IntegrationDeliveryConfigurationPost.md +24 -0
- data/docs/IntegrationDeliveryConfigurationResponse.md +24 -0
- data/docs/IntegrationDeliveryConfigurationsBetaApi.md +541 -0
- data/docs/IntegrationStatusRep.md +22 -0
- data/docs/IntegrationSubscriptionStatusRep.md +26 -0
- data/docs/Integrations.md +22 -0
- data/docs/MemberImportItem.md +22 -0
- data/docs/{MemberSummaryRep.md → MemberSummary.md} +2 -2
- data/docs/MemberTeamsPostInput.md +18 -0
- data/docs/MetricListingRep.md +3 -3
- data/docs/MetricPost.md +1 -1
- data/docs/MetricRep.md +3 -3
- data/docs/MetricSeen.md +2 -2
- data/docs/MetricsApi.md +23 -23
- data/docs/PatchOperation.md +2 -2
- data/docs/PermissionGrantInput.md +4 -4
- data/docs/ProjectSummary.md +22 -0
- data/docs/ProjectsApi.md +1 -1
- data/docs/PutBranch.md +3 -1
- data/docs/RecentTriggerBody.md +20 -0
- data/docs/RelayAutoConfigRep.md +2 -2
- data/docs/RelayProxyConfigurationsApi.md +1 -1
- data/docs/RepositoryRep.md +1 -1
- data/docs/ResolvedContext.md +18 -0
- data/docs/ResolvedImage.md +22 -0
- data/docs/ResolvedTitle.md +20 -0
- data/docs/ResolvedUIBlockElement.md +24 -0
- data/docs/ResolvedUIBlocks.md +26 -0
- data/docs/Rule.md +3 -1
- data/docs/ScheduleConditionInputRep.md +6 -0
- data/docs/ScheduleConditionOutputRep.md +7 -1
- data/docs/ScheduledChangesApi.md +11 -11
- data/docs/SegmentsApi.md +100 -100
- data/docs/SegmentsBetaApi.md +313 -0
- data/docs/SourceEnv.md +20 -0
- data/docs/Statement.md +2 -2
- data/docs/StatementPost.md +2 -2
- data/docs/StatementPostData.md +2 -2
- data/docs/SubscriptionPost.md +30 -0
- data/docs/TagCollection.md +22 -0
- data/docs/TagsApi.md +83 -0
- data/docs/Team.md +32 -0
- data/docs/TeamCustomRole.md +24 -0
- data/docs/TeamCustomRoles.md +22 -0
- data/docs/TeamImportsRep.md +18 -0
- data/docs/TeamMaintainers.md +22 -0
- data/docs/TeamProjects.md +20 -0
- data/docs/{TeamCollectionRep.md → Teams.md} +3 -3
- data/docs/TeamsBetaApi.md +265 -33
- data/docs/TimestampRep.md +24 -0
- data/docs/Token.md +1 -1
- data/docs/TriggerPost.md +22 -0
- data/docs/TriggerWorkflowCollectionRep.md +20 -0
- data/docs/TriggerWorkflowRep.md +42 -0
- data/docs/User.md +0 -2
- data/docs/UserRecord.md +1 -1
- data/docs/UserSegment.md +1 -1
- data/docs/UserSettingsApi.md +60 -60
- data/docs/UsersApi.md +41 -41
- data/docs/Webhook.md +1 -1
- data/docs/WebhooksApi.md +1 -1
- data/docs/WorkflowsBetaApi.md +8 -8
- data/launchdarkly_api.gemspec +2 -2
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/account_members_api.rb +77 -3
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +20 -20
- data/lib/launchdarkly_api/api/approvals_api.rb +15 -15
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/code_references_api.rb +16 -10
- data/lib/launchdarkly_api/api/custom_roles_api.rb +30 -30
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +57 -57
- data/lib/launchdarkly_api/api/environments_api.rb +21 -21
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +39 -39
- data/lib/launchdarkly_api/api/feature_flags_api.rb +162 -162
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +34 -34
- data/lib/launchdarkly_api/api/flag_links_beta_api.rb +332 -0
- data/lib/launchdarkly_api/api/flag_triggers_api.rb +437 -0
- data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +377 -0
- data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +569 -0
- data/lib/launchdarkly_api/api/metrics_api.rb +30 -30
- 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 +13 -13
- data/lib/launchdarkly_api/api/segments_api.rb +162 -162
- data/lib/launchdarkly_api/api/segments_beta_api.rb +334 -0
- data/lib/launchdarkly_api/api/tags_api.rb +85 -0
- data/lib/launchdarkly_api/api/teams_beta_api.rb +249 -40
- data/lib/launchdarkly_api/api/user_settings_api.rb +100 -100
- data/lib/launchdarkly_api/api/users_api.rb +69 -69
- 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/workflows_beta_api.rb +9 -9
- 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.rb +241 -0
- data/lib/launchdarkly_api/models/access_allowed_reason.rb +280 -0
- data/lib/launchdarkly_api/models/access_allowed_rep.rb +237 -0
- data/lib/launchdarkly_api/models/{access_denied_rep.rb → access_denied.rb} +5 -5
- data/lib/launchdarkly_api/models/{access_denied_reason_rep.rb → access_denied_reason.rb} +6 -6
- data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
- data/lib/launchdarkly_api/models/action_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/action_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/approval_condition_output_rep.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/condition_base_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/condition_input_rep.rb +29 -2
- data/lib/launchdarkly_api/models/condition_output_rep.rb +29 -2
- 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/conflict_output_rep.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 +2 -2
- 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_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_meta.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +1 -1
- data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +1 -1
- 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 +2 -2
- 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 +17 -8
- data/lib/launchdarkly_api/models/execution_output_rep.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/export.rb +323 -0
- 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/feature_flag.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_body.rb +2 -2
- data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
- 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 +14 -5
- data/lib/launchdarkly_api/models/file_rep.rb +227 -0
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +1 -1
- 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 +2 -2
- data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/flag_link_member.rb +257 -0
- data/lib/launchdarkly_api/models/flag_link_post.rb +274 -0
- data/lib/launchdarkly_api/models/flag_link_rep.rb +337 -0
- 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/flag_trigger_input.rb +230 -0
- data/lib/launchdarkly_api/models/forbidden_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
- data/lib/launchdarkly_api/models/import.rb +306 -0
- data/lib/launchdarkly_api/models/{derived_attribute.rb → initiator_rep.rb} +17 -18
- data/lib/launchdarkly_api/models/integration.rb +325 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +369 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +239 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +232 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +265 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +257 -0
- data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +245 -0
- 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/integration_status_rep.rb +236 -0
- data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +256 -0
- data/lib/launchdarkly_api/models/integrations.rb +240 -0
- data/lib/launchdarkly_api/models/invalid_request_error_rep.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_import_item.rb +246 -0
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/{member_summary_rep.rb → member_summary.rb} +4 -4
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
- data/lib/launchdarkly_api/models/member_teams_post_input.rb +226 -0
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +16 -4
- data/lib/launchdarkly_api/models/metric_post.rb +14 -2
- data/lib/launchdarkly_api/models/metric_rep.rb +16 -4
- data/lib/launchdarkly_api/models/metric_seen.rb +8 -8
- 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/not_found_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
- data/lib/launchdarkly_api/models/patch_failed_error_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 +16 -16
- 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/project_summary.rb +238 -0
- 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/put_branch.rb +14 -5
- data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/recent_trigger_body.rb +229 -0
- 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 +3 -3
- 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 +2 -2
- data/lib/launchdarkly_api/models/{access_rep.rb → resolved_context.rb} +12 -17
- data/lib/launchdarkly_api/models/resolved_image.rb +236 -0
- data/lib/launchdarkly_api/models/resolved_title.rb +229 -0
- data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +245 -0
- data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +254 -0
- 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_output_rep.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 +14 -5
- data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +29 -2
- data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +32 -5
- 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_env.rb +229 -0
- data/lib/launchdarkly_api/models/source_flag.rb +1 -1
- data/lib/launchdarkly_api/models/stage_input_rep.rb +1 -1
- data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +3 -3
- data/lib/launchdarkly_api/models/statement_post.rb +1 -11
- data/lib/launchdarkly_api/models/statement_post_data.rb +1 -11
- 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/status_conflict_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
- data/lib/launchdarkly_api/models/subscription_post.rb +293 -0
- data/lib/launchdarkly_api/models/tag_collection.rb +252 -0
- 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_rep.rb → team.rb} +18 -62
- data/lib/launchdarkly_api/models/team_custom_role.rb +245 -0
- data/lib/launchdarkly_api/models/team_custom_roles.rb +240 -0
- data/lib/launchdarkly_api/models/{permission_grant_rep.rb → team_imports_rep.rb} +12 -41
- data/lib/launchdarkly_api/models/team_maintainers.rb +240 -0
- data/lib/launchdarkly_api/models/team_patch_input.rb +1 -1
- data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
- data/lib/launchdarkly_api/models/team_projects.rb +229 -0
- data/lib/launchdarkly_api/models/{team_collection_rep.rb → teams.rb} +5 -5
- data/lib/launchdarkly_api/models/timestamp_rep.rb +245 -0
- data/lib/launchdarkly_api/models/title_rep.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +2 -2
- 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/trigger_post.rb +245 -0
- data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +231 -0
- data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +332 -0
- data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +1 -1
- data/lib/launchdarkly_api/models/url_post.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +2 -13
- 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 +2 -2
- data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +2 -2
- 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/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 +2 -2
- 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 +55 -9
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/account_members_api_spec.rb +15 -2
- data/spec/api/account_usage_beta_api_spec.rb +4 -4
- data/spec/api/approvals_api_spec.rb +8 -8
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/code_references_api_spec.rb +4 -2
- data/spec/api/custom_roles_api_spec.rb +5 -5
- data/spec/api/data_export_destinations_api_spec.rb +9 -9
- data/spec/api/environments_api_spec.rb +4 -4
- data/spec/api/experiments_beta_api_spec.rb +7 -7
- data/spec/api/feature_flags_api_spec.rb +26 -26
- data/spec/api/feature_flags_beta_api_spec.rb +6 -6
- data/spec/api/flag_links_beta_api_spec.rb +91 -0
- data/spec/api/flag_triggers_api_spec.rb +110 -0
- data/spec/api/integration_audit_log_subscriptions_api_spec.rb +100 -0
- data/spec/api/integration_delivery_configurations_beta_api_spec.rb +135 -0
- data/spec/api/metrics_api_spec.rb +5 -5
- 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 +7 -7
- data/spec/api/segments_api_spec.rb +29 -29
- data/spec/api/segments_beta_api_spec.rb +93 -0
- data/spec/api/tags_api_spec.rb +48 -0
- data/spec/api/teams_beta_api_spec.rb +49 -8
- data/spec/api/user_settings_api_spec.rb +18 -18
- data/spec/api/users_api_spec.rb +12 -12
- data/spec/api/users_beta_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api/workflows_beta_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_allowed_reason_spec.rb +64 -0
- data/spec/models/access_allowed_rep_spec.rb +40 -0
- data/spec/models/{access_denied_reason_rep_spec.rb → access_denied_reason_spec.rb} +7 -7
- data/spec/models/{access_denied_rep_spec.rb → access_denied_spec.rb} +7 -7
- data/spec/models/{derived_attribute_spec.rb → access_spec.rb} +9 -9
- data/spec/models/access_token_post_spec.rb +1 -1
- data/spec/models/action_input_rep_spec.rb +1 -1
- data/spec/models/action_output_rep_spec.rb +1 -1
- data/spec/models/approval_condition_input_rep_spec.rb +1 -1
- data/spec/models/approval_condition_output_rep_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/condition_base_output_rep_spec.rb +1 -1
- data/spec/models/condition_input_rep_spec.rb +19 -1
- data/spec/models/condition_output_rep_spec.rb +19 -1
- data/spec/models/confidence_interval_rep_spec.rb +1 -1
- data/spec/models/conflict_output_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_input_rep_spec.rb +1 -1
- data/spec/models/custom_workflow_meta_spec.rb +1 -1
- data/spec/models/custom_workflow_output_rep_spec.rb +1 -1
- data/spec/models/custom_workflow_stage_meta_spec.rb +1 -1
- data/spec/models/custom_workflows_listing_output_rep_spec.rb +1 -1
- 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 +7 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/execution_output_rep_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/export_spec.rb +76 -0
- data/spec/models/extinction_collection_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 +7 -1
- data/spec/models/file_rep_spec.rb +40 -0
- data/spec/models/flag_config_approval_request_response_spec.rb +1 -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_link_collection_rep_spec.rb +40 -0
- data/spec/models/flag_link_member_spec.rb +52 -0
- data/spec/models/flag_link_post_spec.rb +70 -0
- data/spec/models/flag_link_rep_spec.rb +94 -0
- 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/flag_trigger_input_spec.rb +40 -0
- data/spec/models/forbidden_error_rep_spec.rb +1 -1
- data/spec/models/hunk_rep_spec.rb +1 -1
- data/spec/models/import_spec.rb +70 -0
- data/spec/models/initiator_rep_spec.rb +40 -0
- data/spec/models/integration_delivery_configuration_collection_links_spec.rb +40 -0
- data/spec/models/integration_delivery_configuration_collection_spec.rb +40 -0
- data/spec/models/integration_delivery_configuration_links_spec.rb +52 -0
- data/spec/models/integration_delivery_configuration_post_spec.rb +52 -0
- data/spec/models/integration_delivery_configuration_response_spec.rb +52 -0
- data/spec/models/integration_delivery_configuration_spec.rb +94 -0
- data/spec/models/integration_metadata_spec.rb +1 -1
- data/spec/models/integration_spec.rb +100 -0
- data/spec/models/integration_status_rep_spec.rb +46 -0
- data/spec/models/integration_status_spec.rb +1 -1
- data/spec/models/integration_subscription_status_rep_spec.rb +58 -0
- data/spec/models/{permission_grant_rep_spec.rb → integrations_spec.rb} +10 -16
- data/spec/models/invalid_request_error_rep_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_import_item_spec.rb +46 -0
- 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 → member_summary_spec.rb} +7 -7
- data/spec/models/member_team_summary_rep_spec.rb +1 -1
- data/spec/models/member_teams_post_input_spec.rb +34 -0
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/method_not_allowed_error_rep_spec.rb +1 -1
- data/spec/models/metric_collection_rep_spec.rb +1 -1
- data/spec/models/metric_listing_rep_spec.rb +5 -1
- data/spec/models/metric_post_spec.rb +5 -1
- data/spec/models/metric_rep_spec.rb +5 -1
- data/spec/models/metric_seen_spec.rb +2 -2
- 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/not_found_error_rep_spec.rb +1 -1
- data/spec/models/parent_resource_rep_spec.rb +1 -1
- data/spec/models/patch_failed_error_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 +3 -3
- 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/project_summary_spec.rb +46 -0
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
- data/spec/models/put_branch_spec.rb +7 -1
- data/spec/models/rate_limited_error_rep_spec.rb +1 -1
- data/spec/models/recent_trigger_body_spec.rb +40 -0
- 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/resolved_context_spec.rb +34 -0
- data/spec/models/resolved_image_spec.rb +46 -0
- data/spec/models/resolved_title_spec.rb +40 -0
- data/spec/models/resolved_ui_block_element_spec.rb +52 -0
- data/spec/models/resolved_ui_blocks_spec.rb +58 -0
- data/spec/models/resource_access_spec.rb +1 -1
- data/spec/models/resource_id_response_spec.rb +1 -1
- data/spec/models/review_output_rep_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 +7 -1
- data/spec/models/schedule_condition_input_rep_spec.rb +19 -1
- data/spec/models/schedule_condition_output_rep_spec.rb +19 -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_env_spec.rb +40 -0
- data/spec/models/source_flag_spec.rb +1 -1
- data/spec/models/stage_input_rep_spec.rb +1 -1
- data/spec/models/stage_output_rep_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/status_conflict_error_rep_spec.rb +1 -1
- data/spec/models/subject_data_rep_spec.rb +1 -1
- data/spec/models/subscription_post_spec.rb +70 -0
- data/spec/models/tag_collection_spec.rb +46 -0
- data/spec/models/target_resource_rep_spec.rb +1 -1
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/team_custom_role_spec.rb +52 -0
- data/spec/models/team_custom_roles_spec.rb +46 -0
- data/spec/models/{access_rep_spec.rb → team_imports_rep_spec.rb} +8 -8
- data/spec/models/team_maintainers_spec.rb +46 -0
- data/spec/models/team_patch_input_spec.rb +1 -1
- data/spec/models/team_post_input_spec.rb +1 -1
- data/spec/models/team_projects_spec.rb +40 -0
- data/spec/models/{team_rep_spec.rb → team_spec.rb} +9 -33
- data/spec/models/{team_collection_rep_spec.rb → teams_spec.rb} +7 -7
- data/spec/models/timestamp_rep_spec.rb +52 -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/trigger_post_spec.rb +46 -0
- data/spec/models/trigger_workflow_collection_rep_spec.rb +40 -0
- data/spec/models/trigger_workflow_rep_spec.rb +106 -0
- data/spec/models/unauthorized_error_rep_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_rep_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 -7
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/value_put_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 +249 -47
- data/docs/AccessRep.md +0 -18
- data/docs/DerivedAttribute.md +0 -20
- data/docs/PermissionGrantRep.md +0 -24
- data/docs/TeamRep.md +0 -40
data/docs/AccountMembersApi.md
CHANGED
|
@@ -8,6 +8,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
8
8
|
| [**get_member**](AccountMembersApi.md#get_member) | **GET** /api/v2/members/{id} | Get account member |
|
|
9
9
|
| [**get_members**](AccountMembersApi.md#get_members) | **GET** /api/v2/members | List account members |
|
|
10
10
|
| [**patch_member**](AccountMembersApi.md#patch_member) | **PATCH** /api/v2/members/{id} | Modify an account member |
|
|
11
|
+
| [**post_member_teams**](AccountMembersApi.md#post_member_teams) | **POST** /api/v2/members/{id}/teams | Add member to teams |
|
|
11
12
|
| [**post_members**](AccountMembersApi.md#post_members) | **POST** /api/v2/members | Invite new members |
|
|
12
13
|
|
|
13
14
|
|
|
@@ -237,7 +238,7 @@ end
|
|
|
237
238
|
|
|
238
239
|
Modify an account member
|
|
239
240
|
|
|
240
|
-
Update a single account member. The request should be a valid JSON Patch document describing the changes to be made to the member. Requests to update account members will not work if SCIM is enabled for the account.
|
|
241
|
+
Update a single account member. The request should be a valid JSON Patch document describing the changes to be made to the member. To update fields in the account member object that are arrays, set the `path` to the name of the field and then append `/<array index>`. Using `/0` appends to the beginning of the array. For example, to add a new custom role to a member, use the following request body: ``` [ { \"op\": \"add\", \"path\": \"/customRoles/0\", \"value\": \"some-role-id\" } ] ``` Requests to update account members will not work if SCIM is enabled for the account.
|
|
241
242
|
|
|
242
243
|
### Examples
|
|
243
244
|
|
|
@@ -254,7 +255,7 @@ end
|
|
|
254
255
|
|
|
255
256
|
api_instance = LaunchDarklyApi::AccountMembersApi.new
|
|
256
257
|
id = 'id_example' # String | The member ID
|
|
257
|
-
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/
|
|
258
|
+
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
|
|
258
259
|
|
|
259
260
|
begin
|
|
260
261
|
# Modify an account member
|
|
@@ -304,6 +305,79 @@ end
|
|
|
304
305
|
- **Accept**: application/json
|
|
305
306
|
|
|
306
307
|
|
|
308
|
+
## post_member_teams
|
|
309
|
+
|
|
310
|
+
> <Member> post_member_teams(id, member_teams_post_input)
|
|
311
|
+
|
|
312
|
+
Add member to teams
|
|
313
|
+
|
|
314
|
+
Add member to team(s)
|
|
315
|
+
|
|
316
|
+
### Examples
|
|
317
|
+
|
|
318
|
+
```ruby
|
|
319
|
+
require 'time'
|
|
320
|
+
require 'launchdarkly_api'
|
|
321
|
+
# setup authorization
|
|
322
|
+
LaunchDarklyApi.configure do |config|
|
|
323
|
+
# Configure API key authorization: ApiKey
|
|
324
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
|
325
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
326
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
api_instance = LaunchDarklyApi::AccountMembersApi.new
|
|
330
|
+
id = 'id_example' # String | The member ID
|
|
331
|
+
member_teams_post_input = LaunchDarklyApi::MemberTeamsPostInput.new({team_keys: ['team_keys_example']}) # MemberTeamsPostInput |
|
|
332
|
+
|
|
333
|
+
begin
|
|
334
|
+
# Add member to teams
|
|
335
|
+
result = api_instance.post_member_teams(id, member_teams_post_input)
|
|
336
|
+
p result
|
|
337
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
338
|
+
puts "Error when calling AccountMembersApi->post_member_teams: #{e}"
|
|
339
|
+
end
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
#### Using the post_member_teams_with_http_info variant
|
|
343
|
+
|
|
344
|
+
This returns an Array which contains the response data, status code and headers.
|
|
345
|
+
|
|
346
|
+
> <Array(<Member>, Integer, Hash)> post_member_teams_with_http_info(id, member_teams_post_input)
|
|
347
|
+
|
|
348
|
+
```ruby
|
|
349
|
+
begin
|
|
350
|
+
# Add member to teams
|
|
351
|
+
data, status_code, headers = api_instance.post_member_teams_with_http_info(id, member_teams_post_input)
|
|
352
|
+
p status_code # => 2xx
|
|
353
|
+
p headers # => { ... }
|
|
354
|
+
p data # => <Member>
|
|
355
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
356
|
+
puts "Error when calling AccountMembersApi->post_member_teams_with_http_info: #{e}"
|
|
357
|
+
end
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
### Parameters
|
|
361
|
+
|
|
362
|
+
| Name | Type | Description | Notes |
|
|
363
|
+
| ---- | ---- | ----------- | ----- |
|
|
364
|
+
| **id** | **String** | The member ID | |
|
|
365
|
+
| **member_teams_post_input** | [**MemberTeamsPostInput**](MemberTeamsPostInput.md) | | |
|
|
366
|
+
|
|
367
|
+
### Return type
|
|
368
|
+
|
|
369
|
+
[**Member**](Member.md)
|
|
370
|
+
|
|
371
|
+
### Authorization
|
|
372
|
+
|
|
373
|
+
[ApiKey](../README.md#ApiKey)
|
|
374
|
+
|
|
375
|
+
### HTTP request headers
|
|
376
|
+
|
|
377
|
+
- **Content-Type**: application/json
|
|
378
|
+
- **Accept**: application/json
|
|
379
|
+
|
|
380
|
+
|
|
307
381
|
## post_members
|
|
308
382
|
|
|
309
383
|
> <Members> post_members(new_member_form)
|
data/docs/AccountUsageBetaApi.md
CHANGED
|
@@ -4,7 +4,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**get_evaluations_usage**](AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{
|
|
7
|
+
| [**get_evaluations_usage**](AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey} | Get evaluations usage |
|
|
8
8
|
| [**get_events_usage**](AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage |
|
|
9
9
|
| [**get_mau_sdks_by_type**](AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type |
|
|
10
10
|
| [**get_mau_usage**](AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage |
|
|
@@ -16,7 +16,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
16
16
|
|
|
17
17
|
## get_evaluations_usage
|
|
18
18
|
|
|
19
|
-
> <SeriesListRep> get_evaluations_usage(
|
|
19
|
+
> <SeriesListRep> get_evaluations_usage(project_key, environment_key, feature_flag_key, opts)
|
|
20
20
|
|
|
21
21
|
Get evaluations usage
|
|
22
22
|
|
|
@@ -36,9 +36,9 @@ LaunchDarklyApi.configure do |config|
|
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
api_instance = LaunchDarklyApi::AccountUsageBetaApi.new
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
project_key = 'project_key_example' # String | The project key
|
|
40
|
+
environment_key = 'environment_key_example' # String | The environment key
|
|
41
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
42
42
|
opts = {
|
|
43
43
|
from: 'from_example', # String | The series of data returned starts from this timestamp. Defaults to 30 days ago.
|
|
44
44
|
to: 'to_example', # String | The series of data returned ends at this timestamp. Defaults to the current time.
|
|
@@ -47,7 +47,7 @@ opts = {
|
|
|
47
47
|
|
|
48
48
|
begin
|
|
49
49
|
# Get evaluations usage
|
|
50
|
-
result = api_instance.get_evaluations_usage(
|
|
50
|
+
result = api_instance.get_evaluations_usage(project_key, environment_key, feature_flag_key, opts)
|
|
51
51
|
p result
|
|
52
52
|
rescue LaunchDarklyApi::ApiError => e
|
|
53
53
|
puts "Error when calling AccountUsageBetaApi->get_evaluations_usage: #{e}"
|
|
@@ -58,12 +58,12 @@ end
|
|
|
58
58
|
|
|
59
59
|
This returns an Array which contains the response data, status code and headers.
|
|
60
60
|
|
|
61
|
-
> <Array(<SeriesListRep>, Integer, Hash)> get_evaluations_usage_with_http_info(
|
|
61
|
+
> <Array(<SeriesListRep>, Integer, Hash)> get_evaluations_usage_with_http_info(project_key, environment_key, feature_flag_key, opts)
|
|
62
62
|
|
|
63
63
|
```ruby
|
|
64
64
|
begin
|
|
65
65
|
# Get evaluations usage
|
|
66
|
-
data, status_code, headers = api_instance.get_evaluations_usage_with_http_info(
|
|
66
|
+
data, status_code, headers = api_instance.get_evaluations_usage_with_http_info(project_key, environment_key, feature_flag_key, opts)
|
|
67
67
|
p status_code # => 2xx
|
|
68
68
|
p headers # => { ... }
|
|
69
69
|
p data # => <SeriesListRep>
|
|
@@ -76,9 +76,9 @@ end
|
|
|
76
76
|
|
|
77
77
|
| Name | Type | Description | Notes |
|
|
78
78
|
| ---- | ---- | ----------- | ----- |
|
|
79
|
-
| **
|
|
80
|
-
| **
|
|
81
|
-
| **
|
|
79
|
+
| **project_key** | **String** | The project key | |
|
|
80
|
+
| **environment_key** | **String** | The environment key | |
|
|
81
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
82
82
|
| **from** | **String** | The series of data returned starts from this timestamp. Defaults to 30 days ago. | [optional] |
|
|
83
83
|
| **to** | **String** | The series of data returned ends at this timestamp. Defaults to the current time. | [optional] |
|
|
84
84
|
| **tz** | **String** | The timezone to use for breaks between days when returning daily data. | [optional] |
|
data/docs/ApprovalsApi.md
CHANGED
|
@@ -36,7 +36,7 @@ end
|
|
|
36
36
|
|
|
37
37
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
38
38
|
project_key = 'project_key_example' # String | The project key
|
|
39
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
39
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
40
40
|
environment_key = 'environment_key_example' # String | The environment key
|
|
41
41
|
id = 'id_example' # String | The feature flag approval request ID
|
|
42
42
|
|
|
@@ -71,7 +71,7 @@ end
|
|
|
71
71
|
| Name | Type | Description | Notes |
|
|
72
72
|
| ---- | ---- | ----------- | ----- |
|
|
73
73
|
| **project_key** | **String** | The project key | |
|
|
74
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
74
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
75
75
|
| **environment_key** | **String** | The environment key | |
|
|
76
76
|
| **id** | **String** | The feature flag approval request ID | |
|
|
77
77
|
|
|
@@ -112,7 +112,7 @@ end
|
|
|
112
112
|
|
|
113
113
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
114
114
|
project_key = 'project_key_example' # String | The project key
|
|
115
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
115
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
116
116
|
environment_key = 'environment_key_example' # String | The environment key
|
|
117
117
|
id = 'id_example' # String | The feature flag approval request ID
|
|
118
118
|
|
|
@@ -148,7 +148,7 @@ end
|
|
|
148
148
|
| Name | Type | Description | Notes |
|
|
149
149
|
| ---- | ---- | ----------- | ----- |
|
|
150
150
|
| **project_key** | **String** | The project key | |
|
|
151
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
151
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
152
152
|
| **environment_key** | **String** | The environment key | |
|
|
153
153
|
| **id** | **String** | The feature flag approval request ID | |
|
|
154
154
|
|
|
@@ -189,7 +189,7 @@ end
|
|
|
189
189
|
|
|
190
190
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
191
191
|
project_key = 'project_key_example' # String | The project key
|
|
192
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
192
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
193
193
|
environment_key = 'environment_key_example' # String | The environment key
|
|
194
194
|
|
|
195
195
|
begin
|
|
@@ -224,7 +224,7 @@ end
|
|
|
224
224
|
| Name | Type | Description | Notes |
|
|
225
225
|
| ---- | ---- | ----------- | ----- |
|
|
226
226
|
| **project_key** | **String** | The project key | |
|
|
227
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
227
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
228
228
|
| **environment_key** | **String** | The environment key | |
|
|
229
229
|
|
|
230
230
|
### Return type
|
|
@@ -264,7 +264,7 @@ end
|
|
|
264
264
|
|
|
265
265
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
266
266
|
project_key = 'project_key_example' # String | The project key
|
|
267
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
267
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
268
268
|
environment_key = 'environment_key_example' # String | The environment key
|
|
269
269
|
create_flag_config_approval_request_request = LaunchDarklyApi::CreateFlagConfigApprovalRequestRequest.new({description: 'description_example', instructions: [{ key: 3.56}], notify_member_ids: ['notify_member_ids_example']}) # CreateFlagConfigApprovalRequestRequest |
|
|
270
270
|
|
|
@@ -300,7 +300,7 @@ end
|
|
|
300
300
|
| Name | Type | Description | Notes |
|
|
301
301
|
| ---- | ---- | ----------- | ----- |
|
|
302
302
|
| **project_key** | **String** | The project key | |
|
|
303
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
303
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
304
304
|
| **environment_key** | **String** | The environment key | |
|
|
305
305
|
| **create_flag_config_approval_request_request** | [**CreateFlagConfigApprovalRequestRequest**](CreateFlagConfigApprovalRequestRequest.md) | | |
|
|
306
306
|
|
|
@@ -341,7 +341,7 @@ end
|
|
|
341
341
|
|
|
342
342
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
343
343
|
project_key = 'project_key_example' # String | The project key
|
|
344
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
344
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
345
345
|
environment_key = 'environment_key_example' # String | The environment key
|
|
346
346
|
id = 'id_example' # String | The feature flag approval request ID
|
|
347
347
|
post_approval_request_apply_request = LaunchDarklyApi::PostApprovalRequestApplyRequest.new # PostApprovalRequestApplyRequest |
|
|
@@ -378,7 +378,7 @@ end
|
|
|
378
378
|
| Name | Type | Description | Notes |
|
|
379
379
|
| ---- | ---- | ----------- | ----- |
|
|
380
380
|
| **project_key** | **String** | The project key | |
|
|
381
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
381
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
382
382
|
| **environment_key** | **String** | The environment key | |
|
|
383
383
|
| **id** | **String** | The feature flag approval request ID | |
|
|
384
384
|
| **post_approval_request_apply_request** | [**PostApprovalRequestApplyRequest**](PostApprovalRequestApplyRequest.md) | | |
|
|
@@ -420,7 +420,7 @@ end
|
|
|
420
420
|
|
|
421
421
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
422
422
|
project_key = 'project_key_example' # String | The project key
|
|
423
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
423
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
424
424
|
environment_key = 'environment_key_example' # String | The environment key
|
|
425
425
|
id = 'id_example' # String | The feature flag approval request ID
|
|
426
426
|
post_approval_request_review_request = LaunchDarklyApi::PostApprovalRequestReviewRequest.new # PostApprovalRequestReviewRequest |
|
|
@@ -457,7 +457,7 @@ end
|
|
|
457
457
|
| Name | Type | Description | Notes |
|
|
458
458
|
| ---- | ---- | ----------- | ----- |
|
|
459
459
|
| **project_key** | **String** | The project key | |
|
|
460
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
460
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
461
461
|
| **environment_key** | **String** | The environment key | |
|
|
462
462
|
| **id** | **String** | The feature flag approval request ID | |
|
|
463
463
|
| **post_approval_request_review_request** | [**PostApprovalRequestReviewRequest**](PostApprovalRequestReviewRequest.md) | | |
|
|
@@ -499,7 +499,7 @@ end
|
|
|
499
499
|
|
|
500
500
|
api_instance = LaunchDarklyApi::ApprovalsApi.new
|
|
501
501
|
project_key = 'project_key_example' # String | The project key
|
|
502
|
-
feature_flag_key = 'feature_flag_key_example' # String | The feature flag
|
|
502
|
+
feature_flag_key = 'feature_flag_key_example' # String | The feature flag key
|
|
503
503
|
environment_key = 'environment_key_example' # String | The environment key
|
|
504
504
|
create_copy_flag_config_approval_request_request = LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest.new({description: 'description_example', notify_member_ids: ['notify_member_ids_example'], source: LaunchDarklyApi::SourceFlag.new({key: 'key_example'})}) # CreateCopyFlagConfigApprovalRequestRequest |
|
|
505
505
|
|
|
@@ -535,7 +535,7 @@ end
|
|
|
535
535
|
| Name | Type | Description | Notes |
|
|
536
536
|
| ---- | ---- | ----------- | ----- |
|
|
537
537
|
| **project_key** | **String** | The project key | |
|
|
538
|
-
| **feature_flag_key** | **String** | The feature flag
|
|
538
|
+
| **feature_flag_key** | **String** | The feature flag key | |
|
|
539
539
|
| **environment_key** | **String** | The environment key | |
|
|
540
540
|
| **create_copy_flag_config_approval_request_request** | [**CreateCopyFlagConfigApprovalRequestRequest**](CreateCopyFlagConfigApprovalRequestRequest.md) | | |
|
|
541
541
|
|
data/docs/CodeReferencesApi.md
CHANGED
|
@@ -12,7 +12,7 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
12
12
|
| [**get_repositories**](CodeReferencesApi.md#get_repositories) | **GET** /api/v2/code-refs/repositories | List repositories |
|
|
13
13
|
| [**get_repository**](CodeReferencesApi.md#get_repository) | **GET** /api/v2/code-refs/repositories/{repo} | Get repository |
|
|
14
14
|
| [**get_root_statistic**](CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get links to code reference repositories for each project |
|
|
15
|
-
| [**get_statistics**](CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{
|
|
15
|
+
| [**get_statistics**](CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projectKey} | Get number of code references for flags |
|
|
16
16
|
| [**patch_repository**](CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository |
|
|
17
17
|
| [**post_extinction**](CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events | Create extinction |
|
|
18
18
|
| [**post_repository**](CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository |
|
|
@@ -337,7 +337,9 @@ opts = {
|
|
|
337
337
|
repo_name: 'repo_name_example', # String | Filter results to a specific repository
|
|
338
338
|
branch_name: 'branch_name_example', # String | Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
|
|
339
339
|
proj_key: 'proj_key_example', # String | Filter results to a specific project
|
|
340
|
-
flag_key: 'flag_key_example' # String | Filter results to a specific flag key
|
|
340
|
+
flag_key: 'flag_key_example', # String | Filter results to a specific flag key
|
|
341
|
+
from: 789, # Integer | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with `to`.
|
|
342
|
+
to: 789 # Integer | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with `from`.
|
|
341
343
|
}
|
|
342
344
|
|
|
343
345
|
begin
|
|
@@ -375,6 +377,8 @@ end
|
|
|
375
377
|
| **branch_name** | **String** | Filter results to a specific branch. By default, only the default branch will be queried for extinctions. | [optional] |
|
|
376
378
|
| **proj_key** | **String** | Filter results to a specific project | [optional] |
|
|
377
379
|
| **flag_key** | **String** | Filter results to a specific flag key | [optional] |
|
|
380
|
+
| **from** | **Integer** | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with `to`. | [optional] |
|
|
381
|
+
| **to** | **Integer** | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with `from`. | [optional] |
|
|
378
382
|
|
|
379
383
|
### Return type
|
|
380
384
|
|
|
@@ -610,7 +614,7 @@ This endpoint does not need any parameter.
|
|
|
610
614
|
|
|
611
615
|
## get_statistics
|
|
612
616
|
|
|
613
|
-
> <StatisticCollectionRep> get_statistics(
|
|
617
|
+
> <StatisticCollectionRep> get_statistics(project_key, opts)
|
|
614
618
|
|
|
615
619
|
Get number of code references for flags
|
|
616
620
|
|
|
@@ -630,14 +634,14 @@ LaunchDarklyApi.configure do |config|
|
|
|
630
634
|
end
|
|
631
635
|
|
|
632
636
|
api_instance = LaunchDarklyApi::CodeReferencesApi.new
|
|
633
|
-
|
|
637
|
+
project_key = 'project_key_example' # String | The project key
|
|
634
638
|
opts = {
|
|
635
639
|
flag_key: 'flag_key_example' # String | Filter results to a specific flag key
|
|
636
640
|
}
|
|
637
641
|
|
|
638
642
|
begin
|
|
639
643
|
# Get number of code references for flags
|
|
640
|
-
result = api_instance.get_statistics(
|
|
644
|
+
result = api_instance.get_statistics(project_key, opts)
|
|
641
645
|
p result
|
|
642
646
|
rescue LaunchDarklyApi::ApiError => e
|
|
643
647
|
puts "Error when calling CodeReferencesApi->get_statistics: #{e}"
|
|
@@ -648,12 +652,12 @@ end
|
|
|
648
652
|
|
|
649
653
|
This returns an Array which contains the response data, status code and headers.
|
|
650
654
|
|
|
651
|
-
> <Array(<StatisticCollectionRep>, Integer, Hash)> get_statistics_with_http_info(
|
|
655
|
+
> <Array(<StatisticCollectionRep>, Integer, Hash)> get_statistics_with_http_info(project_key, opts)
|
|
652
656
|
|
|
653
657
|
```ruby
|
|
654
658
|
begin
|
|
655
659
|
# Get number of code references for flags
|
|
656
|
-
data, status_code, headers = api_instance.get_statistics_with_http_info(
|
|
660
|
+
data, status_code, headers = api_instance.get_statistics_with_http_info(project_key, opts)
|
|
657
661
|
p status_code # => 2xx
|
|
658
662
|
p headers # => { ... }
|
|
659
663
|
p data # => <StatisticCollectionRep>
|
|
@@ -666,7 +670,7 @@ end
|
|
|
666
670
|
|
|
667
671
|
| Name | Type | Description | Notes |
|
|
668
672
|
| ---- | ---- | ----------- | ----- |
|
|
669
|
-
| **
|
|
673
|
+
| **project_key** | **String** | The project key | |
|
|
670
674
|
| **flag_key** | **String** | Filter results to a specific flag key | [optional] |
|
|
671
675
|
|
|
672
676
|
### Return type
|
|
@@ -706,7 +710,7 @@ end
|
|
|
706
710
|
|
|
707
711
|
api_instance = LaunchDarklyApi::CodeReferencesApi.new
|
|
708
712
|
repo = 'repo_example' # String | The repository name
|
|
709
|
-
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/
|
|
713
|
+
patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
|
|
710
714
|
|
|
711
715
|
begin
|
|
712
716
|
# Update repository
|
data/docs/ConditionInputRep.md
CHANGED
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **schedule_kind** | **String** | | [optional] |
|
|
7
8
|
| **execution_date** | **Integer** | | [optional] |
|
|
9
|
+
| **wait_duration** | **Integer** | | [optional] |
|
|
10
|
+
| **wait_duration_unit** | **String** | | [optional] |
|
|
8
11
|
| **execute_now** | **Boolean** | | [optional] |
|
|
9
12
|
| **description** | **String** | | [optional] |
|
|
10
13
|
| **notify_member_ids** | **Array<String>** | | [optional] |
|
|
@@ -16,7 +19,10 @@
|
|
|
16
19
|
require 'launchdarkly_api'
|
|
17
20
|
|
|
18
21
|
instance = LaunchDarklyApi::ConditionInputRep.new(
|
|
22
|
+
schedule_kind: null,
|
|
19
23
|
execution_date: null,
|
|
24
|
+
wait_duration: null,
|
|
25
|
+
wait_duration_unit: null,
|
|
20
26
|
execute_now: null,
|
|
21
27
|
description: null,
|
|
22
28
|
notify_member_ids: null,
|
data/docs/ConditionOutputRep.md
CHANGED
|
@@ -7,7 +7,10 @@
|
|
|
7
7
|
| **_id** | **String** | | |
|
|
8
8
|
| **kind** | **String** | | [optional] |
|
|
9
9
|
| **_execution** | [**ExecutionOutputRep**](ExecutionOutputRep.md) | | |
|
|
10
|
+
| **schedule_kind** | **String** | | [optional] |
|
|
10
11
|
| **execution_date** | **Integer** | | [optional] |
|
|
12
|
+
| **wait_duration** | **Integer** | | [optional] |
|
|
13
|
+
| **wait_duration_unit** | **String** | | [optional] |
|
|
11
14
|
| **description** | **String** | | |
|
|
12
15
|
| **notify_member_ids** | **Array<String>** | | |
|
|
13
16
|
| **all_reviews** | [**Array<ReviewOutputRep>**](ReviewOutputRep.md) | | |
|
|
@@ -23,7 +26,10 @@ instance = LaunchDarklyApi::ConditionOutputRep.new(
|
|
|
23
26
|
_id: null,
|
|
24
27
|
kind: null,
|
|
25
28
|
_execution: null,
|
|
29
|
+
schedule_kind: null,
|
|
26
30
|
execution_date: null,
|
|
31
|
+
wait_duration: null,
|
|
32
|
+
wait_duration_unit: null,
|
|
27
33
|
description: null,
|
|
28
34
|
notify_member_ids: null,
|
|
29
35
|
all_reviews: null,
|
data/docs/CustomRole.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **_id** | **String** | | |
|
|
8
8
|
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
|
9
|
-
| **_access** | [**
|
|
9
|
+
| **_access** | [**Access**](Access.md) | | [optional] |
|
|
10
10
|
| **description** | **String** | | [optional] |
|
|
11
11
|
| **key** | **String** | | |
|
|
12
12
|
| **name** | **String** | | |
|
data/docs/CustomRolesApi.md
CHANGED
|
@@ -4,16 +4,16 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**delete_custom_role**](CustomRolesApi.md#delete_custom_role) | **DELETE** /api/v2/roles/{
|
|
8
|
-
| [**get_custom_role**](CustomRolesApi.md#get_custom_role) | **GET** /api/v2/roles/{
|
|
7
|
+
| [**delete_custom_role**](CustomRolesApi.md#delete_custom_role) | **DELETE** /api/v2/roles/{customRoleKey} | Delete custom role |
|
|
8
|
+
| [**get_custom_role**](CustomRolesApi.md#get_custom_role) | **GET** /api/v2/roles/{customRoleKey} | Get custom role |
|
|
9
9
|
| [**get_custom_roles**](CustomRolesApi.md#get_custom_roles) | **GET** /api/v2/roles | List custom roles |
|
|
10
|
-
| [**patch_custom_role**](CustomRolesApi.md#patch_custom_role) | **PATCH** /api/v2/roles/{
|
|
10
|
+
| [**patch_custom_role**](CustomRolesApi.md#patch_custom_role) | **PATCH** /api/v2/roles/{customRoleKey} | Update custom role |
|
|
11
11
|
| [**post_custom_role**](CustomRolesApi.md#post_custom_role) | **POST** /api/v2/roles | Create custom role |
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
## delete_custom_role
|
|
15
15
|
|
|
16
|
-
> delete_custom_role(
|
|
16
|
+
> delete_custom_role(custom_role_key)
|
|
17
17
|
|
|
18
18
|
Delete custom role
|
|
19
19
|
|
|
@@ -33,11 +33,11 @@ LaunchDarklyApi.configure do |config|
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
api_instance = LaunchDarklyApi::CustomRolesApi.new
|
|
36
|
-
|
|
36
|
+
custom_role_key = 'custom_role_key_example' # String | The custom role key
|
|
37
37
|
|
|
38
38
|
begin
|
|
39
39
|
# Delete custom role
|
|
40
|
-
api_instance.delete_custom_role(
|
|
40
|
+
api_instance.delete_custom_role(custom_role_key)
|
|
41
41
|
rescue LaunchDarklyApi::ApiError => e
|
|
42
42
|
puts "Error when calling CustomRolesApi->delete_custom_role: #{e}"
|
|
43
43
|
end
|
|
@@ -47,12 +47,12 @@ end
|
|
|
47
47
|
|
|
48
48
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
49
49
|
|
|
50
|
-
> <Array(nil, Integer, Hash)> delete_custom_role_with_http_info(
|
|
50
|
+
> <Array(nil, Integer, Hash)> delete_custom_role_with_http_info(custom_role_key)
|
|
51
51
|
|
|
52
52
|
```ruby
|
|
53
53
|
begin
|
|
54
54
|
# Delete custom role
|
|
55
|
-
data, status_code, headers = api_instance.delete_custom_role_with_http_info(
|
|
55
|
+
data, status_code, headers = api_instance.delete_custom_role_with_http_info(custom_role_key)
|
|
56
56
|
p status_code # => 2xx
|
|
57
57
|
p headers # => { ... }
|
|
58
58
|
p data # => nil
|
|
@@ -65,7 +65,7 @@ end
|
|
|
65
65
|
|
|
66
66
|
| Name | Type | Description | Notes |
|
|
67
67
|
| ---- | ---- | ----------- | ----- |
|
|
68
|
-
| **
|
|
68
|
+
| **custom_role_key** | **String** | The custom role key | |
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
|
@@ -83,7 +83,7 @@ nil (empty response body)
|
|
|
83
83
|
|
|
84
84
|
## get_custom_role
|
|
85
85
|
|
|
86
|
-
> <CustomRole> get_custom_role(
|
|
86
|
+
> <CustomRole> get_custom_role(custom_role_key)
|
|
87
87
|
|
|
88
88
|
Get custom role
|
|
89
89
|
|
|
@@ -103,11 +103,11 @@ LaunchDarklyApi.configure do |config|
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
api_instance = LaunchDarklyApi::CustomRolesApi.new
|
|
106
|
-
|
|
106
|
+
custom_role_key = 'custom_role_key_example' # String | The custom role key or ID
|
|
107
107
|
|
|
108
108
|
begin
|
|
109
109
|
# Get custom role
|
|
110
|
-
result = api_instance.get_custom_role(
|
|
110
|
+
result = api_instance.get_custom_role(custom_role_key)
|
|
111
111
|
p result
|
|
112
112
|
rescue LaunchDarklyApi::ApiError => e
|
|
113
113
|
puts "Error when calling CustomRolesApi->get_custom_role: #{e}"
|
|
@@ -118,12 +118,12 @@ end
|
|
|
118
118
|
|
|
119
119
|
This returns an Array which contains the response data, status code and headers.
|
|
120
120
|
|
|
121
|
-
> <Array(<CustomRole>, Integer, Hash)> get_custom_role_with_http_info(
|
|
121
|
+
> <Array(<CustomRole>, Integer, Hash)> get_custom_role_with_http_info(custom_role_key)
|
|
122
122
|
|
|
123
123
|
```ruby
|
|
124
124
|
begin
|
|
125
125
|
# Get custom role
|
|
126
|
-
data, status_code, headers = api_instance.get_custom_role_with_http_info(
|
|
126
|
+
data, status_code, headers = api_instance.get_custom_role_with_http_info(custom_role_key)
|
|
127
127
|
p status_code # => 2xx
|
|
128
128
|
p headers # => { ... }
|
|
129
129
|
p data # => <CustomRole>
|
|
@@ -136,7 +136,7 @@ end
|
|
|
136
136
|
|
|
137
137
|
| Name | Type | Description | Notes |
|
|
138
138
|
| ---- | ---- | ----------- | ----- |
|
|
139
|
-
| **
|
|
139
|
+
| **custom_role_key** | **String** | The custom role key or ID | |
|
|
140
140
|
|
|
141
141
|
### Return type
|
|
142
142
|
|
|
@@ -222,11 +222,11 @@ This endpoint does not need any parameter.
|
|
|
222
222
|
|
|
223
223
|
## patch_custom_role
|
|
224
224
|
|
|
225
|
-
> <CustomRole> patch_custom_role(
|
|
225
|
+
> <CustomRole> patch_custom_role(custom_role_key, patch_with_comment)
|
|
226
226
|
|
|
227
227
|
Update custom role
|
|
228
228
|
|
|
229
|
-
Update a single custom role. The request must be a valid JSON Patch document describing the changes to be made to the custom role.
|
|
229
|
+
Update a single custom role. The request must be a valid JSON Patch document describing the changes to be made to the custom role. To add an element to the `policy` array, set the `path` to `/policy` and then append `/<array index>`. Using `/0` adds to the beginning of the array.
|
|
230
230
|
|
|
231
231
|
### Examples
|
|
232
232
|
|
|
@@ -242,12 +242,12 @@ LaunchDarklyApi.configure do |config|
|
|
|
242
242
|
end
|
|
243
243
|
|
|
244
244
|
api_instance = LaunchDarklyApi::CustomRolesApi.new
|
|
245
|
-
|
|
246
|
-
patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/
|
|
245
|
+
custom_role_key = 'custom_role_key_example' # String | The custom role key
|
|
246
|
+
patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})]}) # PatchWithComment |
|
|
247
247
|
|
|
248
248
|
begin
|
|
249
249
|
# Update custom role
|
|
250
|
-
result = api_instance.patch_custom_role(
|
|
250
|
+
result = api_instance.patch_custom_role(custom_role_key, patch_with_comment)
|
|
251
251
|
p result
|
|
252
252
|
rescue LaunchDarklyApi::ApiError => e
|
|
253
253
|
puts "Error when calling CustomRolesApi->patch_custom_role: #{e}"
|
|
@@ -258,12 +258,12 @@ end
|
|
|
258
258
|
|
|
259
259
|
This returns an Array which contains the response data, status code and headers.
|
|
260
260
|
|
|
261
|
-
> <Array(<CustomRole>, Integer, Hash)> patch_custom_role_with_http_info(
|
|
261
|
+
> <Array(<CustomRole>, Integer, Hash)> patch_custom_role_with_http_info(custom_role_key, patch_with_comment)
|
|
262
262
|
|
|
263
263
|
```ruby
|
|
264
264
|
begin
|
|
265
265
|
# Update custom role
|
|
266
|
-
data, status_code, headers = api_instance.patch_custom_role_with_http_info(
|
|
266
|
+
data, status_code, headers = api_instance.patch_custom_role_with_http_info(custom_role_key, patch_with_comment)
|
|
267
267
|
p status_code # => 2xx
|
|
268
268
|
p headers # => { ... }
|
|
269
269
|
p data # => <CustomRole>
|
|
@@ -276,7 +276,7 @@ end
|
|
|
276
276
|
|
|
277
277
|
| Name | Type | Description | Notes |
|
|
278
278
|
| ---- | ---- | ----------- | ----- |
|
|
279
|
-
| **
|
|
279
|
+
| **custom_role_key** | **String** | The custom role key | |
|
|
280
280
|
| **patch_with_comment** | [**PatchWithComment**](PatchWithComment.md) | | |
|
|
281
281
|
|
|
282
282
|
### Return type
|
|
@@ -315,7 +315,7 @@ LaunchDarklyApi.configure do |config|
|
|
|
315
315
|
end
|
|
316
316
|
|
|
317
317
|
api_instance = LaunchDarklyApi::CustomRolesApi.new
|
|
318
|
-
custom_role_post = LaunchDarklyApi::CustomRolePost.new({name: 'name_example', key: 'key_example', policy: [LaunchDarklyApi::StatementPost.new({
|
|
318
|
+
custom_role_post = LaunchDarklyApi::CustomRolePost.new({name: 'name_example', key: 'key_example', policy: [LaunchDarklyApi::StatementPost.new({effect: 'effect_example'})]}) # CustomRolePost |
|
|
319
319
|
|
|
320
320
|
begin
|
|
321
321
|
# Create custom role
|