launchdarkly_api 5.4.0 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +3 -1
- data/README.md +304 -261
- data/Rakefile +2 -0
- data/docs/AccessDeniedReasonRep.md +28 -0
- data/docs/AccessDeniedRep.md +20 -0
- data/docs/AccessRep.md +18 -0
- data/docs/AccessTokenPost.md +30 -0
- data/docs/AccessTokensApi.md +239 -126
- data/docs/AccountMembersApi.md +376 -0
- data/docs/AccountUsageBetaApi.md +647 -0
- data/docs/ApprovalSettings.md +32 -0
- data/docs/ApprovalsApi.md +554 -0
- data/docs/AuditLogApi.md +93 -55
- data/docs/AuditLogEntryListingRep.md +52 -0
- data/docs/AuditLogEntryListingRepCollection.md +20 -0
- data/docs/AuditLogEntryRep.md +64 -0
- data/docs/AuthorizedAppDataRep.md +26 -0
- data/docs/BigSegmentTarget.md +22 -0
- data/docs/BranchCollectionRep.md +20 -0
- data/docs/BranchRep.md +28 -0
- data/docs/Clause.md +21 -7
- data/docs/ClientSideAvailability.md +15 -4
- data/docs/ClientSideAvailabilityPost.md +20 -0
- data/docs/CodeReferencesApi.md +975 -0
- data/docs/ConfidenceIntervalRep.md +20 -0
- data/docs/Conflict.md +20 -0
- data/docs/CopiedFromEnv.md +20 -0
- data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +28 -0
- data/docs/CreateFlagConfigApprovalRequestRequest.md +30 -0
- data/docs/CustomProperty.md +15 -4
- data/docs/CustomRole.md +25 -8
- data/docs/CustomRolePost.md +24 -0
- data/docs/CustomRolePostData.md +24 -0
- data/docs/CustomRoles.md +15 -4
- data/docs/CustomRolesApi.md +197 -101
- data/docs/DataExportDestinationsApi.md +205 -117
- data/docs/DefaultClientSideAvailabilityPost.md +20 -0
- data/docs/Defaults.md +15 -4
- data/docs/DependentFlag.md +19 -6
- data/docs/DependentFlagEnvironment.md +19 -6
- data/docs/DependentFlagsByEnvironment.md +17 -5
- data/docs/Destination.md +27 -9
- data/docs/DestinationPost.md +24 -0
- data/docs/Destinations.md +15 -4
- data/docs/Environment.md +35 -16
- data/docs/EnvironmentPost.md +29 -11
- data/docs/EnvironmentsApi.md +246 -144
- data/docs/ExperimentAllocationRep.md +20 -0
- data/docs/ExperimentEnabledPeriodRep.md +20 -0
- data/docs/ExperimentEnvironmentSettingRep.md +22 -0
- data/docs/ExperimentInfoRep.md +20 -0
- data/docs/ExperimentMetadataRep.md +18 -0
- data/docs/ExperimentRep.md +24 -0
- data/docs/ExperimentResultsRep.md +28 -0
- data/docs/ExperimentStatsRep.md +24 -0
- data/docs/ExperimentTimeSeriesSlice.md +20 -0
- data/docs/ExperimentTimeSeriesVariationSlice.md +32 -0
- data/docs/ExperimentTotalsRep.md +32 -0
- data/docs/ExperimentsBetaApi.md +168 -0
- data/docs/ExpiringUserTargetError.md +20 -0
- data/docs/ExpiringUserTargetGetResponse.md +20 -0
- data/docs/ExpiringUserTargetItem.md +30 -0
- data/docs/ExpiringUserTargetPatchResponse.md +28 -0
- data/docs/Extinction.md +26 -0
- data/docs/ExtinctionCollectionRep.md +20 -0
- data/docs/ExtinctionRep.md +26 -0
- data/docs/FeatureFlag.md +55 -22
- data/docs/FeatureFlagBody.md +33 -11
- data/docs/FeatureFlagConfig.md +47 -17
- data/docs/FeatureFlagScheduledChange.md +27 -6
- data/docs/FeatureFlagScheduledChanges.md +15 -4
- data/docs/FeatureFlagStatus.md +17 -6
- data/docs/FeatureFlagStatusAcrossEnvironments.md +17 -5
- data/docs/FeatureFlagStatuses.md +15 -4
- data/docs/FeatureFlags.md +17 -5
- data/docs/FeatureFlagsApi.md +451 -1184
- data/docs/FeatureFlagsBetaApi.md +157 -0
- data/docs/FlagConfigApprovalRequestResponse.md +54 -0
- data/docs/FlagConfigApprovalRequestsResponse.md +20 -0
- data/docs/FlagCopyConfigEnvironment.md +20 -0
- data/docs/FlagCopyConfigPost.md +26 -0
- data/docs/FlagGlobalAttributesRep.md +58 -0
- data/docs/FlagListingRep.md +24 -0
- data/docs/FlagScheduledChangesInput.md +20 -0
- data/docs/FlagStatusRep.md +24 -0
- data/docs/FlagSummary.md +18 -0
- data/docs/HunkRep.md +26 -0
- data/docs/InlineObject.md +26 -0
- data/docs/InlineObject1.md +28 -0
- data/docs/InlineResponse200.md +20 -0
- data/docs/IntegrationMetadata.md +24 -0
- data/docs/IntegrationStatus.md +20 -0
- data/docs/IpList.md +20 -0
- data/docs/LastSeenMetadata.md +18 -0
- data/docs/Link.md +15 -4
- data/docs/Member.md +45 -14
- data/docs/MemberDataRep.md +26 -0
- data/docs/MemberPermissionGrantSummaryRep.md +22 -0
- data/docs/MemberSummaryRep.md +28 -0
- data/docs/MemberTeamSummaryRep.md +22 -0
- data/docs/Members.md +17 -5
- data/docs/MetricCollectionRep.md +20 -0
- data/docs/MetricListingRep.md +52 -0
- data/docs/MetricPost.md +40 -0
- data/docs/MetricRep.md +62 -0
- data/docs/MetricsApi.md +376 -0
- data/docs/Modification.md +18 -0
- data/docs/MultiEnvironmentDependentFlag.md +17 -7
- data/docs/MultiEnvironmentDependentFlags.md +17 -5
- data/docs/NewMemberForm.md +28 -0
- data/docs/OtherApi.md +282 -0
- data/docs/ParentResourceRep.md +22 -0
- data/docs/PatchOperation.md +17 -5
- data/docs/PatchSegmentInstruction.md +26 -0
- data/docs/PatchSegmentRequest.md +20 -0
- data/docs/PatchWithComment.md +20 -0
- data/docs/PostApprovalRequestApplyRequest.md +18 -0
- data/docs/PostApprovalRequestReviewRequest.md +20 -0
- data/docs/PostFlagScheduledChangesInput.md +22 -0
- data/docs/Prerequisite.md +15 -4
- data/docs/Project.md +27 -10
- data/docs/ProjectListingRep.md +30 -0
- data/docs/ProjectPost.md +28 -0
- data/docs/Projects.md +15 -4
- data/docs/ProjectsApi.md +196 -100
- data/docs/PubNubDetailRep.md +20 -0
- data/docs/ReferenceRep.md +22 -0
- data/docs/RelayAutoConfigCollectionRep.md +18 -0
- data/docs/RelayAutoConfigPost.md +20 -0
- data/docs/RelayAutoConfigRep.md +34 -0
- data/docs/RelayProxyConfigurationsApi.md +244 -129
- data/docs/RepositoryCollectionRep.md +20 -0
- data/docs/RepositoryPost.md +28 -0
- data/docs/RepositoryRep.md +38 -0
- data/docs/ResourceAccess.md +20 -0
- data/docs/ResourceIDResponse.md +26 -0
- data/docs/ReviewResponse.md +26 -0
- data/docs/Rollout.md +19 -4
- data/docs/Rule.md +23 -8
- data/docs/ScheduledChangesApi.md +404 -0
- data/docs/SdkListRep.md +20 -0
- data/docs/SdkVersionListRep.md +20 -0
- data/docs/SdkVersionRep.md +20 -0
- data/docs/SegmentBody.md +26 -0
- data/docs/SegmentMetadata.md +28 -0
- data/docs/SegmentUserList.md +20 -0
- data/docs/SegmentUserState.md +20 -0
- data/docs/SegmentsApi.md +695 -0
- data/docs/SeriesListRep.md +22 -0
- data/docs/SourceFlag.md +20 -0
- data/docs/Statement.md +21 -7
- data/docs/StatementPost.md +26 -0
- data/docs/StatementPostData.md +26 -0
- data/docs/StatementRep.md +26 -0
- data/docs/StatisticCollectionRep.md +20 -0
- data/docs/StatisticRep.md +30 -0
- data/docs/StatisticsRoot.md +20 -0
- data/docs/SubjectDataRep.md +22 -0
- data/docs/Target.md +15 -4
- data/docs/TargetResourceRep.md +22 -0
- data/docs/TitleRep.md +32 -0
- data/docs/Token.md +43 -17
- data/docs/TokenDataRep.md +26 -0
- data/docs/Tokens.md +15 -4
- data/docs/UrlPost.md +24 -0
- data/docs/User.md +25 -13
- data/docs/UserAttributeNamesRep.md +22 -0
- data/docs/UserFlagSetting.md +17 -5
- data/docs/UserFlagSettings.md +15 -4
- data/docs/UserRecord.md +21 -7
- data/docs/UserSegment.md +47 -14
- data/docs/UserSegmentRule.md +19 -5
- data/docs/UserSegments.md +15 -4
- data/docs/UserSettingsApi.md +217 -137
- data/docs/Users.md +17 -5
- data/docs/UsersApi.md +184 -115
- data/docs/UsersBetaApi.md +81 -0
- data/docs/ValuePut.md +20 -0
- data/docs/Variate.md +24 -0
- data/docs/Variation.md +19 -6
- data/docs/VariationOrRolloutRep.md +20 -0
- data/docs/VariationSummary.md +30 -0
- data/docs/VersionsRep.md +24 -0
- data/docs/Webhook.md +29 -10
- data/docs/WebhookPost.md +30 -0
- data/docs/Webhooks.md +15 -4
- data/docs/WebhooksApi.md +199 -103
- data/docs/WeightedVariation.md +17 -4
- data/git_push.sh +12 -10
- data/launchdarkly_api.gemspec +6 -14
- data/lib/launchdarkly_api/api/access_tokens_api.rb +190 -122
- data/lib/launchdarkly_api/api/account_members_api.rb +351 -0
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +598 -0
- data/lib/launchdarkly_api/api/approvals_api.rb +601 -0
- data/lib/launchdarkly_api/api/audit_log_api.rb +72 -51
- data/lib/launchdarkly_api/api/code_references_api.rb +898 -0
- data/lib/launchdarkly_api/api/custom_roles_api.rb +163 -106
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +202 -145
- data/lib/launchdarkly_api/api/environments_api.rb +197 -132
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +188 -0
- data/lib/launchdarkly_api/api/feature_flags_api.rb +487 -1390
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +166 -0
- data/lib/launchdarkly_api/api/metrics_api.rb +369 -0
- data/lib/launchdarkly_api/api/other_api.rb +248 -0
- data/lib/launchdarkly_api/api/projects_api.rb +147 -90
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +195 -127
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +435 -0
- data/lib/launchdarkly_api/api/segments_api.rb +719 -0
- data/lib/launchdarkly_api/api/user_settings_api.rb +237 -180
- data/lib/launchdarkly_api/api/users_api.rb +180 -138
- data/lib/launchdarkly_api/api/users_beta_api.rb +91 -0
- data/lib/launchdarkly_api/api/webhooks_api.rb +170 -113
- data/lib/launchdarkly_api/api_client.rb +87 -88
- data/lib/launchdarkly_api/api_error.rb +23 -4
- data/lib/launchdarkly_api/configuration.rb +83 -15
- data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +276 -0
- data/lib/launchdarkly_api/models/access_denied_rep.rb +237 -0
- data/lib/launchdarkly_api/models/access_rep.rb +225 -0
- data/lib/launchdarkly_api/models/access_token_post.rb +317 -0
- data/lib/launchdarkly_api/models/approval_settings.rb +331 -0
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +420 -0
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +241 -0
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +481 -0
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/big_segment_target.rb +254 -0
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/branch_rep.rb +267 -0
- data/lib/launchdarkly_api/models/clause.rb +78 -24
- data/lib/launchdarkly_api/models/client_side_availability.rb +65 -33
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +237 -0
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +227 -0
- data/lib/launchdarkly_api/models/conflict.rb +230 -0
- data/lib/launchdarkly_api/models/copied_from_env.rb +233 -0
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +281 -0
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +297 -0
- data/lib/launchdarkly_api/models/custom_property.rb +59 -23
- data/lib/launchdarkly_api/models/custom_role.rb +101 -34
- data/lib/launchdarkly_api/models/custom_role_post.rb +265 -0
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +265 -0
- data/lib/launchdarkly_api/models/custom_roles.rb +58 -22
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +237 -0
- data/lib/launchdarkly_api/models/defaults.rb +56 -25
- data/lib/launchdarkly_api/models/dependent_flag.rb +76 -25
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +76 -25
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +75 -24
- data/lib/launchdarkly_api/models/destination.rb +88 -47
- data/lib/launchdarkly_api/models/destination_post.rb +281 -0
- data/lib/launchdarkly_api/models/destinations.rb +58 -22
- data/lib/launchdarkly_api/models/environment.rb +144 -73
- data/lib/launchdarkly_api/models/environment_post.rb +90 -56
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +237 -0
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +227 -0
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +238 -0
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +239 -0
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +219 -0
- data/lib/launchdarkly_api/models/experiment_rep.rb +249 -0
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +271 -0
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +245 -0
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +229 -0
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +281 -0
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +281 -0
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +237 -0
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +236 -0
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +300 -0
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +274 -0
- data/lib/launchdarkly_api/models/extinction.rb +274 -0
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/extinction_rep.rb +279 -0
- data/lib/launchdarkly_api/models/feature_flag.rb +276 -123
- data/lib/launchdarkly_api/models/feature_flag_body.rb +105 -55
- data/lib/launchdarkly_api/models/feature_flag_config.rb +184 -55
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +142 -38
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +73 -32
- data/lib/launchdarkly_api/models/feature_flag_status.rb +70 -71
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +71 -33
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +64 -23
- data/lib/launchdarkly_api/models/feature_flags.rb +78 -32
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +448 -0
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +242 -0
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +232 -0
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +290 -0
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +514 -0
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +257 -0
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +234 -0
- data/lib/launchdarkly_api/models/flag_status_rep.rb +256 -0
- data/lib/launchdarkly_api/models/flag_summary.rb +223 -0
- data/lib/launchdarkly_api/models/hunk_rep.rb +256 -0
- data/lib/launchdarkly_api/models/inline_object.rb +274 -0
- data/lib/launchdarkly_api/models/inline_object1.rb +276 -0
- data/lib/launchdarkly_api/models/inline_response200.rb +227 -0
- data/lib/launchdarkly_api/models/integration_metadata.rb +265 -0
- data/lib/launchdarkly_api/models/integration_status.rb +237 -0
- data/lib/launchdarkly_api/models/ip_list.rb +241 -0
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +219 -0
- data/lib/launchdarkly_api/models/link.rb +54 -20
- data/lib/launchdarkly_api/models/member.rb +213 -67
- data/lib/launchdarkly_api/models/member_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +253 -0
- data/lib/launchdarkly_api/models/member_summary_rep.rb +285 -0
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +253 -0
- data/lib/launchdarkly_api/models/members.rb +78 -32
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +231 -0
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +444 -0
- data/lib/launchdarkly_api/models/metric_post.rb +368 -0
- data/lib/launchdarkly_api/models/metric_rep.rb +493 -0
- data/lib/launchdarkly_api/models/modification.rb +218 -0
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +69 -43
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +75 -24
- data/lib/launchdarkly_api/models/new_member_form.rb +276 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +239 -0
- data/lib/launchdarkly_api/models/patch_operation.rb +59 -26
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +273 -0
- data/lib/launchdarkly_api/models/patch_segment_request.rb +236 -0
- data/lib/launchdarkly_api/models/patch_with_comment.rb +234 -0
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +218 -0
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +227 -0
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +248 -0
- data/lib/launchdarkly_api/models/prerequisite.rb +64 -20
- data/lib/launchdarkly_api/models/project.rb +120 -50
- data/lib/launchdarkly_api/models/project_listing_rep.rb +306 -0
- data/lib/launchdarkly_api/models/project_post.rb +281 -0
- data/lib/launchdarkly_api/models/projects.rb +70 -22
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +227 -0
- data/lib/launchdarkly_api/models/reference_rep.rb +238 -0
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +225 -0
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +240 -0
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +327 -0
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/repository_post.rb +304 -0
- data/lib/launchdarkly_api/models/repository_rep.rb +342 -0
- data/lib/launchdarkly_api/models/resource_access.rb +228 -0
- data/lib/launchdarkly_api/models/resource_id_response.rb +254 -0
- data/lib/launchdarkly_api/models/review_response.rb +302 -0
- data/lib/launchdarkly_api/models/rollout.rb +89 -32
- data/lib/launchdarkly_api/models/rule.rb +77 -33
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +241 -0
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +241 -0
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +237 -0
- data/lib/launchdarkly_api/models/segment_body.rb +270 -0
- data/lib/launchdarkly_api/models/segment_metadata.rb +263 -0
- data/lib/launchdarkly_api/models/segment_user_list.rb +231 -0
- data/lib/launchdarkly_api/models/segment_user_state.rb +227 -0
- data/lib/launchdarkly_api/models/series_list_rep.rb +257 -0
- data/lib/launchdarkly_api/models/source_flag.rb +233 -0
- data/lib/launchdarkly_api/models/statement.rb +66 -63
- data/lib/launchdarkly_api/models/statement_post.rb +271 -0
- data/lib/launchdarkly_api/models/statement_post_data.rb +271 -0
- data/lib/launchdarkly_api/models/statement_rep.rb +266 -0
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/statistic_rep.rb +309 -0
- data/lib/launchdarkly_api/models/statistics_root.rb +229 -0
- data/lib/launchdarkly_api/models/subject_data_rep.rb +238 -0
- data/lib/launchdarkly_api/models/target.rb +64 -20
- data/lib/launchdarkly_api/models/target_resource_rep.rb +240 -0
- data/lib/launchdarkly_api/models/title_rep.rb +281 -0
- data/lib/launchdarkly_api/models/token.rb +159 -93
- data/lib/launchdarkly_api/models/token_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/tokens.rb +68 -32
- data/lib/launchdarkly_api/models/url_post.rb +279 -0
- data/lib/launchdarkly_api/models/user.rb +97 -96
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +245 -0
- data/lib/launchdarkly_api/models/user_flag_setting.rb +68 -27
- data/lib/launchdarkly_api/models/user_flag_settings.rb +78 -32
- data/lib/launchdarkly_api/models/user_record.rb +69 -34
- data/lib/launchdarkly_api/models/user_segment.rb +186 -69
- data/lib/launchdarkly_api/models/user_segment_rule.rb +71 -23
- data/lib/launchdarkly_api/models/user_segments.rb +78 -32
- data/lib/launchdarkly_api/models/users.rb +72 -26
- data/lib/launchdarkly_api/models/value_put.rb +229 -0
- data/lib/launchdarkly_api/models/variate.rb +246 -0
- data/lib/launchdarkly_api/models/variation.rb +70 -38
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +227 -0
- data/lib/launchdarkly_api/models/variation_summary.rb +287 -0
- data/lib/launchdarkly_api/models/versions_rep.rb +262 -0
- data/lib/launchdarkly_api/models/webhook.rb +120 -55
- data/lib/launchdarkly_api/models/webhook_post.rb +297 -0
- data/lib/launchdarkly_api/models/webhooks.rb +68 -22
- data/lib/launchdarkly_api/models/weighted_variation.rb +77 -24
- data/lib/launchdarkly_api/version.rb +5 -5
- data/lib/launchdarkly_api.rb +129 -97
- data/spec/api/access_tokens_api_spec.rb +23 -17
- data/spec/api/account_members_api_spec.rb +99 -0
- data/spec/api/account_usage_beta_api_spec.rb +156 -0
- data/spec/api/approvals_api_spec.rb +141 -0
- data/spec/api/audit_log_api_spec.rb +19 -17
- data/spec/api/code_references_api_spec.rb +206 -0
- data/spec/api/custom_roles_api_spec.rb +23 -18
- data/spec/api/data_export_destinations_api_spec.rb +30 -25
- data/spec/api/environments_api_spec.rb +31 -26
- data/spec/api/experiments_beta_api_spec.rb +67 -0
- data/spec/api/feature_flags_api_spec.rb +70 -267
- data/spec/api/feature_flags_beta_api_spec.rb +62 -0
- data/spec/api/metrics_api_spec.rb +100 -0
- data/spec/api/other_api_spec.rb +79 -0
- data/spec/api/projects_api_spec.rb +22 -17
- data/spec/api/relay_proxy_configurations_api_spec.rb +37 -31
- data/spec/api/scheduled_changes_api_spec.rb +112 -0
- data/spec/api/segments_api_spec.rb +164 -0
- data/spec/api/user_settings_api_spec.rb +41 -36
- data/spec/api/users_api_spec.rb +33 -29
- data/spec/api/users_beta_api_spec.rb +48 -0
- data/spec/api/webhooks_api_spec.rb +27 -22
- data/spec/api_client_spec.rb +5 -22
- data/spec/configuration_spec.rb +7 -7
- data/spec/models/access_denied_reason_rep_spec.rb +64 -0
- data/spec/models/access_denied_rep_spec.rb +40 -0
- data/spec/models/access_rep_spec.rb +34 -0
- data/spec/models/access_token_post_spec.rb +74 -0
- data/spec/models/approval_settings_spec.rb +76 -0
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +40 -0
- data/spec/models/audit_log_entry_listing_rep_spec.rb +136 -0
- data/spec/models/audit_log_entry_rep_spec.rb +172 -0
- data/spec/models/authorized_app_data_rep_spec.rb +58 -0
- data/spec/models/big_segment_target_spec.rb +46 -0
- data/spec/models/branch_collection_rep_spec.rb +40 -0
- data/spec/models/branch_rep_spec.rb +64 -0
- data/spec/models/clause_spec.rb +8 -15
- data/spec/models/client_side_availability_post_spec.rb +40 -0
- data/spec/models/client_side_availability_spec.rb +10 -17
- data/spec/models/confidence_interval_rep_spec.rb +40 -0
- data/spec/models/conflict_spec.rb +40 -0
- data/spec/models/copied_from_env_spec.rb +40 -0
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +64 -0
- data/spec/models/create_flag_config_approval_request_request_spec.rb +70 -0
- data/spec/models/custom_property_spec.rb +8 -15
- data/spec/models/custom_role_post_data_spec.rb +52 -0
- data/spec/models/custom_role_post_spec.rb +52 -0
- data/spec/models/custom_role_spec.rb +14 -15
- data/spec/models/custom_roles_spec.rb +8 -15
- data/spec/models/default_client_side_availability_post_spec.rb +40 -0
- data/spec/models/defaults_spec.rb +8 -15
- data/spec/models/dependent_flag_environment_spec.rb +8 -15
- data/spec/models/dependent_flag_spec.rb +8 -15
- data/spec/models/dependent_flags_by_environment_spec.rb +8 -15
- data/spec/models/destination_post_spec.rb +56 -0
- data/spec/models/destination_spec.rb +19 -20
- data/spec/models/destinations_spec.rb +8 -15
- data/spec/models/environment_post_spec.rb +10 -17
- data/spec/models/environment_spec.rb +8 -27
- data/spec/models/experiment_allocation_rep_spec.rb +40 -0
- data/spec/models/experiment_enabled_period_rep_spec.rb +40 -0
- data/spec/models/experiment_environment_setting_rep_spec.rb +46 -0
- data/spec/models/experiment_info_rep_spec.rb +40 -0
- data/spec/models/experiment_metadata_rep_spec.rb +34 -0
- data/spec/models/experiment_rep_spec.rb +52 -0
- data/spec/models/experiment_results_rep_spec.rb +64 -0
- data/spec/models/experiment_stats_rep_spec.rb +52 -0
- data/spec/models/experiment_time_series_slice_spec.rb +40 -0
- data/spec/models/experiment_time_series_variation_slice_spec.rb +76 -0
- data/spec/models/experiment_totals_rep_spec.rb +76 -0
- data/spec/models/expiring_user_target_error_spec.rb +40 -0
- data/spec/models/expiring_user_target_get_response_spec.rb +40 -0
- data/spec/models/expiring_user_target_item_spec.rb +70 -0
- data/spec/models/expiring_user_target_patch_response_spec.rb +64 -0
- data/spec/models/extinction_collection_rep_spec.rb +40 -0
- data/spec/models/extinction_rep_spec.rb +58 -0
- data/spec/models/extinction_spec.rb +58 -0
- data/spec/models/feature_flag_body_spec.rb +24 -19
- data/spec/models/feature_flag_config_spec.rb +28 -17
- data/spec/models/feature_flag_scheduled_change_spec.rb +34 -17
- data/spec/models/feature_flag_scheduled_changes_spec.rb +10 -17
- data/spec/models/feature_flag_spec.rb +39 -30
- data/spec/models/feature_flag_status_across_environments_spec.rb +10 -17
- data/spec/models/feature_flag_status_spec.rb +8 -25
- data/spec/models/feature_flag_statuses_spec.rb +8 -15
- data/spec/models/feature_flags_spec.rb +10 -17
- data/spec/models/flag_config_approval_request_response_spec.rb +142 -0
- data/spec/models/flag_config_approval_requests_response_spec.rb +40 -0
- data/spec/models/flag_copy_config_environment_spec.rb +40 -0
- data/spec/models/flag_copy_config_post_spec.rb +66 -0
- data/spec/models/flag_global_attributes_rep_spec.rb +158 -0
- data/spec/models/flag_listing_rep_spec.rb +52 -0
- data/spec/models/flag_scheduled_changes_input_spec.rb +40 -0
- data/spec/models/flag_status_rep_spec.rb +52 -0
- data/spec/models/flag_summary_spec.rb +34 -0
- data/spec/models/hunk_rep_spec.rb +58 -0
- data/spec/models/inline_object1_spec.rb +64 -0
- data/spec/models/inline_object_spec.rb +58 -0
- data/spec/models/inline_response200_spec.rb +40 -0
- data/spec/models/integration_metadata_spec.rb +52 -0
- data/spec/models/integration_status_spec.rb +40 -0
- data/spec/models/ip_list_spec.rb +40 -0
- data/spec/models/last_seen_metadata_spec.rb +34 -0
- data/spec/models/link_spec.rb +8 -15
- data/spec/models/member_data_rep_spec.rb +58 -0
- data/spec/models/member_permission_grant_summary_rep_spec.rb +46 -0
- data/spec/models/member_spec.rb +44 -21
- data/spec/models/member_summary_rep_spec.rb +64 -0
- data/spec/models/member_team_summary_rep_spec.rb +46 -0
- data/spec/models/members_spec.rb +10 -17
- data/spec/models/metric_collection_rep_spec.rb +40 -0
- data/spec/models/metric_listing_rep_spec.rb +140 -0
- data/spec/models/metric_post_spec.rb +104 -0
- data/spec/models/metric_rep_spec.rb +170 -0
- data/spec/models/modification_spec.rb +34 -0
- data/spec/models/multi_environment_dependent_flag_spec.rb +8 -27
- data/spec/models/multi_environment_dependent_flags_spec.rb +8 -15
- data/spec/models/new_member_form_spec.rb +64 -0
- data/spec/models/parent_resource_rep_spec.rb +46 -0
- data/spec/models/patch_operation_spec.rb +8 -15
- data/spec/models/patch_segment_instruction_spec.rb +58 -0
- data/spec/models/patch_segment_request_spec.rb +40 -0
- data/spec/models/patch_with_comment_spec.rb +40 -0
- data/spec/models/post_approval_request_apply_request_spec.rb +34 -0
- data/spec/models/post_approval_request_review_request_spec.rb +40 -0
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +46 -0
- data/spec/models/prerequisite_spec.rb +8 -15
- data/spec/models/project_listing_rep_spec.rb +70 -0
- data/spec/models/project_post_spec.rb +64 -0
- data/spec/models/project_spec.rb +12 -19
- data/spec/models/projects_spec.rb +8 -15
- data/spec/models/pub_nub_detail_rep_spec.rb +40 -0
- data/spec/models/reference_rep_spec.rb +46 -0
- data/spec/models/relay_auto_config_collection_rep_spec.rb +34 -0
- data/spec/models/relay_auto_config_post_spec.rb +40 -0
- data/spec/models/relay_auto_config_rep_spec.rb +82 -0
- data/spec/models/repository_collection_rep_spec.rb +40 -0
- data/spec/models/repository_post_spec.rb +68 -0
- data/spec/models/repository_rep_spec.rb +94 -0
- data/spec/models/resource_access_spec.rb +40 -0
- data/spec/models/resource_id_response_spec.rb +58 -0
- data/spec/models/review_response_spec.rb +62 -0
- data/spec/models/rollout_spec.rb +22 -17
- data/spec/models/rule_spec.rb +11 -18
- data/spec/models/sdk_list_rep_spec.rb +40 -0
- data/spec/models/sdk_version_list_rep_spec.rb +40 -0
- data/spec/models/sdk_version_rep_spec.rb +40 -0
- data/spec/models/segment_body_spec.rb +58 -0
- data/spec/models/segment_metadata_spec.rb +64 -0
- data/spec/models/segment_user_list_spec.rb +40 -0
- data/spec/models/segment_user_state_spec.rb +40 -0
- data/spec/models/series_list_rep_spec.rb +46 -0
- data/spec/models/source_flag_spec.rb +40 -0
- data/spec/models/statement_post_data_spec.rb +58 -0
- data/spec/models/statement_post_spec.rb +58 -0
- data/spec/models/statement_rep_spec.rb +58 -0
- data/spec/models/statement_spec.rb +8 -19
- data/spec/models/statistic_collection_rep_spec.rb +40 -0
- data/spec/models/statistic_rep_spec.rb +70 -0
- data/spec/models/statistics_root_spec.rb +40 -0
- data/spec/models/subject_data_rep_spec.rb +46 -0
- data/spec/models/target_resource_rep_spec.rb +46 -0
- data/spec/models/target_spec.rb +8 -15
- data/spec/models/title_rep_spec.rb +76 -0
- data/spec/models/token_data_rep_spec.rb +58 -0
- data/spec/models/token_spec.rb +27 -28
- data/spec/models/tokens_spec.rb +10 -17
- data/spec/models/url_post_spec.rb +56 -0
- data/spec/models/user_attribute_names_rep_spec.rb +46 -0
- data/spec/models/user_flag_setting_spec.rb +8 -15
- data/spec/models/user_flag_settings_spec.rb +10 -17
- data/spec/models/user_record_spec.rb +9 -16
- data/spec/models/user_segment_rule_spec.rb +14 -15
- data/spec/models/user_segment_spec.rb +52 -23
- data/spec/models/user_segments_spec.rb +10 -17
- data/spec/models/user_spec.rb +15 -46
- data/spec/models/users_spec.rb +8 -15
- data/spec/models/value_put_spec.rb +40 -0
- data/spec/models/variate_spec.rb +52 -0
- data/spec/models/variation_or_rollout_rep_spec.rb +40 -0
- data/spec/models/variation_spec.rb +10 -17
- data/spec/models/variation_summary_spec.rb +70 -0
- data/spec/models/versions_rep_spec.rb +52 -0
- data/spec/models/webhook_post_spec.rb +70 -0
- data/spec/models/webhook_spec.rb +18 -19
- data/spec/models/webhooks_spec.rb +8 -15
- data/spec/models/weighted_variation_spec.rb +14 -15
- data/spec/spec_helper.rb +4 -4
- metadata +815 -582
- data/docs/ApprovalRequest.md +0 -21
- data/docs/ApprovalRequestApplyConfigBody.md +0 -8
- data/docs/ApprovalRequestConfigBody.md +0 -13
- data/docs/ApprovalRequestFlagConfigCopyBody.md +0 -13
- data/docs/ApprovalRequestReview.md +0 -11
- data/docs/ApprovalRequestReviewConfigBody.md +0 -9
- data/docs/ApprovalRequestReviewStatus.md +0 -7
- data/docs/ApprovalRequests.md +0 -9
- data/docs/AuditLogEntries.md +0 -9
- data/docs/AuditLogEntry.md +0 -19
- data/docs/AuditLogEntryTarget.md +0 -10
- data/docs/BigSegmentTargetChanges.md +0 -9
- data/docs/BigSegmentTargetsBody.md +0 -9
- data/docs/CopyActions.md +0 -7
- data/docs/CustomPropertyValues.md +0 -7
- data/docs/CustomRoleBody.md +0 -11
- data/docs/CustomerMetricsApi.md +0 -511
- data/docs/DependentFlagEnvironmentLinks.md +0 -9
- data/docs/DependentFlagLinks.md +0 -8
- data/docs/DependentFlagsLinks.md +0 -9
- data/docs/DestinationAmazonKinesis.md +0 -10
- data/docs/DestinationBody.md +0 -11
- data/docs/DestinationGooglePubSub.md +0 -9
- data/docs/DestinationMParticle.md +0 -11
- data/docs/DestinationSegment.md +0 -8
- data/docs/EnvironmentApprovalSettings.md +0 -13
- data/docs/EvaluationUsageError.md +0 -9
- data/docs/Events.md +0 -8
- data/docs/Fallthrough.md +0 -9
- data/docs/FeatureFlagCopyBody.md +0 -12
- data/docs/FeatureFlagCopyObject.md +0 -9
- data/docs/FeatureFlagScheduledChangesConflicts.md +0 -8
- data/docs/FeatureFlagScheduledChangesConflictsInstructions.md +0 -9
- data/docs/FeatureFlagStatusForQueriedEnvironment.md +0 -10
- data/docs/FeatureFlagStatusLinks.md +0 -9
- data/docs/FlagConfigScheduledChangesConflictsBody.md +0 -9
- data/docs/FlagConfigScheduledChangesPatchBody.md +0 -9
- data/docs/FlagConfigScheduledChangesPostBody.md +0 -10
- data/docs/FlagListItem.md +0 -11
- data/docs/HierarchicalLinks.md +0 -9
- data/docs/Id.md +0 -7
- data/docs/Integration.md +0 -9
- data/docs/IntegrationSubscription.md +0 -16
- data/docs/IntegrationSubscriptionStatus.md +0 -10
- data/docs/Integrations.md +0 -9
- data/docs/IntegrationsApi.md +0 -334
- data/docs/Links.md +0 -9
- data/docs/MAU.md +0 -10
- data/docs/MAUMetadata.md +0 -7
- data/docs/MAUbyCategory.md +0 -10
- data/docs/MemberLastSeenMetadata.md +0 -8
- data/docs/MembersBody.md +0 -13
- data/docs/PatchComment.md +0 -9
- data/docs/Policy.md +0 -12
- data/docs/ProjectBody.md +0 -13
- data/docs/RelayProxyConfig.md +0 -15
- data/docs/RelayProxyConfigBody.md +0 -9
- data/docs/RelayProxyConfigs.md +0 -8
- data/docs/Role.md +0 -7
- data/docs/RootApi.md +0 -56
- data/docs/ScheduledChangesFeatureFlagConflict.md +0 -9
- data/docs/SemanticPatchInstruction.md +0 -7
- data/docs/SemanticPatchInstructionInner.md +0 -8
- data/docs/SemanticPatchOperation.md +0 -9
- data/docs/Site.md +0 -9
- data/docs/Source.md +0 -9
- data/docs/Stream.md +0 -10
- data/docs/StreamBySDK.md +0 -10
- data/docs/StreamBySDKLinks.md +0 -9
- data/docs/StreamBySDKLinksMetadata.md +0 -10
- data/docs/StreamLinks.md +0 -10
- data/docs/StreamSDKVersion.md +0 -9
- data/docs/StreamSDKVersionData.md +0 -9
- data/docs/StreamUsageError.md +0 -9
- data/docs/StreamUsageLinks.md +0 -10
- data/docs/StreamUsageMetadata.md +0 -10
- data/docs/StreamUsageSeries.md +0 -9
- data/docs/Streams.md +0 -8
- data/docs/SubscriptionBody.md +0 -12
- data/docs/TeamMembersApi.md +0 -329
- data/docs/TokenBody.md +0 -13
- data/docs/Usage.md +0 -9
- data/docs/UsageError.md +0 -8
- data/docs/UsageLinks.md +0 -10
- data/docs/UserSegmentBody.md +0 -12
- data/docs/UserSegmentsApi.md +0 -488
- data/docs/UserSettingsBody.md +0 -8
- data/docs/UserTargetingExpirationForFlag.md +0 -14
- data/docs/UserTargetingExpirationForFlags.md +0 -9
- data/docs/UserTargetingExpirationForSegment.md +0 -14
- data/docs/UserTargetingExpirationOnFlagsForUser.md +0 -9
- data/docs/UserTargetingExpirationResourceIdForFlag.md +0 -12
- data/docs/WebhookBody.md +0 -14
- data/lib/launchdarkly_api/api/customer_metrics_api.rb +0 -519
- data/lib/launchdarkly_api/api/integrations_api.rb +0 -358
- data/lib/launchdarkly_api/api/root_api.rb +0 -69
- data/lib/launchdarkly_api/api/team_members_api.rb +0 -340
- data/lib/launchdarkly_api/api/user_segments_api.rb +0 -548
- data/lib/launchdarkly_api/models/approval_request.rb +0 -346
- data/lib/launchdarkly_api/models/approval_request_apply_config_body.rb +0 -185
- data/lib/launchdarkly_api/models/approval_request_config_body.rb +0 -250
- data/lib/launchdarkly_api/models/approval_request_flag_config_copy_body.rb +0 -254
- data/lib/launchdarkly_api/models/approval_request_review.rb +0 -212
- data/lib/launchdarkly_api/models/approval_request_review_config_body.rb +0 -234
- data/lib/launchdarkly_api/models/approval_request_review_status.rb +0 -31
- data/lib/launchdarkly_api/models/approval_requests.rb +0 -195
- data/lib/launchdarkly_api/models/audit_log_entries.rb +0 -195
- data/lib/launchdarkly_api/models/audit_log_entry.rb +0 -283
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +0 -204
- data/lib/launchdarkly_api/models/big_segment_target_changes.rb +0 -199
- data/lib/launchdarkly_api/models/big_segment_targets_body.rb +0 -193
- data/lib/launchdarkly_api/models/copy_actions.rb +0 -34
- data/lib/launchdarkly_api/models/custom_property_values.rb +0 -176
- data/lib/launchdarkly_api/models/custom_role_body.rb +0 -231
- data/lib/launchdarkly_api/models/dependent_flag__links.rb +0 -184
- data/lib/launchdarkly_api/models/dependent_flag_environment__links.rb +0 -193
- data/lib/launchdarkly_api/models/dependent_flags_links.rb +0 -193
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +0 -202
- data/lib/launchdarkly_api/models/destination_body.rb +0 -264
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +0 -193
- data/lib/launchdarkly_api/models/destination_m_particle.rb +0 -211
- data/lib/launchdarkly_api/models/destination_segment.rb +0 -184
- data/lib/launchdarkly_api/models/environment_approval_settings.rb +0 -272
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +0 -193
- data/lib/launchdarkly_api/models/events.rb +0 -184
- data/lib/launchdarkly_api/models/fallthrough.rb +0 -193
- data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +0 -227
- data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +0 -200
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +0 -186
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +0 -196
- data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +0 -237
- data/lib/launchdarkly_api/models/feature_flag_status_links.rb +0 -193
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_conflicts_body.rb +0 -194
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_patch_body.rb +0 -194
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_post_body.rb +0 -204
- data/lib/launchdarkly_api/models/flag_list_item.rb +0 -211
- data/lib/launchdarkly_api/models/hierarchical_links.rb +0 -193
- data/lib/launchdarkly_api/models/id.rb +0 -176
- data/lib/launchdarkly_api/models/integration.rb +0 -195
- data/lib/launchdarkly_api/models/integration_subscription.rb +0 -265
- data/lib/launchdarkly_api/models/integration_subscription__status.rb +0 -203
- data/lib/launchdarkly_api/models/integrations.rb +0 -196
- data/lib/launchdarkly_api/models/links.rb +0 -193
- data/lib/launchdarkly_api/models/ma_uby_category.rb +0 -206
- data/lib/launchdarkly_api/models/mau.rb +0 -206
- data/lib/launchdarkly_api/models/mau_metadata.rb +0 -175
- data/lib/launchdarkly_api/models/member__last_seen_metadata.rb +0 -185
- data/lib/launchdarkly_api/models/members_body.rb +0 -238
- data/lib/launchdarkly_api/models/patch_comment.rb +0 -195
- data/lib/launchdarkly_api/models/policy.rb +0 -231
- data/lib/launchdarkly_api/models/project_body.rb +0 -243
- data/lib/launchdarkly_api/models/relay_proxy_config.rb +0 -289
- data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +0 -196
- data/lib/launchdarkly_api/models/relay_proxy_configs.rb +0 -186
- data/lib/launchdarkly_api/models/role.rb +0 -32
- data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +0 -195
- data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +0 -175
- data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +0 -185
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +0 -198
- data/lib/launchdarkly_api/models/site.rb +0 -193
- data/lib/launchdarkly_api/models/source.rb +0 -195
- data/lib/launchdarkly_api/models/stream.rb +0 -206
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +0 -206
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +0 -193
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +0 -202
- data/lib/launchdarkly_api/models/stream_links.rb +0 -205
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +0 -195
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +0 -195
- data/lib/launchdarkly_api/models/stream_usage_error.rb +0 -193
- data/lib/launchdarkly_api/models/stream_usage_links.rb +0 -205
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +0 -204
- data/lib/launchdarkly_api/models/stream_usage_series.rb +0 -195
- data/lib/launchdarkly_api/models/streams.rb +0 -184
- data/lib/launchdarkly_api/models/subscription_body.rb +0 -238
- data/lib/launchdarkly_api/models/token_body.rb +0 -238
- data/lib/launchdarkly_api/models/usage.rb +0 -195
- data/lib/launchdarkly_api/models/usage_error.rb +0 -184
- data/lib/launchdarkly_api/models/usage_links.rb +0 -205
- data/lib/launchdarkly_api/models/user_segment_body.rb +0 -237
- data/lib/launchdarkly_api/models/user_settings_body.rb +0 -185
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +0 -241
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +0 -195
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +0 -241
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +0 -195
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +0 -220
- data/lib/launchdarkly_api/models/webhook_body.rb +0 -263
- data/openapi.yml +0 -4922
- data/spec/api/customer_metrics_api_spec.rb +0 -141
- data/spec/api/integrations_api_spec.rb +0 -105
- data/spec/api/root_api_spec.rb +0 -45
- data/spec/api/team_members_api_spec.rb +0 -104
- data/spec/api/user_segments_api_spec.rb +0 -142
- data/spec/models/approval_request_apply_config_body_spec.rb +0 -41
- data/spec/models/approval_request_config_body_spec.rb +0 -71
- data/spec/models/approval_request_flag_config_copy_body_spec.rb +0 -71
- data/spec/models/approval_request_review_config_body_spec.rb +0 -51
- data/spec/models/approval_request_review_spec.rb +0 -59
- data/spec/models/approval_request_review_status_spec.rb +0 -35
- data/spec/models/approval_request_spec.rb +0 -123
- data/spec/models/approval_requests_spec.rb +0 -47
- data/spec/models/audit_log_entries_spec.rb +0 -47
- data/spec/models/audit_log_entry_spec.rb +0 -107
- data/spec/models/audit_log_entry_target_spec.rb +0 -53
- data/spec/models/big_segment_target_changes_spec.rb +0 -47
- data/spec/models/big_segment_targets_body_spec.rb +0 -47
- data/spec/models/copy_actions_spec.rb +0 -35
- data/spec/models/custom_property_values_spec.rb +0 -35
- data/spec/models/custom_role_body_spec.rb +0 -59
- data/spec/models/dependent_flag__links_spec.rb +0 -41
- data/spec/models/dependent_flag_environment__links_spec.rb +0 -47
- data/spec/models/dependent_flags_links_spec.rb +0 -47
- data/spec/models/destination_amazon_kinesis_spec.rb +0 -53
- data/spec/models/destination_body_spec.rb +0 -63
- data/spec/models/destination_google_pub_sub_spec.rb +0 -47
- data/spec/models/destination_m_particle_spec.rb +0 -59
- data/spec/models/destination_segment_spec.rb +0 -41
- data/spec/models/environment_approval_settings_spec.rb +0 -75
- data/spec/models/evaluation_usage_error_spec.rb +0 -47
- data/spec/models/events_spec.rb +0 -41
- data/spec/models/fallthrough_spec.rb +0 -47
- data/spec/models/feature_flag_copy_body_spec.rb +0 -65
- data/spec/models/feature_flag_copy_object_spec.rb +0 -47
- data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +0 -47
- data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +0 -41
- data/spec/models/feature_flag_status_for_queried_environment_spec.rb +0 -57
- data/spec/models/feature_flag_status_links_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_conflicts_body_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_patch_body_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_post_body_spec.rb +0 -53
- data/spec/models/flag_list_item_spec.rb +0 -59
- data/spec/models/hierarchical_links_spec.rb +0 -47
- data/spec/models/id_spec.rb +0 -35
- data/spec/models/integration_spec.rb +0 -47
- data/spec/models/integration_subscription__status_spec.rb +0 -53
- data/spec/models/integration_subscription_spec.rb +0 -89
- data/spec/models/integrations_spec.rb +0 -47
- data/spec/models/links_spec.rb +0 -47
- data/spec/models/ma_uby_category_spec.rb +0 -53
- data/spec/models/mau_metadata_spec.rb +0 -35
- data/spec/models/mau_spec.rb +0 -53
- data/spec/models/member__last_seen_metadata_spec.rb +0 -41
- data/spec/models/members_body_spec.rb +0 -71
- data/spec/models/patch_comment_spec.rb +0 -47
- data/spec/models/policy_spec.rb +0 -65
- data/spec/models/project_body_spec.rb +0 -71
- data/spec/models/relay_proxy_config_body_spec.rb +0 -47
- data/spec/models/relay_proxy_config_spec.rb +0 -83
- data/spec/models/relay_proxy_configs_spec.rb +0 -41
- data/spec/models/role_spec.rb +0 -35
- data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +0 -47
- data/spec/models/semantic_patch_instruction_inner_spec.rb +0 -41
- data/spec/models/semantic_patch_instruction_spec.rb +0 -35
- data/spec/models/semantic_patch_operation_spec.rb +0 -47
- data/spec/models/site_spec.rb +0 -47
- data/spec/models/source_spec.rb +0 -47
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +0 -53
- data/spec/models/stream_by_sdk_links_spec.rb +0 -47
- data/spec/models/stream_by_sdk_spec.rb +0 -53
- data/spec/models/stream_links_spec.rb +0 -53
- data/spec/models/stream_sdk_version_data_spec.rb +0 -47
- data/spec/models/stream_sdk_version_spec.rb +0 -47
- data/spec/models/stream_spec.rb +0 -53
- data/spec/models/stream_usage_error_spec.rb +0 -47
- data/spec/models/stream_usage_links_spec.rb +0 -53
- data/spec/models/stream_usage_metadata_spec.rb +0 -53
- data/spec/models/stream_usage_series_spec.rb +0 -47
- data/spec/models/streams_spec.rb +0 -41
- data/spec/models/subscription_body_spec.rb +0 -65
- data/spec/models/token_body_spec.rb +0 -71
- data/spec/models/usage_error_spec.rb +0 -41
- data/spec/models/usage_links_spec.rb +0 -53
- data/spec/models/usage_spec.rb +0 -47
- data/spec/models/user_segment_body_spec.rb +0 -65
- data/spec/models/user_settings_body_spec.rb +0 -41
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +0 -77
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +0 -47
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +0 -77
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +0 -47
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +0 -65
- data/spec/models/webhook_body_spec.rb +0 -77
data/docs/UrlPost.md
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
# LaunchDarklyApi::UrlPost
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **kind** | **String** | | [optional] |
|
8
|
+
| **url** | **String** | | [optional] |
|
9
|
+
| **substring** | **String** | | [optional] |
|
10
|
+
| **pattern** | **String** | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::UrlPost.new(
|
18
|
+
kind: null,
|
19
|
+
url: null,
|
20
|
+
substring: null,
|
21
|
+
pattern: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/User.md
CHANGED
@@ -1,18 +1,30 @@
|
|
1
1
|
# LaunchDarklyApi::User
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**key** | **String** | | [optional]
|
7
|
-
**secondary** | **String** | | [optional]
|
8
|
-
**ip** | **String** | | [optional]
|
9
|
-
**country** | **String** | | [optional]
|
10
|
-
**email** | **String** | | [optional]
|
11
|
-
**first_name** | **String** | | [optional]
|
12
|
-
**last_name** | **String** | | [optional]
|
13
|
-
**avatar** | **String** | | [optional]
|
14
|
-
**name** | **String** | | [optional]
|
15
|
-
**anonymous** | **BOOLEAN** | | [optional]
|
16
|
-
**custom** | **Object** | | [optional]
|
17
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **last_ping** | **Time** | | [optional] |
|
8
|
+
| **environment_id** | **String** | | [optional] |
|
9
|
+
| **owner_id** | **String** | | [optional] |
|
10
|
+
| **user** | [**User**](User.md) | | [optional] |
|
11
|
+
| **sort_value** | **Object** | | [optional] |
|
12
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | [optional] |
|
13
|
+
| **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'launchdarkly_api'
|
19
|
+
|
20
|
+
instance = LaunchDarklyApi::User.new(
|
21
|
+
last_ping: null,
|
22
|
+
environment_id: null,
|
23
|
+
owner_id: null,
|
24
|
+
user: null,
|
25
|
+
sort_value: null,
|
26
|
+
_links: null,
|
27
|
+
_access: null
|
28
|
+
)
|
29
|
+
```
|
18
30
|
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# LaunchDarklyApi::UserAttributeNamesRep
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **private** | **Array<String>** | private attributes | [optional] |
|
8
|
+
| **custom** | **Array<String>** | custom attributes | [optional] |
|
9
|
+
| **standard** | **Array<String>** | standard attributes | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'launchdarkly_api'
|
15
|
+
|
16
|
+
instance = LaunchDarklyApi::UserAttributeNamesRep.new(
|
17
|
+
private: ["SSN","credit_card_number"],
|
18
|
+
custom: ["Age","FavoriteFood","FavoriteColor"],
|
19
|
+
standard: ["key","ip","firstName","lastName","country","anonymous"]
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/UserFlagSetting.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1
1
|
# LaunchDarklyApi::UserFlagSetting
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
7
|
-
**_value** | **BOOLEAN** | The most important attribute in the response. The _value is the current setting for the user. For a boolean feature toggle, this will be true, false, or null if there is no defined fallthrough value. | [optional]
|
8
|
-
**setting** | **BOOLEAN** | The setting attribute indicates whether you've explicitly targeted this user to receive a particular variation. For example, if you have explicitly turned off a feature toggle for a user, setting will be false. A setting of null means that you haven't assigned that user to a specific variation. | [optional]
|
9
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
8
|
+
| **_value** | **Object** | | |
|
9
|
+
| **setting** | **Object** | | |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'launchdarkly_api'
|
15
|
+
|
16
|
+
instance = LaunchDarklyApi::UserFlagSetting.new(
|
17
|
+
_links: {"sort.order":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags/sort.order","type":"application/json"}},
|
18
|
+
_value: true,
|
19
|
+
setting: null
|
20
|
+
)
|
21
|
+
```
|
10
22
|
|
data/docs/UserFlagSettings.md
CHANGED
@@ -1,9 +1,20 @@
|
|
1
1
|
# LaunchDarklyApi::UserFlagSettings
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
7
|
-
**items** | [**Hash<String, UserFlagSetting>**](UserFlagSetting.md) | | [optional]
|
8
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **items** | [**Hash<String, UserFlagSetting>**](UserFlagSetting.md) | | |
|
8
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::UserFlagSettings.new(
|
16
|
+
items: {"alternate.page":{"_links":{"self":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags/alternate.page","type":"application/json"}},"_value":false,"setting":null},"sort.order":{"_links":{"self":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags/sort.order","type":"application/json"}},"_value":true,"setting":null}},
|
17
|
+
_links: {"self":{"href":"/api/v2/users/lacuna/production/Abbie_Braun/flags","type":"application/json"}}
|
18
|
+
)
|
19
|
+
```
|
9
20
|
|
data/docs/UserRecord.md
CHANGED
@@ -1,12 +1,26 @@
|
|
1
1
|
# LaunchDarklyApi::UserRecord
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**last_ping** | **String** | | [optional]
|
7
|
-
**environment_id** | **String** | | [optional]
|
8
|
-
**owner_id** | [**Id**](Id.md) | | [optional]
|
9
|
-
**user** | [**User**](User.md) | | [optional]
|
10
|
-
**avatar** | **String** | | [optional]
|
11
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **last_ping** | **Time** | | [optional] |
|
8
|
+
| **environment_id** | **String** | | [optional] |
|
9
|
+
| **owner_id** | **String** | | [optional] |
|
10
|
+
| **user** | [**User**](User.md) | | [optional] |
|
11
|
+
| **sort_value** | **Object** | | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'launchdarkly_api'
|
17
|
+
|
18
|
+
instance = LaunchDarklyApi::UserRecord.new(
|
19
|
+
last_ping: null,
|
20
|
+
environment_id: null,
|
21
|
+
owner_id: null,
|
22
|
+
user: null,
|
23
|
+
sort_value: null
|
24
|
+
)
|
25
|
+
```
|
12
26
|
|
data/docs/UserSegment.md
CHANGED
@@ -1,19 +1,52 @@
|
|
1
1
|
# LaunchDarklyApi::UserSegment
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**key** | **String** | Unique identifier for the user segment. |
|
7
|
-
**name** | **String** | Name of the user segment. |
|
8
|
-
**description** | **String** | Description of the user segment. | [optional]
|
9
|
-
**tags** | **Array<String>** | An array of tags for this user segment. | [optional]
|
10
|
-
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the creation time of this flag. |
|
11
|
-
**included** | **Array<String>** | An array of user keys that are included in this segment. | [optional]
|
12
|
-
**excluded** | **Array<String>** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional]
|
13
|
-
**rules** | [**Array<UserSegmentRule>**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional]
|
14
|
-
**unbounded** | **BOOLEAN** | Controls whether this is considered a \"big segment\" which can support an unlimited numbers of users. Include/exclude lists sent with this payload are not used in big segments. Contact your account manager for early access to this feature. | [optional]
|
15
|
-
**version** | **Integer** | | [optional]
|
16
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
17
|
-
**_flags** | [**Array<FlagListItem>**](FlagListItem.md) | | [optional]
|
18
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | A human-friendly name for the segment | |
|
8
|
+
| **description** | **String** | A description of the segment's purpose | [optional] |
|
9
|
+
| **tags** | **Array<String>** | Tags for the segment | |
|
10
|
+
| **creation_date** | **Integer** | | |
|
11
|
+
| **key** | **String** | A unique key used to reference the segment | |
|
12
|
+
| **included** | **Array<String>** | Included users are always segment members, regardless of segment rules. For Big Segments this array is either empty or omitted entirely. | [optional] |
|
13
|
+
| **excluded** | **Array<String>** | Segment rules bypass excluded users, so they will never be included based on rules. Excluded users may still be included explicitly. This value is omitted for Big Segments. | [optional] |
|
14
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
15
|
+
| **rules** | [**Array<UserSegmentRule>**](UserSegmentRule.md) | | |
|
16
|
+
| **version** | **Integer** | | |
|
17
|
+
| **deleted** | **Boolean** | | |
|
18
|
+
| **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
|
19
|
+
| **_flags** | [**Array<FlagListingRep>**](FlagListingRep.md) | | [optional] |
|
20
|
+
| **unbounded** | **Boolean** | | [optional] |
|
21
|
+
| **generation** | **Integer** | | |
|
22
|
+
| **_unbounded_metadata** | [**SegmentMetadata**](SegmentMetadata.md) | | [optional] |
|
23
|
+
| **_external** | **String** | | [optional] |
|
24
|
+
| **_external_link** | **String** | | [optional] |
|
25
|
+
|
26
|
+
## Example
|
27
|
+
|
28
|
+
```ruby
|
29
|
+
require 'launchdarkly_api'
|
30
|
+
|
31
|
+
instance = LaunchDarklyApi::UserSegment.new(
|
32
|
+
name: null,
|
33
|
+
description: null,
|
34
|
+
tags: null,
|
35
|
+
creation_date: null,
|
36
|
+
key: null,
|
37
|
+
included: null,
|
38
|
+
excluded: null,
|
39
|
+
_links: null,
|
40
|
+
rules: null,
|
41
|
+
version: null,
|
42
|
+
deleted: null,
|
43
|
+
_access: null,
|
44
|
+
_flags: null,
|
45
|
+
unbounded: null,
|
46
|
+
generation: null,
|
47
|
+
_unbounded_metadata: null,
|
48
|
+
_external: null,
|
49
|
+
_external_link: null
|
50
|
+
)
|
51
|
+
```
|
19
52
|
|
data/docs/UserSegmentRule.md
CHANGED
@@ -1,10 +1,24 @@
|
|
1
1
|
# LaunchDarklyApi::UserSegmentRule
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**clauses** | [**Array<Clause>**](Clause.md) | | [optional]
|
7
|
-
**weight** | **Integer** | | [optional]
|
8
|
-
**bucket_by** | **String** | | [optional]
|
9
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **_id** | **String** | | [optional] |
|
8
|
+
| **clauses** | [**Array<Clause>**](Clause.md) | | |
|
9
|
+
| **weight** | **Integer** | | [optional] |
|
10
|
+
| **bucket_by** | **String** | | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'launchdarkly_api'
|
16
|
+
|
17
|
+
instance = LaunchDarklyApi::UserSegmentRule.new(
|
18
|
+
_id: null,
|
19
|
+
clauses: null,
|
20
|
+
weight: null,
|
21
|
+
bucket_by: null
|
22
|
+
)
|
23
|
+
```
|
10
24
|
|
data/docs/UserSegments.md
CHANGED
@@ -1,9 +1,20 @@
|
|
1
1
|
# LaunchDarklyApi::UserSegments
|
2
2
|
|
3
3
|
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**_links** | [**Links**](Links.md) | | [optional]
|
7
|
-
**items** | [**Array<UserSegment>**](UserSegment.md) | | [optional]
|
8
4
|
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **items** | [**Array<UserSegment>**](UserSegment.md) | | |
|
8
|
+
| **_links** | [**Hash<String, Link>**](Link.md) | | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'launchdarkly_api'
|
14
|
+
|
15
|
+
instance = LaunchDarklyApi::UserSegments.new(
|
16
|
+
items: null,
|
17
|
+
_links: null
|
18
|
+
)
|
19
|
+
```
|
9
20
|
|
data/docs/UserSettingsApi.md
CHANGED
@@ -1,119 +1,153 @@
|
|
1
1
|
# LaunchDarklyApi::UserSettingsApi
|
2
2
|
|
3
|
-
All URIs are relative to *https://app.launchdarkly.com
|
3
|
+
All URIs are relative to *https://app.launchdarkly.com*
|
4
4
|
|
5
|
-
Method | HTTP request | Description
|
6
|
-
|
7
|
-
[**
|
8
|
-
[**get_user_flag_setting**](UserSettingsApi.md#get_user_flag_setting) | **GET** /users/{
|
9
|
-
[**get_user_flag_settings**](UserSettingsApi.md#get_user_flag_settings) | **GET** /users/{
|
10
|
-
[**
|
11
|
-
[**put_flag_setting**](UserSettingsApi.md#put_flag_setting) | **PUT** /users/{
|
5
|
+
| Method | HTTP request | Description |
|
6
|
+
| ------ | ------------ | ----------- |
|
7
|
+
| [**get_expiring_flags_for_user**](UserSettingsApi.md#get_expiring_flags_for_user) | **GET** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Get expiring dates on flags for user |
|
8
|
+
| [**get_user_flag_setting**](UserSettingsApi.md#get_user_flag_setting) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Get flag setting for user |
|
9
|
+
| [**get_user_flag_settings**](UserSettingsApi.md#get_user_flag_settings) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags | List flag settings for user |
|
10
|
+
| [**patch_expiring_flags_for_user**](UserSettingsApi.md#patch_expiring_flags_for_user) | **PATCH** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Update expiring user target for flags |
|
11
|
+
| [**put_flag_setting**](UserSettingsApi.md#put_flag_setting) | **PUT** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Update flag settings for user |
|
12
12
|
|
13
13
|
|
14
|
-
|
15
|
-
|
14
|
+
## get_expiring_flags_for_user
|
15
|
+
|
16
|
+
> <ExpiringUserTargetGetResponse> get_expiring_flags_for_user(proj_key, user_key, env_key)
|
16
17
|
|
17
18
|
Get expiring dates on flags for user
|
18
19
|
|
19
|
-
|
20
|
+
Get a list of flags for which the given user is scheduled for removal.
|
21
|
+
|
22
|
+
### Examples
|
23
|
+
|
20
24
|
```ruby
|
21
|
-
|
25
|
+
require 'time'
|
22
26
|
require 'launchdarkly_api'
|
23
27
|
# setup authorization
|
24
28
|
LaunchDarklyApi.configure do |config|
|
25
|
-
# Configure API key authorization:
|
26
|
-
config.api_key['
|
29
|
+
# Configure API key authorization: ApiKey
|
30
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
27
31
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
28
|
-
#config.api_key_prefix['
|
32
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
29
33
|
end
|
30
34
|
|
31
35
|
api_instance = LaunchDarklyApi::UserSettingsApi.new
|
36
|
+
proj_key = 'proj_key_example' # String | The project key.
|
37
|
+
user_key = 'user_key_example' # String | The user key.
|
38
|
+
env_key = 'env_key_example' # String | The environment key.
|
32
39
|
|
33
|
-
|
40
|
+
begin
|
41
|
+
# Get expiring dates on flags for user
|
42
|
+
result = api_instance.get_expiring_flags_for_user(proj_key, user_key, env_key)
|
43
|
+
p result
|
44
|
+
rescue LaunchDarklyApi::ApiError => e
|
45
|
+
puts "Error when calling UserSettingsApi->get_expiring_flags_for_user: #{e}"
|
46
|
+
end
|
47
|
+
```
|
34
48
|
|
35
|
-
|
49
|
+
#### Using the get_expiring_flags_for_user_with_http_info variant
|
36
50
|
|
37
|
-
|
51
|
+
This returns an Array which contains the response data, status code and headers.
|
38
52
|
|
53
|
+
> <Array(<ExpiringUserTargetGetResponse>, Integer, Hash)> get_expiring_flags_for_user_with_http_info(proj_key, user_key, env_key)
|
39
54
|
|
55
|
+
```ruby
|
40
56
|
begin
|
41
|
-
#Get expiring dates on flags for user
|
42
|
-
|
43
|
-
p
|
57
|
+
# Get expiring dates on flags for user
|
58
|
+
data, status_code, headers = api_instance.get_expiring_flags_for_user_with_http_info(proj_key, user_key, env_key)
|
59
|
+
p status_code # => 2xx
|
60
|
+
p headers # => { ... }
|
61
|
+
p data # => <ExpiringUserTargetGetResponse>
|
44
62
|
rescue LaunchDarklyApi::ApiError => e
|
45
|
-
puts "
|
63
|
+
puts "Error when calling UserSettingsApi->get_expiring_flags_for_user_with_http_info: #{e}"
|
46
64
|
end
|
47
65
|
```
|
48
66
|
|
49
67
|
### Parameters
|
50
68
|
|
51
|
-
Name | Type | Description
|
52
|
-
|
53
|
-
**
|
54
|
-
**
|
55
|
-
**
|
69
|
+
| Name | Type | Description | Notes |
|
70
|
+
| ---- | ---- | ----------- | ----- |
|
71
|
+
| **proj_key** | **String** | The project key. | |
|
72
|
+
| **user_key** | **String** | The user key. | |
|
73
|
+
| **env_key** | **String** | The environment key. | |
|
56
74
|
|
57
75
|
### Return type
|
58
76
|
|
59
|
-
[**
|
77
|
+
[**ExpiringUserTargetGetResponse**](ExpiringUserTargetGetResponse.md)
|
60
78
|
|
61
79
|
### Authorization
|
62
80
|
|
63
|
-
[
|
81
|
+
[ApiKey](../README.md#ApiKey)
|
64
82
|
|
65
83
|
### HTTP request headers
|
66
84
|
|
67
|
-
|
68
|
-
|
85
|
+
- **Content-Type**: Not defined
|
86
|
+
- **Accept**: application/json
|
69
87
|
|
70
88
|
|
89
|
+
## get_user_flag_setting
|
71
90
|
|
72
|
-
|
73
|
-
> UserFlagSetting get_user_flag_setting(project_key, environment_key, user_key, feature_flag_key, )
|
91
|
+
> <UserFlagSetting> get_user_flag_setting(proj_key, env_key, key, feature_key)
|
74
92
|
|
75
|
-
|
93
|
+
Get flag setting for user
|
94
|
+
|
95
|
+
Get a single flag setting for a user by key. The most important attribute in the response is the `_value`. The `_value` is the current setting that the user sees. For a boolean feature toggle, this is `true`, `false`, or `null`. `null` returns if there is no defined fallback value. The example response indicates that the user `Abbie_Braun` has the `sort.order` flag enabled.<br /><br />The setting attribute indicates whether you've explicitly targeted a user to receive a particular variation. For example, if you have turned off a feature flag for a user, this setting will be `false`. A setting of `null` means that you haven't assigned that user to a specific variation.
|
96
|
+
|
97
|
+
### Examples
|
76
98
|
|
77
|
-
### Example
|
78
99
|
```ruby
|
79
|
-
|
100
|
+
require 'time'
|
80
101
|
require 'launchdarkly_api'
|
81
102
|
# setup authorization
|
82
103
|
LaunchDarklyApi.configure do |config|
|
83
|
-
# Configure API key authorization:
|
84
|
-
config.api_key['
|
104
|
+
# Configure API key authorization: ApiKey
|
105
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
85
106
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
86
|
-
#config.api_key_prefix['
|
107
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
87
108
|
end
|
88
109
|
|
89
110
|
api_instance = LaunchDarklyApi::UserSettingsApi.new
|
111
|
+
proj_key = 'proj_key_example' # String | The project key
|
112
|
+
env_key = 'env_key_example' # String | The environment key
|
113
|
+
key = 'key_example' # String | The user key
|
114
|
+
feature_key = 'feature_key_example' # String | The feature flag key
|
90
115
|
|
91
|
-
|
92
|
-
|
93
|
-
|
116
|
+
begin
|
117
|
+
# Get flag setting for user
|
118
|
+
result = api_instance.get_user_flag_setting(proj_key, env_key, key, feature_key)
|
119
|
+
p result
|
120
|
+
rescue LaunchDarklyApi::ApiError => e
|
121
|
+
puts "Error when calling UserSettingsApi->get_user_flag_setting: #{e}"
|
122
|
+
end
|
123
|
+
```
|
94
124
|
|
95
|
-
|
125
|
+
#### Using the get_user_flag_setting_with_http_info variant
|
96
126
|
|
97
|
-
|
127
|
+
This returns an Array which contains the response data, status code and headers.
|
98
128
|
|
129
|
+
> <Array(<UserFlagSetting>, Integer, Hash)> get_user_flag_setting_with_http_info(proj_key, env_key, key, feature_key)
|
99
130
|
|
131
|
+
```ruby
|
100
132
|
begin
|
101
|
-
#
|
102
|
-
|
103
|
-
p
|
133
|
+
# Get flag setting for user
|
134
|
+
data, status_code, headers = api_instance.get_user_flag_setting_with_http_info(proj_key, env_key, key, feature_key)
|
135
|
+
p status_code # => 2xx
|
136
|
+
p headers # => { ... }
|
137
|
+
p data # => <UserFlagSetting>
|
104
138
|
rescue LaunchDarklyApi::ApiError => e
|
105
|
-
puts "
|
139
|
+
puts "Error when calling UserSettingsApi->get_user_flag_setting_with_http_info: #{e}"
|
106
140
|
end
|
107
141
|
```
|
108
142
|
|
109
143
|
### Parameters
|
110
144
|
|
111
|
-
Name | Type | Description
|
112
|
-
|
113
|
-
**
|
114
|
-
**
|
115
|
-
**
|
116
|
-
**
|
145
|
+
| Name | Type | Description | Notes |
|
146
|
+
| ---- | ---- | ----------- | ----- |
|
147
|
+
| **proj_key** | **String** | The project key | |
|
148
|
+
| **env_key** | **String** | The environment key | |
|
149
|
+
| **key** | **String** | The user key | |
|
150
|
+
| **feature_key** | **String** | The feature flag key | |
|
117
151
|
|
118
152
|
### Return type
|
119
153
|
|
@@ -121,57 +155,74 @@ Name | Type | Description | Notes
|
|
121
155
|
|
122
156
|
### Authorization
|
123
157
|
|
124
|
-
[
|
158
|
+
[ApiKey](../README.md#ApiKey)
|
125
159
|
|
126
160
|
### HTTP request headers
|
127
161
|
|
128
|
-
|
129
|
-
|
162
|
+
- **Content-Type**: Not defined
|
163
|
+
- **Accept**: application/json
|
164
|
+
|
165
|
+
|
166
|
+
## get_user_flag_settings
|
130
167
|
|
168
|
+
> <UserFlagSettings> get_user_flag_settings(proj_key, env_key, key)
|
131
169
|
|
170
|
+
List flag settings for user
|
132
171
|
|
133
|
-
|
134
|
-
> UserFlagSettings get_user_flag_settings(project_key, environment_key, user_key, )
|
172
|
+
Get the current flag settings for a given user. The most important attribute in the response is the `_value`. The `_value` is the setting that the user sees. For a boolean feature toggle, this is `true`, `false`, or `null`. `null` returns if there is no defined fallthrough value. The example response indicates that the user `Abbie_Braun` has the `sort.order` flag enabled and the `alternate.page` flag disabled.<br /><br />The setting attribute indicates whether you've explicitly targeted a user to receive a particular variation. For example, if you have turned off a feature flag for a user, this setting will be `false`. A setting of `null` means that you haven't assigned that user to a specific variation.
|
135
173
|
|
136
|
-
|
174
|
+
### Examples
|
137
175
|
|
138
|
-
### Example
|
139
176
|
```ruby
|
140
|
-
|
177
|
+
require 'time'
|
141
178
|
require 'launchdarkly_api'
|
142
179
|
# setup authorization
|
143
180
|
LaunchDarklyApi.configure do |config|
|
144
|
-
# Configure API key authorization:
|
145
|
-
config.api_key['
|
181
|
+
# Configure API key authorization: ApiKey
|
182
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
146
183
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
147
|
-
#config.api_key_prefix['
|
184
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
148
185
|
end
|
149
186
|
|
150
187
|
api_instance = LaunchDarklyApi::UserSettingsApi.new
|
188
|
+
proj_key = 'proj_key_example' # String | The project key
|
189
|
+
env_key = 'env_key_example' # String | The environment key
|
190
|
+
key = 'key_example' # String | The user key
|
151
191
|
|
152
|
-
|
192
|
+
begin
|
193
|
+
# List flag settings for user
|
194
|
+
result = api_instance.get_user_flag_settings(proj_key, env_key, key)
|
195
|
+
p result
|
196
|
+
rescue LaunchDarklyApi::ApiError => e
|
197
|
+
puts "Error when calling UserSettingsApi->get_user_flag_settings: #{e}"
|
198
|
+
end
|
199
|
+
```
|
153
200
|
|
154
|
-
|
201
|
+
#### Using the get_user_flag_settings_with_http_info variant
|
155
202
|
|
156
|
-
|
203
|
+
This returns an Array which contains the response data, status code and headers.
|
157
204
|
|
205
|
+
> <Array(<UserFlagSettings>, Integer, Hash)> get_user_flag_settings_with_http_info(proj_key, env_key, key)
|
158
206
|
|
207
|
+
```ruby
|
159
208
|
begin
|
160
|
-
#
|
161
|
-
|
162
|
-
p
|
209
|
+
# List flag settings for user
|
210
|
+
data, status_code, headers = api_instance.get_user_flag_settings_with_http_info(proj_key, env_key, key)
|
211
|
+
p status_code # => 2xx
|
212
|
+
p headers # => { ... }
|
213
|
+
p data # => <UserFlagSettings>
|
163
214
|
rescue LaunchDarklyApi::ApiError => e
|
164
|
-
puts "
|
215
|
+
puts "Error when calling UserSettingsApi->get_user_flag_settings_with_http_info: #{e}"
|
165
216
|
end
|
166
217
|
```
|
167
218
|
|
168
219
|
### Parameters
|
169
220
|
|
170
|
-
Name | Type | Description
|
171
|
-
|
172
|
-
**
|
173
|
-
**
|
174
|
-
**
|
221
|
+
| Name | Type | Description | Notes |
|
222
|
+
| ---- | ---- | ----------- | ----- |
|
223
|
+
| **proj_key** | **String** | The project key | |
|
224
|
+
| **env_key** | **String** | The environment key | |
|
225
|
+
| **key** | **String** | The user key | |
|
175
226
|
|
176
227
|
### Return type
|
177
228
|
|
@@ -179,123 +230,154 @@ Name | Type | Description | Notes
|
|
179
230
|
|
180
231
|
### Authorization
|
181
232
|
|
182
|
-
[
|
233
|
+
[ApiKey](../README.md#ApiKey)
|
183
234
|
|
184
235
|
### HTTP request headers
|
185
236
|
|
186
|
-
|
187
|
-
|
237
|
+
- **Content-Type**: Not defined
|
238
|
+
- **Accept**: application/json
|
188
239
|
|
189
240
|
|
241
|
+
## patch_expiring_flags_for_user
|
190
242
|
|
191
|
-
|
192
|
-
> UserTargetingExpirationOnFlagsForUser patch_expiring_user_targets_for_flags(project_key, environment_key, user_key, semantic_patch_with_comment)
|
243
|
+
> <ExpiringUserTargetPatchResponse> patch_expiring_flags_for_user(proj_key, user_key, env_key, patch_with_comment)
|
193
244
|
|
194
|
-
Update
|
245
|
+
Update expiring user target for flags
|
246
|
+
|
247
|
+
Schedule the specified user for removal from individual user targeting on one or more flags. You can only schedule a user for removal on a single variation per flag. To learn more about semantic patches, read [Updates](/#section/Updates). If you previously patched the flag, and the patch included the user's data, LaunchDarkly continues to use that data. If LaunchDarkly has never encountered the user's key before, it calculates the flag values based on the user key alone.
|
248
|
+
|
249
|
+
### Examples
|
195
250
|
|
196
|
-
### Example
|
197
251
|
```ruby
|
198
|
-
|
252
|
+
require 'time'
|
199
253
|
require 'launchdarkly_api'
|
200
254
|
# setup authorization
|
201
255
|
LaunchDarklyApi.configure do |config|
|
202
|
-
# Configure API key authorization:
|
203
|
-
config.api_key['
|
256
|
+
# Configure API key authorization: ApiKey
|
257
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
204
258
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
205
|
-
#config.api_key_prefix['
|
259
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
206
260
|
end
|
207
261
|
|
208
262
|
api_instance = LaunchDarklyApi::UserSettingsApi.new
|
263
|
+
proj_key = 'proj_key_example' # String | The project key.
|
264
|
+
user_key = 'user_key_example' # String | The user key.
|
265
|
+
env_key = 'env_key_example' # String | The environment key.
|
266
|
+
patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/biscuits', value: Chocolate Digestive})]}) # PatchWithComment |
|
209
267
|
|
210
|
-
|
211
|
-
|
212
|
-
|
268
|
+
begin
|
269
|
+
# Update expiring user target for flags
|
270
|
+
result = api_instance.patch_expiring_flags_for_user(proj_key, user_key, env_key, patch_with_comment)
|
271
|
+
p result
|
272
|
+
rescue LaunchDarklyApi::ApiError => e
|
273
|
+
puts "Error when calling UserSettingsApi->patch_expiring_flags_for_user: #{e}"
|
274
|
+
end
|
275
|
+
```
|
213
276
|
|
214
|
-
|
277
|
+
#### Using the patch_expiring_flags_for_user_with_http_info variant
|
215
278
|
|
216
|
-
|
279
|
+
This returns an Array which contains the response data, status code and headers.
|
217
280
|
|
281
|
+
> <Array(<ExpiringUserTargetPatchResponse>, Integer, Hash)> patch_expiring_flags_for_user_with_http_info(proj_key, user_key, env_key, patch_with_comment)
|
218
282
|
|
283
|
+
```ruby
|
219
284
|
begin
|
220
|
-
#Update
|
221
|
-
|
222
|
-
p
|
285
|
+
# Update expiring user target for flags
|
286
|
+
data, status_code, headers = api_instance.patch_expiring_flags_for_user_with_http_info(proj_key, user_key, env_key, patch_with_comment)
|
287
|
+
p status_code # => 2xx
|
288
|
+
p headers # => { ... }
|
289
|
+
p data # => <ExpiringUserTargetPatchResponse>
|
223
290
|
rescue LaunchDarklyApi::ApiError => e
|
224
|
-
puts "
|
291
|
+
puts "Error when calling UserSettingsApi->patch_expiring_flags_for_user_with_http_info: #{e}"
|
225
292
|
end
|
226
293
|
```
|
227
294
|
|
228
295
|
### Parameters
|
229
296
|
|
230
|
-
Name | Type | Description
|
231
|
-
|
232
|
-
**
|
233
|
-
**
|
234
|
-
**
|
235
|
-
**
|
297
|
+
| Name | Type | Description | Notes |
|
298
|
+
| ---- | ---- | ----------- | ----- |
|
299
|
+
| **proj_key** | **String** | The project key. | |
|
300
|
+
| **user_key** | **String** | The user key. | |
|
301
|
+
| **env_key** | **String** | The environment key. | |
|
302
|
+
| **patch_with_comment** | [**PatchWithComment**](PatchWithComment.md) | | |
|
236
303
|
|
237
304
|
### Return type
|
238
305
|
|
239
|
-
[**
|
306
|
+
[**ExpiringUserTargetPatchResponse**](ExpiringUserTargetPatchResponse.md)
|
240
307
|
|
241
308
|
### Authorization
|
242
309
|
|
243
|
-
[
|
310
|
+
[ApiKey](../README.md#ApiKey)
|
244
311
|
|
245
312
|
### HTTP request headers
|
246
313
|
|
247
|
-
|
248
|
-
|
314
|
+
- **Content-Type**: application/json
|
315
|
+
- **Accept**: application/json
|
316
|
+
|
317
|
+
|
318
|
+
## put_flag_setting
|
249
319
|
|
320
|
+
> put_flag_setting(proj_key, env_key, key, feature_key, value_put)
|
250
321
|
|
322
|
+
Update flag settings for user
|
251
323
|
|
252
|
-
|
253
|
-
> put_flag_setting(project_key, environment_key, user_key, feature_flag_key, user_settings_body)
|
324
|
+
Enable or disable a feature flag for a user based on their key. To change the setting, send a `PUT` request to this URL with a request body containing the flag value. For example, to disable the sort.order flag for the user `test@test.com`, send a `PUT` to `https://app.launchdarkly.com/api/v2/users/default/production/test@test.com/flags/sort.order` with the following body: ```json { \"setting\": false } ``` Omitting the setting attribute, or a setting of null, in your `PUT` \"clears\" the current setting for a user. If you previously patched the flag, and the patch included the user's data, LaunchDarkly continues to use that data. If LaunchDarkly has never encountered the user's key before, it calculates the flag values based on the user key alone.
|
254
325
|
|
255
|
-
|
326
|
+
### Examples
|
256
327
|
|
257
|
-
### Example
|
258
328
|
```ruby
|
259
|
-
|
329
|
+
require 'time'
|
260
330
|
require 'launchdarkly_api'
|
261
331
|
# setup authorization
|
262
332
|
LaunchDarklyApi.configure do |config|
|
263
|
-
# Configure API key authorization:
|
264
|
-
config.api_key['
|
333
|
+
# Configure API key authorization: ApiKey
|
334
|
+
config.api_key['ApiKey'] = 'YOUR API KEY'
|
265
335
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
266
|
-
#config.api_key_prefix['
|
336
|
+
# config.api_key_prefix['ApiKey'] = 'Bearer'
|
267
337
|
end
|
268
338
|
|
269
339
|
api_instance = LaunchDarklyApi::UserSettingsApi.new
|
340
|
+
proj_key = 'proj_key_example' # String | The project key
|
341
|
+
env_key = 'env_key_example' # String | The environment key
|
342
|
+
key = 'key_example' # String | The user key
|
343
|
+
feature_key = 'feature_key_example' # String | The feature flag key
|
344
|
+
value_put = LaunchDarklyApi::ValuePut.new # ValuePut |
|
270
345
|
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
346
|
+
begin
|
347
|
+
# Update flag settings for user
|
348
|
+
api_instance.put_flag_setting(proj_key, env_key, key, feature_key, value_put)
|
349
|
+
rescue LaunchDarklyApi::ApiError => e
|
350
|
+
puts "Error when calling UserSettingsApi->put_flag_setting: #{e}"
|
351
|
+
end
|
352
|
+
```
|
276
353
|
|
277
|
-
|
354
|
+
#### Using the put_flag_setting_with_http_info variant
|
278
355
|
|
279
|
-
|
356
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
280
357
|
|
358
|
+
> <Array(nil, Integer, Hash)> put_flag_setting_with_http_info(proj_key, env_key, key, feature_key, value_put)
|
281
359
|
|
360
|
+
```ruby
|
282
361
|
begin
|
283
|
-
#
|
284
|
-
api_instance.
|
362
|
+
# Update flag settings for user
|
363
|
+
data, status_code, headers = api_instance.put_flag_setting_with_http_info(proj_key, env_key, key, feature_key, value_put)
|
364
|
+
p status_code # => 2xx
|
365
|
+
p headers # => { ... }
|
366
|
+
p data # => nil
|
285
367
|
rescue LaunchDarklyApi::ApiError => e
|
286
|
-
puts "
|
368
|
+
puts "Error when calling UserSettingsApi->put_flag_setting_with_http_info: #{e}"
|
287
369
|
end
|
288
370
|
```
|
289
371
|
|
290
372
|
### Parameters
|
291
373
|
|
292
|
-
Name | Type | Description
|
293
|
-
|
294
|
-
**
|
295
|
-
**
|
296
|
-
**
|
297
|
-
**
|
298
|
-
**
|
374
|
+
| Name | Type | Description | Notes |
|
375
|
+
| ---- | ---- | ----------- | ----- |
|
376
|
+
| **proj_key** | **String** | The project key | |
|
377
|
+
| **env_key** | **String** | The environment key | |
|
378
|
+
| **key** | **String** | The user key | |
|
379
|
+
| **feature_key** | **String** | The feature flag key | |
|
380
|
+
| **value_put** | [**ValuePut**](ValuePut.md) | | |
|
299
381
|
|
300
382
|
### Return type
|
301
383
|
|
@@ -303,12 +385,10 @@ nil (empty response body)
|
|
303
385
|
|
304
386
|
### Authorization
|
305
387
|
|
306
|
-
[
|
388
|
+
[ApiKey](../README.md#ApiKey)
|
307
389
|
|
308
390
|
### HTTP request headers
|
309
391
|
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
392
|
+
- **Content-Type**: application/json
|
393
|
+
- **Accept**: Not defined
|
314
394
|
|