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/TeamsBetaApi.md
CHANGED
|
@@ -4,16 +4,19 @@ All URIs are relative to *https://app.launchdarkly.com*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------ | ------------ | ----------- |
|
|
7
|
-
| [**delete_team**](TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{
|
|
8
|
-
| [**get_team**](TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{
|
|
7
|
+
| [**delete_team**](TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{teamKey} | Delete team |
|
|
8
|
+
| [**get_team**](TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{teamKey} | Get team |
|
|
9
|
+
| [**get_team_maintainers**](TeamsBetaApi.md#get_team_maintainers) | **GET** /api/v2/teams/{teamKey}/maintainers | Get team maintainers |
|
|
10
|
+
| [**get_team_roles**](TeamsBetaApi.md#get_team_roles) | **GET** /api/v2/teams/{teamKey}/roles | Get team custom roles |
|
|
9
11
|
| [**get_teams**](TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams | List teams |
|
|
10
|
-
| [**patch_team**](TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{
|
|
12
|
+
| [**patch_team**](TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{teamKey} | Update team |
|
|
11
13
|
| [**post_team**](TeamsBetaApi.md#post_team) | **POST** /api/v2/teams | Create team |
|
|
14
|
+
| [**post_team_members**](TeamsBetaApi.md#post_team_members) | **POST** /api/v2/teams/{teamKey}/members | Add members to team |
|
|
12
15
|
|
|
13
16
|
|
|
14
17
|
## delete_team
|
|
15
18
|
|
|
16
|
-
> delete_team(
|
|
19
|
+
> delete_team(team_key)
|
|
17
20
|
|
|
18
21
|
Delete team
|
|
19
22
|
|
|
@@ -33,11 +36,11 @@ LaunchDarklyApi.configure do |config|
|
|
|
33
36
|
end
|
|
34
37
|
|
|
35
38
|
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
36
|
-
|
|
39
|
+
team_key = 'team_key_example' # String | The team key
|
|
37
40
|
|
|
38
41
|
begin
|
|
39
42
|
# Delete team
|
|
40
|
-
api_instance.delete_team(
|
|
43
|
+
api_instance.delete_team(team_key)
|
|
41
44
|
rescue LaunchDarklyApi::ApiError => e
|
|
42
45
|
puts "Error when calling TeamsBetaApi->delete_team: #{e}"
|
|
43
46
|
end
|
|
@@ -47,12 +50,12 @@ end
|
|
|
47
50
|
|
|
48
51
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
49
52
|
|
|
50
|
-
> <Array(nil, Integer, Hash)> delete_team_with_http_info(
|
|
53
|
+
> <Array(nil, Integer, Hash)> delete_team_with_http_info(team_key)
|
|
51
54
|
|
|
52
55
|
```ruby
|
|
53
56
|
begin
|
|
54
57
|
# Delete team
|
|
55
|
-
data, status_code, headers = api_instance.delete_team_with_http_info(
|
|
58
|
+
data, status_code, headers = api_instance.delete_team_with_http_info(team_key)
|
|
56
59
|
p status_code # => 2xx
|
|
57
60
|
p headers # => { ... }
|
|
58
61
|
p data # => nil
|
|
@@ -65,7 +68,7 @@ end
|
|
|
65
68
|
|
|
66
69
|
| Name | Type | Description | Notes |
|
|
67
70
|
| ---- | ---- | ----------- | ----- |
|
|
68
|
-
| **
|
|
71
|
+
| **team_key** | **String** | The team key | |
|
|
69
72
|
|
|
70
73
|
### Return type
|
|
71
74
|
|
|
@@ -83,7 +86,7 @@ nil (empty response body)
|
|
|
83
86
|
|
|
84
87
|
## get_team
|
|
85
88
|
|
|
86
|
-
> <
|
|
89
|
+
> <Team> get_team(team_key)
|
|
87
90
|
|
|
88
91
|
Get team
|
|
89
92
|
|
|
@@ -103,11 +106,11 @@ LaunchDarklyApi.configure do |config|
|
|
|
103
106
|
end
|
|
104
107
|
|
|
105
108
|
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
106
|
-
|
|
109
|
+
team_key = 'team_key_example' # String | The team key
|
|
107
110
|
|
|
108
111
|
begin
|
|
109
112
|
# Get team
|
|
110
|
-
result = api_instance.get_team(
|
|
113
|
+
result = api_instance.get_team(team_key)
|
|
111
114
|
p result
|
|
112
115
|
rescue LaunchDarklyApi::ApiError => e
|
|
113
116
|
puts "Error when calling TeamsBetaApi->get_team: #{e}"
|
|
@@ -118,15 +121,15 @@ end
|
|
|
118
121
|
|
|
119
122
|
This returns an Array which contains the response data, status code and headers.
|
|
120
123
|
|
|
121
|
-
> <Array(<
|
|
124
|
+
> <Array(<Team>, Integer, Hash)> get_team_with_http_info(team_key)
|
|
122
125
|
|
|
123
126
|
```ruby
|
|
124
127
|
begin
|
|
125
128
|
# Get team
|
|
126
|
-
data, status_code, headers = api_instance.get_team_with_http_info(
|
|
129
|
+
data, status_code, headers = api_instance.get_team_with_http_info(team_key)
|
|
127
130
|
p status_code # => 2xx
|
|
128
131
|
p headers # => { ... }
|
|
129
|
-
p data # => <
|
|
132
|
+
p data # => <Team>
|
|
130
133
|
rescue LaunchDarklyApi::ApiError => e
|
|
131
134
|
puts "Error when calling TeamsBetaApi->get_team_with_http_info: #{e}"
|
|
132
135
|
end
|
|
@@ -136,11 +139,165 @@ end
|
|
|
136
139
|
|
|
137
140
|
| Name | Type | Description | Notes |
|
|
138
141
|
| ---- | ---- | ----------- | ----- |
|
|
139
|
-
| **
|
|
142
|
+
| **team_key** | **String** | The team key | |
|
|
140
143
|
|
|
141
144
|
### Return type
|
|
142
145
|
|
|
143
|
-
[**
|
|
146
|
+
[**Team**](Team.md)
|
|
147
|
+
|
|
148
|
+
### Authorization
|
|
149
|
+
|
|
150
|
+
[ApiKey](../README.md#ApiKey)
|
|
151
|
+
|
|
152
|
+
### HTTP request headers
|
|
153
|
+
|
|
154
|
+
- **Content-Type**: Not defined
|
|
155
|
+
- **Accept**: application/json
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## get_team_maintainers
|
|
159
|
+
|
|
160
|
+
> <TeamMaintainers> get_team_maintainers(team_key, opts)
|
|
161
|
+
|
|
162
|
+
Get team maintainers
|
|
163
|
+
|
|
164
|
+
Fetch the maintainers that have been assigned to the team.
|
|
165
|
+
|
|
166
|
+
### Examples
|
|
167
|
+
|
|
168
|
+
```ruby
|
|
169
|
+
require 'time'
|
|
170
|
+
require 'launchdarkly_api'
|
|
171
|
+
# setup authorization
|
|
172
|
+
LaunchDarklyApi.configure do |config|
|
|
173
|
+
# Configure API key authorization: ApiKey
|
|
174
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
|
175
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
176
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
180
|
+
team_key = 'team_key_example' # String | The team key
|
|
181
|
+
opts = {
|
|
182
|
+
limit: 789, # Integer | The number of maintainers to return in the response. Defaults to 20.
|
|
183
|
+
offset: 789 # Integer | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items.
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
begin
|
|
187
|
+
# Get team maintainers
|
|
188
|
+
result = api_instance.get_team_maintainers(team_key, opts)
|
|
189
|
+
p result
|
|
190
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
191
|
+
puts "Error when calling TeamsBetaApi->get_team_maintainers: #{e}"
|
|
192
|
+
end
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
#### Using the get_team_maintainers_with_http_info variant
|
|
196
|
+
|
|
197
|
+
This returns an Array which contains the response data, status code and headers.
|
|
198
|
+
|
|
199
|
+
> <Array(<TeamMaintainers>, Integer, Hash)> get_team_maintainers_with_http_info(team_key, opts)
|
|
200
|
+
|
|
201
|
+
```ruby
|
|
202
|
+
begin
|
|
203
|
+
# Get team maintainers
|
|
204
|
+
data, status_code, headers = api_instance.get_team_maintainers_with_http_info(team_key, opts)
|
|
205
|
+
p status_code # => 2xx
|
|
206
|
+
p headers # => { ... }
|
|
207
|
+
p data # => <TeamMaintainers>
|
|
208
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
209
|
+
puts "Error when calling TeamsBetaApi->get_team_maintainers_with_http_info: #{e}"
|
|
210
|
+
end
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### Parameters
|
|
214
|
+
|
|
215
|
+
| Name | Type | Description | Notes |
|
|
216
|
+
| ---- | ---- | ----------- | ----- |
|
|
217
|
+
| **team_key** | **String** | The team key | |
|
|
218
|
+
| **limit** | **Integer** | The number of maintainers to return in the response. Defaults to 20. | [optional] |
|
|
219
|
+
| **offset** | **Integer** | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items. | [optional] |
|
|
220
|
+
|
|
221
|
+
### Return type
|
|
222
|
+
|
|
223
|
+
[**TeamMaintainers**](TeamMaintainers.md)
|
|
224
|
+
|
|
225
|
+
### Authorization
|
|
226
|
+
|
|
227
|
+
[ApiKey](../README.md#ApiKey)
|
|
228
|
+
|
|
229
|
+
### HTTP request headers
|
|
230
|
+
|
|
231
|
+
- **Content-Type**: Not defined
|
|
232
|
+
- **Accept**: application/json
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## get_team_roles
|
|
236
|
+
|
|
237
|
+
> <TeamCustomRoles> get_team_roles(team_key, opts)
|
|
238
|
+
|
|
239
|
+
Get team custom roles
|
|
240
|
+
|
|
241
|
+
Fetch the custom roles that have been assigned to the team.
|
|
242
|
+
|
|
243
|
+
### Examples
|
|
244
|
+
|
|
245
|
+
```ruby
|
|
246
|
+
require 'time'
|
|
247
|
+
require 'launchdarkly_api'
|
|
248
|
+
# setup authorization
|
|
249
|
+
LaunchDarklyApi.configure do |config|
|
|
250
|
+
# Configure API key authorization: ApiKey
|
|
251
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
|
252
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
253
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
|
254
|
+
end
|
|
255
|
+
|
|
256
|
+
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
257
|
+
team_key = 'team_key_example' # String | The team key
|
|
258
|
+
opts = {
|
|
259
|
+
limit: 789, # Integer | The number of roles to return in the response. Defaults to 20.
|
|
260
|
+
offset: 789 # Integer | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items.
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
begin
|
|
264
|
+
# Get team custom roles
|
|
265
|
+
result = api_instance.get_team_roles(team_key, opts)
|
|
266
|
+
p result
|
|
267
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
268
|
+
puts "Error when calling TeamsBetaApi->get_team_roles: #{e}"
|
|
269
|
+
end
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
#### Using the get_team_roles_with_http_info variant
|
|
273
|
+
|
|
274
|
+
This returns an Array which contains the response data, status code and headers.
|
|
275
|
+
|
|
276
|
+
> <Array(<TeamCustomRoles>, Integer, Hash)> get_team_roles_with_http_info(team_key, opts)
|
|
277
|
+
|
|
278
|
+
```ruby
|
|
279
|
+
begin
|
|
280
|
+
# Get team custom roles
|
|
281
|
+
data, status_code, headers = api_instance.get_team_roles_with_http_info(team_key, opts)
|
|
282
|
+
p status_code # => 2xx
|
|
283
|
+
p headers # => { ... }
|
|
284
|
+
p data # => <TeamCustomRoles>
|
|
285
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
286
|
+
puts "Error when calling TeamsBetaApi->get_team_roles_with_http_info: #{e}"
|
|
287
|
+
end
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
### Parameters
|
|
291
|
+
|
|
292
|
+
| Name | Type | Description | Notes |
|
|
293
|
+
| ---- | ---- | ----------- | ----- |
|
|
294
|
+
| **team_key** | **String** | The team key | |
|
|
295
|
+
| **limit** | **Integer** | The number of roles to return in the response. Defaults to 20. | [optional] |
|
|
296
|
+
| **offset** | **Integer** | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items. | [optional] |
|
|
297
|
+
|
|
298
|
+
### Return type
|
|
299
|
+
|
|
300
|
+
[**TeamCustomRoles**](TeamCustomRoles.md)
|
|
144
301
|
|
|
145
302
|
### Authorization
|
|
146
303
|
|
|
@@ -154,7 +311,7 @@ end
|
|
|
154
311
|
|
|
155
312
|
## get_teams
|
|
156
313
|
|
|
157
|
-
> <
|
|
314
|
+
> <Teams> get_teams(opts)
|
|
158
315
|
|
|
159
316
|
List teams
|
|
160
317
|
|
|
@@ -193,7 +350,7 @@ end
|
|
|
193
350
|
|
|
194
351
|
This returns an Array which contains the response data, status code and headers.
|
|
195
352
|
|
|
196
|
-
> <Array(<
|
|
353
|
+
> <Array(<Teams>, Integer, Hash)> get_teams_with_http_info(opts)
|
|
197
354
|
|
|
198
355
|
```ruby
|
|
199
356
|
begin
|
|
@@ -201,7 +358,7 @@ begin
|
|
|
201
358
|
data, status_code, headers = api_instance.get_teams_with_http_info(opts)
|
|
202
359
|
p status_code # => 2xx
|
|
203
360
|
p headers # => { ... }
|
|
204
|
-
p data # => <
|
|
361
|
+
p data # => <Teams>
|
|
205
362
|
rescue LaunchDarklyApi::ApiError => e
|
|
206
363
|
puts "Error when calling TeamsBetaApi->get_teams_with_http_info: #{e}"
|
|
207
364
|
end
|
|
@@ -217,7 +374,7 @@ end
|
|
|
217
374
|
|
|
218
375
|
### Return type
|
|
219
376
|
|
|
220
|
-
[**
|
|
377
|
+
[**Teams**](Teams.md)
|
|
221
378
|
|
|
222
379
|
### Authorization
|
|
223
380
|
|
|
@@ -231,7 +388,7 @@ end
|
|
|
231
388
|
|
|
232
389
|
## patch_team
|
|
233
390
|
|
|
234
|
-
> <
|
|
391
|
+
> <Team> patch_team(team_key, team_patch_input)
|
|
235
392
|
|
|
236
393
|
Update team
|
|
237
394
|
|
|
@@ -251,12 +408,12 @@ LaunchDarklyApi.configure do |config|
|
|
|
251
408
|
end
|
|
252
409
|
|
|
253
410
|
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
254
|
-
|
|
411
|
+
team_key = 'team_key_example' # String | The team key
|
|
255
412
|
team_patch_input = LaunchDarklyApi::TeamPatchInput.new # TeamPatchInput |
|
|
256
413
|
|
|
257
414
|
begin
|
|
258
415
|
# Update team
|
|
259
|
-
result = api_instance.patch_team(
|
|
416
|
+
result = api_instance.patch_team(team_key, team_patch_input)
|
|
260
417
|
p result
|
|
261
418
|
rescue LaunchDarklyApi::ApiError => e
|
|
262
419
|
puts "Error when calling TeamsBetaApi->patch_team: #{e}"
|
|
@@ -267,15 +424,15 @@ end
|
|
|
267
424
|
|
|
268
425
|
This returns an Array which contains the response data, status code and headers.
|
|
269
426
|
|
|
270
|
-
> <Array(<
|
|
427
|
+
> <Array(<Team>, Integer, Hash)> patch_team_with_http_info(team_key, team_patch_input)
|
|
271
428
|
|
|
272
429
|
```ruby
|
|
273
430
|
begin
|
|
274
431
|
# Update team
|
|
275
|
-
data, status_code, headers = api_instance.patch_team_with_http_info(
|
|
432
|
+
data, status_code, headers = api_instance.patch_team_with_http_info(team_key, team_patch_input)
|
|
276
433
|
p status_code # => 2xx
|
|
277
434
|
p headers # => { ... }
|
|
278
|
-
p data # => <
|
|
435
|
+
p data # => <Team>
|
|
279
436
|
rescue LaunchDarklyApi::ApiError => e
|
|
280
437
|
puts "Error when calling TeamsBetaApi->patch_team_with_http_info: #{e}"
|
|
281
438
|
end
|
|
@@ -285,12 +442,12 @@ end
|
|
|
285
442
|
|
|
286
443
|
| Name | Type | Description | Notes |
|
|
287
444
|
| ---- | ---- | ----------- | ----- |
|
|
288
|
-
| **
|
|
445
|
+
| **team_key** | **String** | The team key | |
|
|
289
446
|
| **team_patch_input** | [**TeamPatchInput**](TeamPatchInput.md) | | |
|
|
290
447
|
|
|
291
448
|
### Return type
|
|
292
449
|
|
|
293
|
-
[**
|
|
450
|
+
[**Team**](Team.md)
|
|
294
451
|
|
|
295
452
|
### Authorization
|
|
296
453
|
|
|
@@ -304,7 +461,7 @@ end
|
|
|
304
461
|
|
|
305
462
|
## post_team
|
|
306
463
|
|
|
307
|
-
> <
|
|
464
|
+
> <Team> post_team(team_post_input)
|
|
308
465
|
|
|
309
466
|
Create team
|
|
310
467
|
|
|
@@ -339,7 +496,7 @@ end
|
|
|
339
496
|
|
|
340
497
|
This returns an Array which contains the response data, status code and headers.
|
|
341
498
|
|
|
342
|
-
> <Array(<
|
|
499
|
+
> <Array(<Team>, Integer, Hash)> post_team_with_http_info(team_post_input)
|
|
343
500
|
|
|
344
501
|
```ruby
|
|
345
502
|
begin
|
|
@@ -347,7 +504,7 @@ begin
|
|
|
347
504
|
data, status_code, headers = api_instance.post_team_with_http_info(team_post_input)
|
|
348
505
|
p status_code # => 2xx
|
|
349
506
|
p headers # => { ... }
|
|
350
|
-
p data # => <
|
|
507
|
+
p data # => <Team>
|
|
351
508
|
rescue LaunchDarklyApi::ApiError => e
|
|
352
509
|
puts "Error when calling TeamsBetaApi->post_team_with_http_info: #{e}"
|
|
353
510
|
end
|
|
@@ -361,7 +518,7 @@ end
|
|
|
361
518
|
|
|
362
519
|
### Return type
|
|
363
520
|
|
|
364
|
-
[**
|
|
521
|
+
[**Team**](Team.md)
|
|
365
522
|
|
|
366
523
|
### Authorization
|
|
367
524
|
|
|
@@ -372,3 +529,78 @@ end
|
|
|
372
529
|
- **Content-Type**: application/json
|
|
373
530
|
- **Accept**: application/json
|
|
374
531
|
|
|
532
|
+
|
|
533
|
+
## post_team_members
|
|
534
|
+
|
|
535
|
+
> <TeamImportsRep> post_team_members(team_key, opts)
|
|
536
|
+
|
|
537
|
+
Add members to team
|
|
538
|
+
|
|
539
|
+
Add multiple members to an existing team by uploading a CSV file of member email addresses. Your CSV file must include email addresses in the first column. You can include data in additional columns, but LaunchDarkly ignores all data outside the first column. Headers are optional. **Members are only added on a `201` response.** A `207` indicates the CSV file contains a combination of valid and invalid entries and will _not_ result in any members being added to the team. On a `207` response, if an entry contains bad user input the `message` field will contain the row number as well as the reason for the error. The `message` field will be omitted if the entry is valid. Example `207` response: ```json { \"items\": [ { \"status\": \"success\", \"value\": \"a-valid-email@launchdarkly.com\" }, { \"message\": \"Line 2: empty row\", \"status\": \"error\", \"value\": \"\" }, { \"message\": \"Line 3: email already exists in the specified team\", \"status\": \"error\", \"value\": \"existing-team-member@launchdarkly.com\" }, { \"message\": \"Line 4: invalid email formatting\", \"status\": \"error\", \"value\": \"invalid email format\" } ] } ``` Message | Resolution --- | --- Empty row | This line is blank. Add an email address and try again. Duplicate entry | This email address appears in the file twice. Remove the email from the file and try again. Email already exists in the specified team | This member is already on your team. Remove the email from the file and try again. Invalid formatting | This email address is not formatted correctly. Fix the formatting and try again. Email does not belong to a LaunchDarkly member | The email address doesn't belong to a LaunchDarkly account member. Invite them to LaunchDarkly, then re-add them to the team. On a `400` response, the `message` field may contain errors specific to this endpoint. Example `400` response: ```json { \"code\": \"invalid_request\", \"message\": \"Unable to process file\" } ``` Message | Resolution --- | --- Unable to process file | LaunchDarkly could not process the file for an unspecified reason. Review your file for errors and try again. File exceeds 25mb | Break up your file into multiple files of less than 25mbs each. All emails have invalid formatting | None of the email addresses in the file are in the correct format. Fix the formatting and try again. All emails belong to existing team members | All listed members are already on this team. Populate the file with member emails that do not belong to the team and try again. File is empty | The CSV file does not contain any email addresses. Populate the file and try again. No emails belong to members of your LaunchDarkly organization | None of the email addresses belong to members of your LaunchDarkly account. Invite these members to LaunchDarkly, then re-add them to the team.
|
|
540
|
+
|
|
541
|
+
### Examples
|
|
542
|
+
|
|
543
|
+
```ruby
|
|
544
|
+
require 'time'
|
|
545
|
+
require 'launchdarkly_api'
|
|
546
|
+
# setup authorization
|
|
547
|
+
LaunchDarklyApi.configure do |config|
|
|
548
|
+
# Configure API key authorization: ApiKey
|
|
549
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
|
550
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
551
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
|
552
|
+
end
|
|
553
|
+
|
|
554
|
+
api_instance = LaunchDarklyApi::TeamsBetaApi.new
|
|
555
|
+
team_key = 'team_key_example' # String | The team key
|
|
556
|
+
opts = {
|
|
557
|
+
file: File.new('/path/to/some/file') # File | CSV file containing email addresses
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
begin
|
|
561
|
+
# Add members to team
|
|
562
|
+
result = api_instance.post_team_members(team_key, opts)
|
|
563
|
+
p result
|
|
564
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
565
|
+
puts "Error when calling TeamsBetaApi->post_team_members: #{e}"
|
|
566
|
+
end
|
|
567
|
+
```
|
|
568
|
+
|
|
569
|
+
#### Using the post_team_members_with_http_info variant
|
|
570
|
+
|
|
571
|
+
This returns an Array which contains the response data, status code and headers.
|
|
572
|
+
|
|
573
|
+
> <Array(<TeamImportsRep>, Integer, Hash)> post_team_members_with_http_info(team_key, opts)
|
|
574
|
+
|
|
575
|
+
```ruby
|
|
576
|
+
begin
|
|
577
|
+
# Add members to team
|
|
578
|
+
data, status_code, headers = api_instance.post_team_members_with_http_info(team_key, opts)
|
|
579
|
+
p status_code # => 2xx
|
|
580
|
+
p headers # => { ... }
|
|
581
|
+
p data # => <TeamImportsRep>
|
|
582
|
+
rescue LaunchDarklyApi::ApiError => e
|
|
583
|
+
puts "Error when calling TeamsBetaApi->post_team_members_with_http_info: #{e}"
|
|
584
|
+
end
|
|
585
|
+
```
|
|
586
|
+
|
|
587
|
+
### Parameters
|
|
588
|
+
|
|
589
|
+
| Name | Type | Description | Notes |
|
|
590
|
+
| ---- | ---- | ----------- | ----- |
|
|
591
|
+
| **team_key** | **String** | The team key | |
|
|
592
|
+
| **file** | **File** | CSV file containing email addresses | [optional] |
|
|
593
|
+
|
|
594
|
+
### Return type
|
|
595
|
+
|
|
596
|
+
[**TeamImportsRep**](TeamImportsRep.md)
|
|
597
|
+
|
|
598
|
+
### Authorization
|
|
599
|
+
|
|
600
|
+
[ApiKey](../README.md#ApiKey)
|
|
601
|
+
|
|
602
|
+
### HTTP request headers
|
|
603
|
+
|
|
604
|
+
- **Content-Type**: multipart/form-data
|
|
605
|
+
- **Accept**: application/json
|
|
606
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# LaunchDarklyApi::TimestampRep
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **milliseconds** | **Integer** | | [optional] |
|
|
8
|
+
| **seconds** | **Integer** | | [optional] |
|
|
9
|
+
| **rfc3339** | **String** | | [optional] |
|
|
10
|
+
| **simple** | **String** | | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'launchdarkly_api'
|
|
16
|
+
|
|
17
|
+
instance = LaunchDarklyApi::TimestampRep.new(
|
|
18
|
+
milliseconds: null,
|
|
19
|
+
seconds: null,
|
|
20
|
+
rfc3339: null,
|
|
21
|
+
simple: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/Token.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **_id** | **String** | | |
|
|
8
8
|
| **owner_id** | **String** | | |
|
|
9
9
|
| **member_id** | **String** | | |
|
|
10
|
-
| **_member** | [**
|
|
10
|
+
| **_member** | [**MemberSummary**](MemberSummary.md) | | [optional] |
|
|
11
11
|
| **name** | **String** | | [optional] |
|
|
12
12
|
| **description** | **String** | | [optional] |
|
|
13
13
|
| **creation_date** | **Integer** | | |
|
data/docs/TriggerPost.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# LaunchDarklyApi::TriggerPost
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **comment** | **String** | | [optional] |
|
|
8
|
+
| **instructions** | **Array<Hash>** | The action to perform when triggering. It should pass an array with a single {\"kind\": <flag_action>} object. Currently supported flag actions are \"turnFlagOn\" and \"turnFlagOff\". | [optional] |
|
|
9
|
+
| **integration_key** | **String** | The unique identifier of the integration you intend to set your trigger up with. \"generic-trigger\" should be used for integrations not explicitly supported. | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'launchdarkly_api'
|
|
15
|
+
|
|
16
|
+
instance = LaunchDarklyApi::TriggerPost.new(
|
|
17
|
+
comment: null,
|
|
18
|
+
instructions: null,
|
|
19
|
+
integration_key: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# LaunchDarklyApi::TriggerWorkflowCollectionRep
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **items** | [**Array<TriggerWorkflowRep>**](TriggerWorkflowRep.md) | | [optional] |
|
|
8
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'launchdarkly_api'
|
|
14
|
+
|
|
15
|
+
instance = LaunchDarklyApi::TriggerWorkflowCollectionRep.new(
|
|
16
|
+
items: null,
|
|
17
|
+
_links: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# LaunchDarklyApi::TriggerWorkflowRep
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_id** | **String** | | [optional] |
|
|
8
|
+
| **_version** | **Integer** | | [optional] |
|
|
9
|
+
| **_creation_date** | **Integer** | | [optional] |
|
|
10
|
+
| **_maintainer_id** | **String** | | [optional] |
|
|
11
|
+
| **_maintainer** | [**MemberSummary**](MemberSummary.md) | | [optional] |
|
|
12
|
+
| **enabled** | **Boolean** | | [optional] |
|
|
13
|
+
| **_integration_key** | **String** | | [optional] |
|
|
14
|
+
| **instructions** | **Array<Hash>** | | [optional] |
|
|
15
|
+
| **_last_triggered_at** | **Integer** | | [optional] |
|
|
16
|
+
| **_recent_trigger_bodies** | [**Array<RecentTriggerBody>**](RecentTriggerBody.md) | | [optional] |
|
|
17
|
+
| **_trigger_count** | **Integer** | | [optional] |
|
|
18
|
+
| **trigger_url** | **String** | | [optional] |
|
|
19
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'launchdarkly_api'
|
|
25
|
+
|
|
26
|
+
instance = LaunchDarklyApi::TriggerWorkflowRep.new(
|
|
27
|
+
_id: null,
|
|
28
|
+
_version: null,
|
|
29
|
+
_creation_date: null,
|
|
30
|
+
_maintainer_id: null,
|
|
31
|
+
_maintainer: null,
|
|
32
|
+
enabled: null,
|
|
33
|
+
_integration_key: null,
|
|
34
|
+
instructions: null,
|
|
35
|
+
_last_triggered_at: null,
|
|
36
|
+
_recent_trigger_bodies: null,
|
|
37
|
+
_trigger_count: null,
|
|
38
|
+
trigger_url: null,
|
|
39
|
+
_links: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
data/docs/User.md
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
| **name** | **String** | | [optional] |
|
|
16
16
|
| **anonymous** | **Boolean** | | [optional] |
|
|
17
17
|
| **custom** | **Hash<String, Object>** | | [optional] |
|
|
18
|
-
| **derived** | [**Hash<String, DerivedAttribute>**](DerivedAttribute.md) | | [optional] |
|
|
19
18
|
| **private_attrs** | **Array<String>** | | [optional] |
|
|
20
19
|
|
|
21
20
|
## Example
|
|
@@ -35,7 +34,6 @@ instance = LaunchDarklyApi::User.new(
|
|
|
35
34
|
name: null,
|
|
36
35
|
anonymous: null,
|
|
37
36
|
custom: null,
|
|
38
|
-
derived: null,
|
|
39
37
|
private_attrs: null
|
|
40
38
|
)
|
|
41
39
|
```
|
data/docs/UserRecord.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| **user** | [**User**](User.md) | | [optional] |
|
|
11
11
|
| **sort_value** | **Object** | | [optional] |
|
|
12
12
|
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
|
13
|
-
| **_access** | [**
|
|
13
|
+
| **_access** | [**Access**](Access.md) | | [optional] |
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
data/docs/UserSegment.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| **rules** | [**Array<UserSegmentRule>**](UserSegmentRule.md) | | |
|
|
16
16
|
| **version** | **Integer** | | |
|
|
17
17
|
| **deleted** | **Boolean** | | |
|
|
18
|
-
| **_access** | [**
|
|
18
|
+
| **_access** | [**Access**](Access.md) | | [optional] |
|
|
19
19
|
| **_flags** | [**Array<FlagListingRep>**](FlagListingRep.md) | | [optional] |
|
|
20
20
|
| **unbounded** | **Boolean** | | [optional] |
|
|
21
21
|
| **generation** | **Integer** | | |
|