launchdarkly_api 5.4.0 → 7.1.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.
Files changed (997) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/README.md +841 -263
  4. data/Rakefile +2 -0
  5. data/docs/AccessDeniedReasonRep.md +28 -0
  6. data/docs/AccessDeniedRep.md +20 -0
  7. data/docs/AccessRep.md +18 -0
  8. data/docs/AccessTokenPost.md +30 -0
  9. data/docs/AccessTokensApi.md +239 -126
  10. data/docs/AccountMembersApi.md +450 -0
  11. data/docs/AccountUsageBetaApi.md +647 -0
  12. data/docs/ActionInputRep.md +18 -0
  13. data/docs/ActionOutputRep.md +20 -0
  14. data/docs/ApprovalConditionInputRep.md +20 -0
  15. data/docs/ApprovalConditionOutputRep.md +26 -0
  16. data/docs/ApprovalSettings.md +32 -0
  17. data/docs/ApprovalsApi.md +554 -0
  18. data/docs/AuditLogApi.md +93 -55
  19. data/docs/AuditLogEntryListingRep.md +52 -0
  20. data/docs/AuditLogEntryListingRepCollection.md +20 -0
  21. data/docs/AuditLogEntryRep.md +64 -0
  22. data/docs/AuthorizedAppDataRep.md +26 -0
  23. data/docs/BigSegmentTarget.md +22 -0
  24. data/docs/BranchCollectionRep.md +20 -0
  25. data/docs/BranchRep.md +28 -0
  26. data/docs/Clause.md +21 -7
  27. data/docs/ClientSideAvailability.md +15 -4
  28. data/docs/ClientSideAvailabilityPost.md +20 -0
  29. data/docs/CodeReferencesApi.md +980 -0
  30. data/docs/ConditionBaseOutputRep.md +22 -0
  31. data/docs/ConditionInputRep.md +26 -0
  32. data/docs/ConditionOutputRep.md +34 -0
  33. data/docs/ConfidenceIntervalRep.md +20 -0
  34. data/docs/Conflict.md +20 -0
  35. data/docs/ConflictOutputRep.md +20 -0
  36. data/docs/CopiedFromEnv.md +20 -0
  37. data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +28 -0
  38. data/docs/CreateFlagConfigApprovalRequestRequest.md +30 -0
  39. data/docs/CustomProperty.md +15 -4
  40. data/docs/CustomRole.md +27 -8
  41. data/docs/CustomRolePost.md +26 -0
  42. data/docs/CustomRolePostData.md +26 -0
  43. data/docs/CustomRoles.md +15 -4
  44. data/docs/CustomRolesApi.md +196 -100
  45. data/docs/CustomRolesRep.md +24 -0
  46. data/docs/CustomWorkflowInputRep.md +24 -0
  47. data/docs/CustomWorkflowMeta.md +20 -0
  48. data/docs/CustomWorkflowOutputRep.md +38 -0
  49. data/docs/CustomWorkflowStageMeta.md +20 -0
  50. data/docs/CustomWorkflowsListingOutputRep.md +18 -0
  51. data/docs/DataExportDestinationsApi.md +205 -117
  52. data/docs/DefaultClientSideAvailabilityPost.md +20 -0
  53. data/docs/Defaults.md +15 -4
  54. data/docs/DependentFlag.md +19 -6
  55. data/docs/DependentFlagEnvironment.md +19 -6
  56. data/docs/DependentFlagsByEnvironment.md +17 -5
  57. data/docs/DerivedAttribute.md +20 -0
  58. data/docs/Destination.md +27 -9
  59. data/docs/DestinationPost.md +24 -0
  60. data/docs/Destinations.md +15 -4
  61. data/docs/Environment.md +39 -16
  62. data/docs/EnvironmentPost.md +29 -11
  63. data/docs/EnvironmentsApi.md +246 -144
  64. data/docs/ExecutionOutputRep.md +18 -0
  65. data/docs/ExpandedTeamRep.md +44 -0
  66. data/docs/ExperimentAllocationRep.md +20 -0
  67. data/docs/ExperimentEnabledPeriodRep.md +20 -0
  68. data/docs/ExperimentEnvironmentSettingRep.md +22 -0
  69. data/docs/ExperimentInfoRep.md +20 -0
  70. data/docs/ExperimentMetadataRep.md +18 -0
  71. data/docs/ExperimentRep.md +24 -0
  72. data/docs/ExperimentResultsRep.md +30 -0
  73. data/docs/ExperimentStatsRep.md +24 -0
  74. data/docs/ExperimentTimeSeriesSlice.md +20 -0
  75. data/docs/ExperimentTimeSeriesVariationSlice.md +32 -0
  76. data/docs/ExperimentTotalsRep.md +32 -0
  77. data/docs/ExperimentsBetaApi.md +168 -0
  78. data/docs/ExpiringUserTargetError.md +20 -0
  79. data/docs/ExpiringUserTargetGetResponse.md +20 -0
  80. data/docs/ExpiringUserTargetItem.md +30 -0
  81. data/docs/ExpiringUserTargetPatchResponse.md +28 -0
  82. data/docs/Extinction.md +26 -0
  83. data/docs/ExtinctionCollectionRep.md +20 -0
  84. data/docs/FeatureFlag.md +55 -22
  85. data/docs/FeatureFlagBody.md +33 -11
  86. data/docs/FeatureFlagConfig.md +47 -17
  87. data/docs/FeatureFlagScheduledChange.md +27 -6
  88. data/docs/FeatureFlagScheduledChanges.md +15 -4
  89. data/docs/FeatureFlagStatus.md +17 -6
  90. data/docs/FeatureFlagStatusAcrossEnvironments.md +17 -5
  91. data/docs/FeatureFlagStatuses.md +15 -4
  92. data/docs/FeatureFlags.md +17 -5
  93. data/docs/FeatureFlagsApi.md +449 -1184
  94. data/docs/FeatureFlagsBetaApi.md +157 -0
  95. data/docs/FlagConfigApprovalRequestResponse.md +56 -0
  96. data/docs/FlagConfigApprovalRequestsResponse.md +20 -0
  97. data/docs/FlagCopyConfigEnvironment.md +20 -0
  98. data/docs/FlagCopyConfigPost.md +26 -0
  99. data/docs/FlagGlobalAttributesRep.md +58 -0
  100. data/docs/FlagListingRep.md +24 -0
  101. data/docs/FlagScheduledChangesInput.md +20 -0
  102. data/docs/FlagStatusRep.md +24 -0
  103. data/docs/FlagSummary.md +18 -0
  104. data/docs/FlagTriggerInput.md +20 -0
  105. data/docs/FlagTriggersApi.md +396 -0
  106. data/docs/ForbiddenErrorRep.md +20 -0
  107. data/docs/HunkRep.md +26 -0
  108. data/docs/Integration.md +35 -4
  109. data/docs/IntegrationAuditLogSubscriptionsApi.md +376 -0
  110. data/docs/IntegrationMetadata.md +24 -0
  111. data/docs/IntegrationStatus.md +20 -0
  112. data/docs/IntegrationStatusRep.md +22 -0
  113. data/docs/IntegrationSubscriptionStatusRep.md +26 -0
  114. data/docs/Integrations.md +17 -4
  115. data/docs/InvalidRequestErrorRep.md +20 -0
  116. data/docs/IpList.md +20 -0
  117. data/docs/LastSeenMetadata.md +18 -0
  118. data/docs/Link.md +15 -4
  119. data/docs/Member.md +47 -14
  120. data/docs/MemberDataRep.md +26 -0
  121. data/docs/MemberImportItemRep.md +22 -0
  122. data/docs/MemberPermissionGrantSummaryRep.md +22 -0
  123. data/docs/MemberSummaryRep.md +28 -0
  124. data/docs/MemberTeamSummaryRep.md +22 -0
  125. data/docs/MemberTeamsFormPost.md +18 -0
  126. data/docs/Members.md +17 -5
  127. data/docs/MethodNotAllowedErrorRep.md +20 -0
  128. data/docs/MetricCollectionRep.md +20 -0
  129. data/docs/MetricListingRep.md +52 -0
  130. data/docs/MetricPost.md +40 -0
  131. data/docs/MetricRep.md +62 -0
  132. data/docs/MetricSeen.md +20 -0
  133. data/docs/MetricsApi.md +376 -0
  134. data/docs/Modification.md +18 -0
  135. data/docs/MultiEnvironmentDependentFlag.md +17 -7
  136. data/docs/MultiEnvironmentDependentFlags.md +17 -5
  137. data/docs/NewMemberForm.md +28 -0
  138. data/docs/NotFoundErrorRep.md +20 -0
  139. data/docs/OtherApi.md +282 -0
  140. data/docs/ParentResourceRep.md +22 -0
  141. data/docs/PatchFailedErrorRep.md +20 -0
  142. data/docs/PatchOperation.md +17 -5
  143. data/docs/PatchSegmentInstruction.md +26 -0
  144. data/docs/PatchSegmentRequest.md +20 -0
  145. data/docs/PatchWithComment.md +20 -0
  146. data/docs/PermissionGrantInput.md +22 -0
  147. data/docs/PermissionGrantRep.md +24 -0
  148. data/docs/PostApprovalRequestApplyRequest.md +18 -0
  149. data/docs/PostApprovalRequestReviewRequest.md +20 -0
  150. data/docs/PostFlagScheduledChangesInput.md +22 -0
  151. data/docs/Prerequisite.md +15 -4
  152. data/docs/Project.md +27 -10
  153. data/docs/ProjectListingRep.md +30 -0
  154. data/docs/ProjectPost.md +28 -0
  155. data/docs/Projects.md +15 -4
  156. data/docs/ProjectsApi.md +196 -100
  157. data/docs/PubNubDetailRep.md +20 -0
  158. data/docs/PutBranch.md +28 -0
  159. data/docs/RateLimitedErrorRep.md +20 -0
  160. data/docs/RecentTriggerBody.md +20 -0
  161. data/docs/ReferenceRep.md +22 -0
  162. data/docs/RelayAutoConfigCollectionRep.md +18 -0
  163. data/docs/RelayAutoConfigPost.md +20 -0
  164. data/docs/RelayAutoConfigRep.md +34 -0
  165. data/docs/RelayProxyConfigurationsApi.md +244 -129
  166. data/docs/RepositoryCollectionRep.md +20 -0
  167. data/docs/RepositoryPost.md +28 -0
  168. data/docs/RepositoryRep.md +38 -0
  169. data/docs/ResourceAccess.md +20 -0
  170. data/docs/ResourceIDResponse.md +26 -0
  171. data/docs/ReviewOutputRep.md +26 -0
  172. data/docs/ReviewResponse.md +26 -0
  173. data/docs/Rollout.md +19 -4
  174. data/docs/Rule.md +25 -8
  175. data/docs/ScheduleConditionInputRep.md +20 -0
  176. data/docs/ScheduleConditionOutputRep.md +18 -0
  177. data/docs/ScheduledChangesApi.md +404 -0
  178. data/docs/SdkListRep.md +20 -0
  179. data/docs/SdkVersionListRep.md +20 -0
  180. data/docs/SdkVersionRep.md +20 -0
  181. data/docs/SegmentBody.md +26 -0
  182. data/docs/SegmentMetadata.md +28 -0
  183. data/docs/SegmentUserList.md +20 -0
  184. data/docs/SegmentUserState.md +20 -0
  185. data/docs/SegmentsApi.md +695 -0
  186. data/docs/SeriesListRep.md +22 -0
  187. data/docs/SourceFlag.md +20 -0
  188. data/docs/StageInputRep.md +22 -0
  189. data/docs/StageOutputRep.md +26 -0
  190. data/docs/Statement.md +21 -7
  191. data/docs/StatementPost.md +26 -0
  192. data/docs/StatementPostData.md +26 -0
  193. data/docs/StatementRep.md +26 -0
  194. data/docs/StatisticCollectionRep.md +20 -0
  195. data/docs/StatisticRep.md +30 -0
  196. data/docs/StatisticsRoot.md +20 -0
  197. data/docs/StatusConflictErrorRep.md +20 -0
  198. data/docs/SubjectDataRep.md +22 -0
  199. data/docs/SubscriptionPost.md +30 -0
  200. data/docs/Target.md +15 -4
  201. data/docs/TargetResourceRep.md +22 -0
  202. data/docs/TeamCollectionRep.md +22 -0
  203. data/docs/TeamImportsRep.md +18 -0
  204. data/docs/TeamPatchInput.md +20 -0
  205. data/docs/TeamPostInput.md +28 -0
  206. data/docs/TeamRep.md +40 -0
  207. data/docs/TeamsBetaApi.md +450 -0
  208. data/docs/TitleRep.md +32 -0
  209. data/docs/Token.md +43 -17
  210. data/docs/TokenDataRep.md +26 -0
  211. data/docs/Tokens.md +15 -4
  212. data/docs/TriggerPost.md +22 -0
  213. data/docs/TriggerWorkflowCollectionRep.md +20 -0
  214. data/docs/TriggerWorkflowRep.md +42 -0
  215. data/docs/UnauthorizedErrorRep.md +20 -0
  216. data/docs/UrlPost.md +24 -0
  217. data/docs/User.md +37 -13
  218. data/docs/UserAttributeNamesRep.md +22 -0
  219. data/docs/UserFlagSetting.md +17 -5
  220. data/docs/UserFlagSettings.md +15 -4
  221. data/docs/UserRecord.md +25 -7
  222. data/docs/UserRecordRep.md +26 -0
  223. data/docs/UserSegment.md +49 -14
  224. data/docs/UserSegmentRule.md +19 -5
  225. data/docs/UserSegments.md +15 -4
  226. data/docs/UserSettingsApi.md +217 -137
  227. data/docs/Users.md +17 -5
  228. data/docs/UsersApi.md +187 -114
  229. data/docs/UsersBetaApi.md +81 -0
  230. data/docs/ValuePut.md +20 -0
  231. data/docs/Variation.md +19 -6
  232. data/docs/VariationOrRolloutRep.md +20 -0
  233. data/docs/VariationSummary.md +30 -0
  234. data/docs/VersionsRep.md +24 -0
  235. data/docs/Webhook.md +29 -10
  236. data/docs/WebhookPost.md +30 -0
  237. data/docs/Webhooks.md +15 -4
  238. data/docs/WebhooksApi.md +199 -103
  239. data/docs/WeightedVariation.md +17 -4
  240. data/docs/WorkflowsBetaApi.md +316 -0
  241. data/git_push.sh +13 -11
  242. data/launchdarkly_api.gemspec +8 -16
  243. data/lib/launchdarkly_api/api/access_tokens_api.rb +198 -122
  244. data/lib/launchdarkly_api/api/account_members_api.rb +433 -0
  245. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +598 -0
  246. data/lib/launchdarkly_api/api/approvals_api.rb +615 -0
  247. data/lib/launchdarkly_api/api/audit_log_api.rb +72 -51
  248. data/lib/launchdarkly_api/api/code_references_api.rb +929 -0
  249. data/lib/launchdarkly_api/api/custom_roles_api.rb +170 -105
  250. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +210 -145
  251. data/lib/launchdarkly_api/api/environments_api.rb +205 -132
  252. data/lib/launchdarkly_api/api/experiments_beta_api.rb +190 -0
  253. data/lib/launchdarkly_api/api/feature_flags_api.rb +501 -1393
  254. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +166 -0
  255. data/lib/launchdarkly_api/api/flag_triggers_api.rb +437 -0
  256. data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +377 -0
  257. data/lib/launchdarkly_api/api/metrics_api.rb +377 -0
  258. data/lib/launchdarkly_api/api/other_api.rb +248 -0
  259. data/lib/launchdarkly_api/api/projects_api.rb +155 -90
  260. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +203 -127
  261. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +443 -0
  262. data/lib/launchdarkly_api/api/segments_api.rb +735 -0
  263. data/lib/launchdarkly_api/api/teams_beta_api.rb +427 -0
  264. data/lib/launchdarkly_api/api/user_settings_api.rb +245 -180
  265. data/lib/launchdarkly_api/api/users_api.rb +185 -135
  266. data/lib/launchdarkly_api/api/users_beta_api.rb +91 -0
  267. data/lib/launchdarkly_api/api/webhooks_api.rb +178 -113
  268. data/lib/launchdarkly_api/api/workflows_beta_api.rb +345 -0
  269. data/lib/launchdarkly_api/api_client.rb +90 -91
  270. data/lib/launchdarkly_api/api_error.rb +23 -4
  271. data/lib/launchdarkly_api/configuration.rb +85 -16
  272. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +280 -0
  273. data/lib/launchdarkly_api/models/access_denied_rep.rb +237 -0
  274. data/lib/launchdarkly_api/models/access_rep.rb +225 -0
  275. data/lib/launchdarkly_api/models/access_token_post.rb +317 -0
  276. data/lib/launchdarkly_api/models/action_input_rep.rb +219 -0
  277. data/lib/launchdarkly_api/models/action_output_rep.rb +239 -0
  278. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +229 -0
  279. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +278 -0
  280. data/lib/launchdarkly_api/models/approval_settings.rb +331 -0
  281. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +420 -0
  282. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +241 -0
  283. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +481 -0
  284. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +256 -0
  285. data/lib/launchdarkly_api/models/big_segment_target.rb +254 -0
  286. data/lib/launchdarkly_api/models/branch_collection_rep.rb +242 -0
  287. data/lib/launchdarkly_api/models/branch_rep.rb +291 -0
  288. data/lib/launchdarkly_api/models/clause.rb +78 -24
  289. data/lib/launchdarkly_api/models/client_side_availability.rb +65 -33
  290. data/lib/launchdarkly_api/models/client_side_availability_post.rb +237 -0
  291. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +246 -0
  292. data/lib/launchdarkly_api/models/condition_input_rep.rb +256 -0
  293. data/lib/launchdarkly_api/models/condition_output_rep.rb +324 -0
  294. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +227 -0
  295. data/lib/launchdarkly_api/models/conflict.rb +230 -0
  296. data/lib/launchdarkly_api/models/conflict_output_rep.rb +237 -0
  297. data/lib/launchdarkly_api/models/copied_from_env.rb +233 -0
  298. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +286 -0
  299. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +297 -0
  300. data/lib/launchdarkly_api/models/custom_property.rb +59 -23
  301. data/lib/launchdarkly_api/models/custom_role.rb +125 -49
  302. data/lib/launchdarkly_api/models/custom_role_post.rb +274 -0
  303. data/lib/launchdarkly_api/models/custom_role_post_data.rb +274 -0
  304. data/lib/launchdarkly_api/models/custom_roles.rb +58 -22
  305. data/lib/launchdarkly_api/models/custom_roles_rep.rb +247 -0
  306. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
  307. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +227 -0
  308. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
  309. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +227 -0
  310. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +225 -0
  311. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +237 -0
  312. data/lib/launchdarkly_api/models/defaults.rb +56 -25
  313. data/lib/launchdarkly_api/models/dependent_flag.rb +76 -25
  314. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +76 -25
  315. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +75 -24
  316. data/lib/launchdarkly_api/models/derived_attribute.rb +228 -0
  317. data/lib/launchdarkly_api/models/destination.rb +88 -47
  318. data/lib/launchdarkly_api/models/destination_post.rb +281 -0
  319. data/lib/launchdarkly_api/models/destinations.rb +58 -22
  320. data/lib/launchdarkly_api/models/environment.rb +167 -68
  321. data/lib/launchdarkly_api/models/environment_post.rb +90 -56
  322. data/lib/launchdarkly_api/models/execution_output_rep.rb +223 -0
  323. data/lib/launchdarkly_api/models/expanded_team_rep.rb +349 -0
  324. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +237 -0
  325. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +227 -0
  326. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +238 -0
  327. data/lib/launchdarkly_api/models/experiment_info_rep.rb +239 -0
  328. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +219 -0
  329. data/lib/launchdarkly_api/models/experiment_rep.rb +249 -0
  330. data/lib/launchdarkly_api/models/experiment_results_rep.rb +280 -0
  331. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +245 -0
  332. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +229 -0
  333. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +281 -0
  334. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +281 -0
  335. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +237 -0
  336. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +236 -0
  337. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +300 -0
  338. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +274 -0
  339. data/lib/launchdarkly_api/models/extinction.rb +283 -0
  340. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +242 -0
  341. data/lib/launchdarkly_api/models/feature_flag.rb +276 -123
  342. data/lib/launchdarkly_api/models/feature_flag_body.rb +104 -54
  343. data/lib/launchdarkly_api/models/feature_flag_config.rb +184 -55
  344. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +142 -38
  345. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +73 -32
  346. data/lib/launchdarkly_api/models/feature_flag_status.rb +70 -71
  347. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +71 -33
  348. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +64 -23
  349. data/lib/launchdarkly_api/models/feature_flags.rb +78 -32
  350. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +457 -0
  351. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +242 -0
  352. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +232 -0
  353. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +290 -0
  354. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +514 -0
  355. data/lib/launchdarkly_api/models/flag_listing_rep.rb +257 -0
  356. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +234 -0
  357. data/lib/launchdarkly_api/models/flag_status_rep.rb +256 -0
  358. data/lib/launchdarkly_api/models/flag_summary.rb +223 -0
  359. data/lib/launchdarkly_api/models/flag_trigger_input.rb +230 -0
  360. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +227 -0
  361. data/lib/launchdarkly_api/models/hunk_rep.rb +266 -0
  362. data/lib/launchdarkly_api/models/integration.rb +159 -29
  363. data/lib/launchdarkly_api/models/integration_metadata.rb +265 -0
  364. data/lib/launchdarkly_api/models/integration_status.rb +237 -0
  365. data/lib/launchdarkly_api/models/integration_status_rep.rb +236 -0
  366. data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +256 -0
  367. data/lib/launchdarkly_api/models/integrations.rb +71 -27
  368. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +227 -0
  369. data/lib/launchdarkly_api/models/ip_list.rb +241 -0
  370. data/lib/launchdarkly_api/models/last_seen_metadata.rb +219 -0
  371. data/lib/launchdarkly_api/models/link.rb +54 -20
  372. data/lib/launchdarkly_api/models/member.rb +227 -67
  373. data/lib/launchdarkly_api/models/member_data_rep.rb +256 -0
  374. data/lib/launchdarkly_api/models/member_import_item_rep.rb +246 -0
  375. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +253 -0
  376. data/lib/launchdarkly_api/models/member_summary_rep.rb +285 -0
  377. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +253 -0
  378. data/lib/launchdarkly_api/models/member_teams_form_post.rb +226 -0
  379. data/lib/launchdarkly_api/models/members.rb +78 -32
  380. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +227 -0
  381. data/lib/launchdarkly_api/models/metric_collection_rep.rb +231 -0
  382. data/lib/launchdarkly_api/models/metric_listing_rep.rb +456 -0
  383. data/lib/launchdarkly_api/models/metric_post.rb +380 -0
  384. data/lib/launchdarkly_api/models/metric_rep.rb +505 -0
  385. data/lib/launchdarkly_api/models/metric_seen.rb +227 -0
  386. data/lib/launchdarkly_api/models/modification.rb +218 -0
  387. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +69 -43
  388. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +75 -24
  389. data/lib/launchdarkly_api/models/new_member_form.rb +276 -0
  390. data/lib/launchdarkly_api/models/not_found_error_rep.rb +227 -0
  391. data/lib/launchdarkly_api/models/parent_resource_rep.rb +239 -0
  392. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +227 -0
  393. data/lib/launchdarkly_api/models/patch_operation.rb +59 -26
  394. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +273 -0
  395. data/lib/launchdarkly_api/models/patch_segment_request.rb +236 -0
  396. data/lib/launchdarkly_api/models/patch_with_comment.rb +234 -0
  397. data/lib/launchdarkly_api/models/permission_grant_input.rb +240 -0
  398. data/lib/launchdarkly_api/models/permission_grant_rep.rb +249 -0
  399. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +218 -0
  400. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +227 -0
  401. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +248 -0
  402. data/lib/launchdarkly_api/models/prerequisite.rb +64 -20
  403. data/lib/launchdarkly_api/models/project.rb +120 -50
  404. data/lib/launchdarkly_api/models/project_listing_rep.rb +306 -0
  405. data/lib/launchdarkly_api/models/project_post.rb +281 -0
  406. data/lib/launchdarkly_api/models/projects.rb +70 -22
  407. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +227 -0
  408. data/lib/launchdarkly_api/models/put_branch.rb +284 -0
  409. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
  410. data/lib/launchdarkly_api/models/recent_trigger_body.rb +229 -0
  411. data/lib/launchdarkly_api/models/reference_rep.rb +250 -0
  412. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +225 -0
  413. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +240 -0
  414. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +327 -0
  415. data/lib/launchdarkly_api/models/repository_collection_rep.rb +242 -0
  416. data/lib/launchdarkly_api/models/repository_post.rb +306 -0
  417. data/lib/launchdarkly_api/models/repository_rep.rb +385 -0
  418. data/lib/launchdarkly_api/models/resource_access.rb +228 -0
  419. data/lib/launchdarkly_api/models/resource_id_response.rb +254 -0
  420. data/lib/launchdarkly_api/models/review_output_rep.rb +264 -0
  421. data/lib/launchdarkly_api/models/review_response.rb +302 -0
  422. data/lib/launchdarkly_api/models/rollout.rb +89 -32
  423. data/lib/launchdarkly_api/models/rule.rb +89 -36
  424. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +227 -0
  425. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +218 -0
  426. data/lib/launchdarkly_api/models/sdk_list_rep.rb +241 -0
  427. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +241 -0
  428. data/lib/launchdarkly_api/models/sdk_version_rep.rb +237 -0
  429. data/lib/launchdarkly_api/models/segment_body.rb +270 -0
  430. data/lib/launchdarkly_api/models/segment_metadata.rb +263 -0
  431. data/lib/launchdarkly_api/models/segment_user_list.rb +231 -0
  432. data/lib/launchdarkly_api/models/segment_user_state.rb +227 -0
  433. data/lib/launchdarkly_api/models/series_list_rep.rb +257 -0
  434. data/lib/launchdarkly_api/models/source_flag.rb +233 -0
  435. data/lib/launchdarkly_api/models/stage_input_rep.rb +238 -0
  436. data/lib/launchdarkly_api/models/stage_output_rep.rb +276 -0
  437. data/lib/launchdarkly_api/models/statement.rb +68 -61
  438. data/lib/launchdarkly_api/models/statement_post.rb +281 -0
  439. data/lib/launchdarkly_api/models/statement_post_data.rb +281 -0
  440. data/lib/launchdarkly_api/models/statement_rep.rb +271 -0
  441. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +241 -0
  442. data/lib/launchdarkly_api/models/statistic_rep.rb +309 -0
  443. data/lib/launchdarkly_api/models/statistics_root.rb +229 -0
  444. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +227 -0
  445. data/lib/launchdarkly_api/models/subject_data_rep.rb +238 -0
  446. data/lib/launchdarkly_api/models/subscription_post.rb +293 -0
  447. data/lib/launchdarkly_api/models/target.rb +64 -20
  448. data/lib/launchdarkly_api/models/target_resource_rep.rb +240 -0
  449. data/lib/launchdarkly_api/models/team_collection_rep.rb +240 -0
  450. data/lib/launchdarkly_api/models/team_imports_rep.rb +220 -0
  451. data/lib/launchdarkly_api/models/team_patch_input.rb +229 -0
  452. data/lib/launchdarkly_api/models/team_post_input.rb +285 -0
  453. data/lib/launchdarkly_api/models/team_rep.rb +327 -0
  454. data/lib/launchdarkly_api/models/title_rep.rb +281 -0
  455. data/lib/launchdarkly_api/models/token.rb +159 -93
  456. data/lib/launchdarkly_api/models/token_data_rep.rb +256 -0
  457. data/lib/launchdarkly_api/models/tokens.rb +68 -32
  458. data/lib/launchdarkly_api/models/trigger_post.rb +245 -0
  459. data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +231 -0
  460. data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +332 -0
  461. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +227 -0
  462. data/lib/launchdarkly_api/models/url_post.rb +279 -0
  463. data/lib/launchdarkly_api/models/user.rb +95 -37
  464. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +245 -0
  465. data/lib/launchdarkly_api/models/user_flag_setting.rb +68 -27
  466. data/lib/launchdarkly_api/models/user_flag_settings.rb +78 -32
  467. data/lib/launchdarkly_api/models/user_record.rb +89 -34
  468. data/lib/launchdarkly_api/models/user_record_rep.rb +255 -0
  469. data/lib/launchdarkly_api/models/user_segment.rb +195 -69
  470. data/lib/launchdarkly_api/models/user_segment_rule.rb +71 -23
  471. data/lib/launchdarkly_api/models/user_segments.rb +78 -32
  472. data/lib/launchdarkly_api/models/users.rb +71 -25
  473. data/lib/launchdarkly_api/models/value_put.rb +229 -0
  474. data/lib/launchdarkly_api/models/variation.rb +70 -38
  475. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +227 -0
  476. data/lib/launchdarkly_api/models/variation_summary.rb +287 -0
  477. data/lib/launchdarkly_api/models/versions_rep.rb +262 -0
  478. data/lib/launchdarkly_api/models/webhook.rb +120 -55
  479. data/lib/launchdarkly_api/models/webhook_post.rb +297 -0
  480. data/lib/launchdarkly_api/models/webhooks.rb +68 -22
  481. data/lib/launchdarkly_api/models/weighted_variation.rb +77 -24
  482. data/lib/launchdarkly_api/version.rb +5 -5
  483. data/lib/launchdarkly_api.rb +178 -95
  484. data/spec/api/access_tokens_api_spec.rb +23 -17
  485. data/spec/api/account_members_api_spec.rb +112 -0
  486. data/spec/api/account_usage_beta_api_spec.rb +156 -0
  487. data/spec/api/approvals_api_spec.rb +141 -0
  488. data/spec/api/audit_log_api_spec.rb +19 -17
  489. data/spec/api/code_references_api_spec.rb +208 -0
  490. data/spec/api/custom_roles_api_spec.rb +22 -17
  491. data/spec/api/data_export_destinations_api_spec.rb +30 -25
  492. data/spec/api/environments_api_spec.rb +31 -26
  493. data/spec/api/experiments_beta_api_spec.rb +67 -0
  494. data/spec/api/feature_flags_api_spec.rb +69 -267
  495. data/spec/api/feature_flags_beta_api_spec.rb +62 -0
  496. data/spec/api/flag_triggers_api_spec.rb +110 -0
  497. data/spec/api/integration_audit_log_subscriptions_api_spec.rb +100 -0
  498. data/spec/api/metrics_api_spec.rb +100 -0
  499. data/spec/api/other_api_spec.rb +79 -0
  500. data/spec/api/projects_api_spec.rb +22 -17
  501. data/spec/api/relay_proxy_configurations_api_spec.rb +37 -31
  502. data/spec/api/scheduled_changes_api_spec.rb +112 -0
  503. data/spec/api/segments_api_spec.rb +164 -0
  504. data/spec/api/teams_beta_api_spec.rb +111 -0
  505. data/spec/api/user_settings_api_spec.rb +41 -36
  506. data/spec/api/users_api_spec.rb +34 -28
  507. data/spec/api/users_beta_api_spec.rb +48 -0
  508. data/spec/api/webhooks_api_spec.rb +27 -22
  509. data/spec/api/workflows_beta_api_spec.rb +94 -0
  510. data/spec/api_client_spec.rb +7 -24
  511. data/spec/configuration_spec.rb +7 -7
  512. data/spec/models/access_denied_reason_rep_spec.rb +64 -0
  513. data/spec/models/access_denied_rep_spec.rb +40 -0
  514. data/spec/models/access_rep_spec.rb +34 -0
  515. data/spec/models/access_token_post_spec.rb +74 -0
  516. data/spec/models/action_input_rep_spec.rb +34 -0
  517. data/spec/models/action_output_rep_spec.rb +40 -0
  518. data/spec/models/approval_condition_input_rep_spec.rb +40 -0
  519. data/spec/models/approval_condition_output_rep_spec.rb +58 -0
  520. data/spec/models/approval_settings_spec.rb +76 -0
  521. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +40 -0
  522. data/spec/models/audit_log_entry_listing_rep_spec.rb +136 -0
  523. data/spec/models/audit_log_entry_rep_spec.rb +172 -0
  524. data/spec/models/authorized_app_data_rep_spec.rb +58 -0
  525. data/spec/models/big_segment_target_spec.rb +46 -0
  526. data/spec/models/branch_collection_rep_spec.rb +40 -0
  527. data/spec/models/branch_rep_spec.rb +64 -0
  528. data/spec/models/clause_spec.rb +8 -15
  529. data/spec/models/client_side_availability_post_spec.rb +40 -0
  530. data/spec/models/client_side_availability_spec.rb +10 -17
  531. data/spec/models/condition_base_output_rep_spec.rb +46 -0
  532. data/spec/models/condition_input_rep_spec.rb +58 -0
  533. data/spec/models/condition_output_rep_spec.rb +82 -0
  534. data/spec/models/confidence_interval_rep_spec.rb +40 -0
  535. data/spec/models/conflict_output_rep_spec.rb +40 -0
  536. data/spec/models/conflict_spec.rb +40 -0
  537. data/spec/models/copied_from_env_spec.rb +40 -0
  538. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +64 -0
  539. data/spec/models/create_flag_config_approval_request_request_spec.rb +70 -0
  540. data/spec/models/custom_property_spec.rb +8 -15
  541. data/spec/models/custom_role_post_data_spec.rb +58 -0
  542. data/spec/models/custom_role_post_spec.rb +58 -0
  543. data/spec/models/custom_role_spec.rb +24 -19
  544. data/spec/models/custom_roles_rep_spec.rb +52 -0
  545. data/spec/models/custom_roles_spec.rb +8 -15
  546. data/spec/models/custom_workflow_input_rep_spec.rb +52 -0
  547. data/spec/models/custom_workflow_meta_spec.rb +40 -0
  548. data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
  549. data/spec/models/custom_workflow_stage_meta_spec.rb +40 -0
  550. data/spec/models/custom_workflows_listing_output_rep_spec.rb +34 -0
  551. data/spec/models/default_client_side_availability_post_spec.rb +40 -0
  552. data/spec/models/defaults_spec.rb +8 -15
  553. data/spec/models/dependent_flag_environment_spec.rb +8 -15
  554. data/spec/models/dependent_flag_spec.rb +8 -15
  555. data/spec/models/dependent_flags_by_environment_spec.rb +8 -15
  556. data/spec/models/derived_attribute_spec.rb +40 -0
  557. data/spec/models/destination_post_spec.rb +56 -0
  558. data/spec/models/destination_spec.rb +19 -20
  559. data/spec/models/destinations_spec.rb +8 -15
  560. data/spec/models/environment_post_spec.rb +10 -17
  561. data/spec/models/environment_spec.rb +11 -18
  562. data/spec/models/execution_output_rep_spec.rb +34 -0
  563. data/spec/models/expanded_team_rep_spec.rb +112 -0
  564. data/spec/models/experiment_allocation_rep_spec.rb +40 -0
  565. data/spec/models/experiment_enabled_period_rep_spec.rb +40 -0
  566. data/spec/models/experiment_environment_setting_rep_spec.rb +46 -0
  567. data/spec/models/experiment_info_rep_spec.rb +40 -0
  568. data/spec/models/experiment_metadata_rep_spec.rb +34 -0
  569. data/spec/models/experiment_rep_spec.rb +52 -0
  570. data/spec/models/experiment_results_rep_spec.rb +70 -0
  571. data/spec/models/experiment_stats_rep_spec.rb +52 -0
  572. data/spec/models/experiment_time_series_slice_spec.rb +40 -0
  573. data/spec/models/experiment_time_series_variation_slice_spec.rb +76 -0
  574. data/spec/models/experiment_totals_rep_spec.rb +76 -0
  575. data/spec/models/expiring_user_target_error_spec.rb +40 -0
  576. data/spec/models/expiring_user_target_get_response_spec.rb +40 -0
  577. data/spec/models/expiring_user_target_item_spec.rb +70 -0
  578. data/spec/models/expiring_user_target_patch_response_spec.rb +64 -0
  579. data/spec/models/extinction_collection_rep_spec.rb +40 -0
  580. data/spec/models/extinction_spec.rb +58 -0
  581. data/spec/models/feature_flag_body_spec.rb +24 -19
  582. data/spec/models/feature_flag_config_spec.rb +28 -17
  583. data/spec/models/feature_flag_scheduled_change_spec.rb +34 -17
  584. data/spec/models/feature_flag_scheduled_changes_spec.rb +10 -17
  585. data/spec/models/feature_flag_spec.rb +39 -30
  586. data/spec/models/feature_flag_status_across_environments_spec.rb +10 -17
  587. data/spec/models/feature_flag_status_spec.rb +8 -25
  588. data/spec/models/feature_flag_statuses_spec.rb +8 -15
  589. data/spec/models/feature_flags_spec.rb +10 -17
  590. data/spec/models/flag_config_approval_request_response_spec.rb +148 -0
  591. data/spec/models/flag_config_approval_requests_response_spec.rb +40 -0
  592. data/spec/models/flag_copy_config_environment_spec.rb +40 -0
  593. data/spec/models/flag_copy_config_post_spec.rb +66 -0
  594. data/spec/models/flag_global_attributes_rep_spec.rb +158 -0
  595. data/spec/models/flag_listing_rep_spec.rb +52 -0
  596. data/spec/models/flag_scheduled_changes_input_spec.rb +40 -0
  597. data/spec/models/flag_status_rep_spec.rb +52 -0
  598. data/spec/models/flag_summary_spec.rb +34 -0
  599. data/spec/models/flag_trigger_input_spec.rb +40 -0
  600. data/spec/models/forbidden_error_rep_spec.rb +40 -0
  601. data/spec/models/hunk_rep_spec.rb +58 -0
  602. data/spec/models/integration_metadata_spec.rb +52 -0
  603. data/spec/models/integration_spec.rb +69 -16
  604. data/spec/models/integration_status_rep_spec.rb +46 -0
  605. data/spec/models/integration_status_spec.rb +40 -0
  606. data/spec/models/integration_subscription_status_rep_spec.rb +58 -0
  607. data/spec/models/integrations_spec.rb +14 -15
  608. data/spec/models/invalid_request_error_rep_spec.rb +40 -0
  609. data/spec/models/ip_list_spec.rb +40 -0
  610. data/spec/models/last_seen_metadata_spec.rb +34 -0
  611. data/spec/models/link_spec.rb +8 -15
  612. data/spec/models/member_data_rep_spec.rb +58 -0
  613. data/spec/models/member_import_item_rep_spec.rb +46 -0
  614. data/spec/models/member_permission_grant_summary_rep_spec.rb +46 -0
  615. data/spec/models/member_spec.rb +50 -21
  616. data/spec/models/member_summary_rep_spec.rb +64 -0
  617. data/spec/models/member_team_summary_rep_spec.rb +46 -0
  618. data/spec/models/member_teams_form_post_spec.rb +34 -0
  619. data/spec/models/members_spec.rb +10 -17
  620. data/spec/models/method_not_allowed_error_rep_spec.rb +40 -0
  621. data/spec/models/metric_collection_rep_spec.rb +40 -0
  622. data/spec/models/metric_listing_rep_spec.rb +144 -0
  623. data/spec/models/metric_post_spec.rb +108 -0
  624. data/spec/models/metric_rep_spec.rb +174 -0
  625. data/spec/models/metric_seen_spec.rb +40 -0
  626. data/spec/models/modification_spec.rb +34 -0
  627. data/spec/models/multi_environment_dependent_flag_spec.rb +8 -27
  628. data/spec/models/multi_environment_dependent_flags_spec.rb +8 -15
  629. data/spec/models/new_member_form_spec.rb +64 -0
  630. data/spec/models/not_found_error_rep_spec.rb +40 -0
  631. data/spec/models/parent_resource_rep_spec.rb +46 -0
  632. data/spec/models/patch_failed_error_rep_spec.rb +40 -0
  633. data/spec/models/patch_operation_spec.rb +8 -15
  634. data/spec/models/patch_segment_instruction_spec.rb +58 -0
  635. data/spec/models/patch_segment_request_spec.rb +40 -0
  636. data/spec/models/patch_with_comment_spec.rb +40 -0
  637. data/spec/models/permission_grant_input_spec.rb +46 -0
  638. data/spec/models/permission_grant_rep_spec.rb +52 -0
  639. data/spec/models/post_approval_request_apply_request_spec.rb +34 -0
  640. data/spec/models/post_approval_request_review_request_spec.rb +40 -0
  641. data/spec/models/post_flag_scheduled_changes_input_spec.rb +46 -0
  642. data/spec/models/prerequisite_spec.rb +8 -15
  643. data/spec/models/project_listing_rep_spec.rb +70 -0
  644. data/spec/models/project_post_spec.rb +64 -0
  645. data/spec/models/project_spec.rb +12 -19
  646. data/spec/models/projects_spec.rb +8 -15
  647. data/spec/models/pub_nub_detail_rep_spec.rb +40 -0
  648. data/spec/models/put_branch_spec.rb +64 -0
  649. data/spec/models/rate_limited_error_rep_spec.rb +40 -0
  650. data/spec/models/recent_trigger_body_spec.rb +40 -0
  651. data/spec/models/reference_rep_spec.rb +46 -0
  652. data/spec/models/relay_auto_config_collection_rep_spec.rb +34 -0
  653. data/spec/models/relay_auto_config_post_spec.rb +40 -0
  654. data/spec/models/relay_auto_config_rep_spec.rb +82 -0
  655. data/spec/models/repository_collection_rep_spec.rb +40 -0
  656. data/spec/models/repository_post_spec.rb +68 -0
  657. data/spec/models/repository_rep_spec.rb +98 -0
  658. data/spec/models/resource_access_spec.rb +40 -0
  659. data/spec/models/resource_id_response_spec.rb +58 -0
  660. data/spec/models/review_output_rep_spec.rb +58 -0
  661. data/spec/models/review_response_spec.rb +62 -0
  662. data/spec/models/rollout_spec.rb +22 -17
  663. data/spec/models/rule_spec.rb +17 -18
  664. data/spec/models/schedule_condition_input_rep_spec.rb +40 -0
  665. data/spec/models/schedule_condition_output_rep_spec.rb +34 -0
  666. data/spec/models/sdk_list_rep_spec.rb +40 -0
  667. data/spec/models/sdk_version_list_rep_spec.rb +40 -0
  668. data/spec/models/sdk_version_rep_spec.rb +40 -0
  669. data/spec/models/segment_body_spec.rb +58 -0
  670. data/spec/models/segment_metadata_spec.rb +64 -0
  671. data/spec/models/segment_user_list_spec.rb +40 -0
  672. data/spec/models/segment_user_state_spec.rb +40 -0
  673. data/spec/models/series_list_rep_spec.rb +46 -0
  674. data/spec/models/source_flag_spec.rb +40 -0
  675. data/spec/models/stage_input_rep_spec.rb +46 -0
  676. data/spec/models/stage_output_rep_spec.rb +58 -0
  677. data/spec/models/statement_post_data_spec.rb +58 -0
  678. data/spec/models/statement_post_spec.rb +58 -0
  679. data/spec/models/statement_rep_spec.rb +58 -0
  680. data/spec/models/statement_spec.rb +8 -19
  681. data/spec/models/statistic_collection_rep_spec.rb +40 -0
  682. data/spec/models/statistic_rep_spec.rb +70 -0
  683. data/spec/models/statistics_root_spec.rb +40 -0
  684. data/spec/models/status_conflict_error_rep_spec.rb +40 -0
  685. data/spec/models/subject_data_rep_spec.rb +46 -0
  686. data/spec/models/subscription_post_spec.rb +70 -0
  687. data/spec/models/target_resource_rep_spec.rb +46 -0
  688. data/spec/models/target_spec.rb +8 -15
  689. data/spec/models/team_collection_rep_spec.rb +46 -0
  690. data/spec/models/team_imports_rep_spec.rb +34 -0
  691. data/spec/models/team_patch_input_spec.rb +40 -0
  692. data/spec/models/team_post_input_spec.rb +64 -0
  693. data/spec/models/team_rep_spec.rb +100 -0
  694. data/spec/models/title_rep_spec.rb +76 -0
  695. data/spec/models/token_data_rep_spec.rb +58 -0
  696. data/spec/models/token_spec.rb +27 -28
  697. data/spec/models/tokens_spec.rb +10 -17
  698. data/spec/models/trigger_post_spec.rb +46 -0
  699. data/spec/models/trigger_workflow_collection_rep_spec.rb +40 -0
  700. data/spec/models/trigger_workflow_rep_spec.rb +106 -0
  701. data/spec/models/unauthorized_error_rep_spec.rb +40 -0
  702. data/spec/models/url_post_spec.rb +56 -0
  703. data/spec/models/user_attribute_names_rep_spec.rb +46 -0
  704. data/spec/models/user_flag_setting_spec.rb +8 -15
  705. data/spec/models/user_flag_settings_spec.rb +10 -17
  706. data/spec/models/user_record_rep_spec.rb +58 -0
  707. data/spec/models/user_record_spec.rb +21 -16
  708. data/spec/models/user_segment_rule_spec.rb +14 -15
  709. data/spec/models/user_segment_spec.rb +58 -23
  710. data/spec/models/user_segments_spec.rb +10 -17
  711. data/spec/models/user_spec.rb +20 -15
  712. data/spec/models/users_spec.rb +8 -15
  713. data/spec/models/value_put_spec.rb +40 -0
  714. data/spec/models/variation_or_rollout_rep_spec.rb +40 -0
  715. data/spec/models/variation_spec.rb +10 -17
  716. data/spec/models/variation_summary_spec.rb +70 -0
  717. data/spec/models/versions_rep_spec.rb +52 -0
  718. data/spec/models/webhook_post_spec.rb +70 -0
  719. data/spec/models/webhook_spec.rb +18 -19
  720. data/spec/models/webhooks_spec.rb +8 -15
  721. data/spec/models/weighted_variation_spec.rb +14 -15
  722. data/spec/spec_helper.rb +4 -4
  723. metadata +1015 -578
  724. data/docs/ApprovalRequest.md +0 -21
  725. data/docs/ApprovalRequestApplyConfigBody.md +0 -8
  726. data/docs/ApprovalRequestConfigBody.md +0 -13
  727. data/docs/ApprovalRequestFlagConfigCopyBody.md +0 -13
  728. data/docs/ApprovalRequestReview.md +0 -11
  729. data/docs/ApprovalRequestReviewConfigBody.md +0 -9
  730. data/docs/ApprovalRequestReviewStatus.md +0 -7
  731. data/docs/ApprovalRequests.md +0 -9
  732. data/docs/AuditLogEntries.md +0 -9
  733. data/docs/AuditLogEntry.md +0 -19
  734. data/docs/AuditLogEntryTarget.md +0 -10
  735. data/docs/BigSegmentTargetChanges.md +0 -9
  736. data/docs/BigSegmentTargetsBody.md +0 -9
  737. data/docs/CopyActions.md +0 -7
  738. data/docs/CustomPropertyValues.md +0 -7
  739. data/docs/CustomRoleBody.md +0 -11
  740. data/docs/CustomerMetricsApi.md +0 -511
  741. data/docs/DependentFlagEnvironmentLinks.md +0 -9
  742. data/docs/DependentFlagLinks.md +0 -8
  743. data/docs/DependentFlagsLinks.md +0 -9
  744. data/docs/DestinationAmazonKinesis.md +0 -10
  745. data/docs/DestinationBody.md +0 -11
  746. data/docs/DestinationGooglePubSub.md +0 -9
  747. data/docs/DestinationMParticle.md +0 -11
  748. data/docs/DestinationSegment.md +0 -8
  749. data/docs/EnvironmentApprovalSettings.md +0 -13
  750. data/docs/EvaluationUsageError.md +0 -9
  751. data/docs/Events.md +0 -8
  752. data/docs/Fallthrough.md +0 -9
  753. data/docs/FeatureFlagCopyBody.md +0 -12
  754. data/docs/FeatureFlagCopyObject.md +0 -9
  755. data/docs/FeatureFlagScheduledChangesConflicts.md +0 -8
  756. data/docs/FeatureFlagScheduledChangesConflictsInstructions.md +0 -9
  757. data/docs/FeatureFlagStatusForQueriedEnvironment.md +0 -10
  758. data/docs/FeatureFlagStatusLinks.md +0 -9
  759. data/docs/FlagConfigScheduledChangesConflictsBody.md +0 -9
  760. data/docs/FlagConfigScheduledChangesPatchBody.md +0 -9
  761. data/docs/FlagConfigScheduledChangesPostBody.md +0 -10
  762. data/docs/FlagListItem.md +0 -11
  763. data/docs/HierarchicalLinks.md +0 -9
  764. data/docs/Id.md +0 -7
  765. data/docs/IntegrationSubscription.md +0 -16
  766. data/docs/IntegrationSubscriptionStatus.md +0 -10
  767. data/docs/IntegrationsApi.md +0 -334
  768. data/docs/Links.md +0 -9
  769. data/docs/MAU.md +0 -10
  770. data/docs/MAUMetadata.md +0 -7
  771. data/docs/MAUbyCategory.md +0 -10
  772. data/docs/MemberLastSeenMetadata.md +0 -8
  773. data/docs/MembersBody.md +0 -13
  774. data/docs/PatchComment.md +0 -9
  775. data/docs/Policy.md +0 -12
  776. data/docs/ProjectBody.md +0 -13
  777. data/docs/RelayProxyConfig.md +0 -15
  778. data/docs/RelayProxyConfigBody.md +0 -9
  779. data/docs/RelayProxyConfigs.md +0 -8
  780. data/docs/Role.md +0 -7
  781. data/docs/RootApi.md +0 -56
  782. data/docs/ScheduledChangesFeatureFlagConflict.md +0 -9
  783. data/docs/SemanticPatchInstruction.md +0 -7
  784. data/docs/SemanticPatchInstructionInner.md +0 -8
  785. data/docs/SemanticPatchOperation.md +0 -9
  786. data/docs/Site.md +0 -9
  787. data/docs/Source.md +0 -9
  788. data/docs/Stream.md +0 -10
  789. data/docs/StreamBySDK.md +0 -10
  790. data/docs/StreamBySDKLinks.md +0 -9
  791. data/docs/StreamBySDKLinksMetadata.md +0 -10
  792. data/docs/StreamLinks.md +0 -10
  793. data/docs/StreamSDKVersion.md +0 -9
  794. data/docs/StreamSDKVersionData.md +0 -9
  795. data/docs/StreamUsageError.md +0 -9
  796. data/docs/StreamUsageLinks.md +0 -10
  797. data/docs/StreamUsageMetadata.md +0 -10
  798. data/docs/StreamUsageSeries.md +0 -9
  799. data/docs/Streams.md +0 -8
  800. data/docs/SubscriptionBody.md +0 -12
  801. data/docs/TeamMembersApi.md +0 -329
  802. data/docs/TokenBody.md +0 -13
  803. data/docs/Usage.md +0 -9
  804. data/docs/UsageError.md +0 -8
  805. data/docs/UsageLinks.md +0 -10
  806. data/docs/UserSegmentBody.md +0 -12
  807. data/docs/UserSegmentsApi.md +0 -488
  808. data/docs/UserSettingsBody.md +0 -8
  809. data/docs/UserTargetingExpirationForFlag.md +0 -14
  810. data/docs/UserTargetingExpirationForFlags.md +0 -9
  811. data/docs/UserTargetingExpirationForSegment.md +0 -14
  812. data/docs/UserTargetingExpirationOnFlagsForUser.md +0 -9
  813. data/docs/UserTargetingExpirationResourceIdForFlag.md +0 -12
  814. data/docs/WebhookBody.md +0 -14
  815. data/lib/launchdarkly_api/api/customer_metrics_api.rb +0 -519
  816. data/lib/launchdarkly_api/api/integrations_api.rb +0 -358
  817. data/lib/launchdarkly_api/api/root_api.rb +0 -69
  818. data/lib/launchdarkly_api/api/team_members_api.rb +0 -340
  819. data/lib/launchdarkly_api/api/user_segments_api.rb +0 -548
  820. data/lib/launchdarkly_api/models/approval_request.rb +0 -346
  821. data/lib/launchdarkly_api/models/approval_request_apply_config_body.rb +0 -185
  822. data/lib/launchdarkly_api/models/approval_request_config_body.rb +0 -250
  823. data/lib/launchdarkly_api/models/approval_request_flag_config_copy_body.rb +0 -254
  824. data/lib/launchdarkly_api/models/approval_request_review.rb +0 -212
  825. data/lib/launchdarkly_api/models/approval_request_review_config_body.rb +0 -234
  826. data/lib/launchdarkly_api/models/approval_request_review_status.rb +0 -31
  827. data/lib/launchdarkly_api/models/approval_requests.rb +0 -195
  828. data/lib/launchdarkly_api/models/audit_log_entries.rb +0 -195
  829. data/lib/launchdarkly_api/models/audit_log_entry.rb +0 -283
  830. data/lib/launchdarkly_api/models/audit_log_entry_target.rb +0 -204
  831. data/lib/launchdarkly_api/models/big_segment_target_changes.rb +0 -199
  832. data/lib/launchdarkly_api/models/big_segment_targets_body.rb +0 -193
  833. data/lib/launchdarkly_api/models/copy_actions.rb +0 -34
  834. data/lib/launchdarkly_api/models/custom_property_values.rb +0 -176
  835. data/lib/launchdarkly_api/models/custom_role_body.rb +0 -231
  836. data/lib/launchdarkly_api/models/dependent_flag__links.rb +0 -184
  837. data/lib/launchdarkly_api/models/dependent_flag_environment__links.rb +0 -193
  838. data/lib/launchdarkly_api/models/dependent_flags_links.rb +0 -193
  839. data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +0 -202
  840. data/lib/launchdarkly_api/models/destination_body.rb +0 -264
  841. data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +0 -193
  842. data/lib/launchdarkly_api/models/destination_m_particle.rb +0 -211
  843. data/lib/launchdarkly_api/models/destination_segment.rb +0 -184
  844. data/lib/launchdarkly_api/models/environment_approval_settings.rb +0 -272
  845. data/lib/launchdarkly_api/models/evaluation_usage_error.rb +0 -193
  846. data/lib/launchdarkly_api/models/events.rb +0 -184
  847. data/lib/launchdarkly_api/models/fallthrough.rb +0 -193
  848. data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +0 -227
  849. data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +0 -200
  850. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +0 -186
  851. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +0 -196
  852. data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +0 -237
  853. data/lib/launchdarkly_api/models/feature_flag_status_links.rb +0 -193
  854. data/lib/launchdarkly_api/models/flag_config_scheduled_changes_conflicts_body.rb +0 -194
  855. data/lib/launchdarkly_api/models/flag_config_scheduled_changes_patch_body.rb +0 -194
  856. data/lib/launchdarkly_api/models/flag_config_scheduled_changes_post_body.rb +0 -204
  857. data/lib/launchdarkly_api/models/flag_list_item.rb +0 -211
  858. data/lib/launchdarkly_api/models/hierarchical_links.rb +0 -193
  859. data/lib/launchdarkly_api/models/id.rb +0 -176
  860. data/lib/launchdarkly_api/models/integration_subscription.rb +0 -265
  861. data/lib/launchdarkly_api/models/integration_subscription__status.rb +0 -203
  862. data/lib/launchdarkly_api/models/links.rb +0 -193
  863. data/lib/launchdarkly_api/models/ma_uby_category.rb +0 -206
  864. data/lib/launchdarkly_api/models/mau.rb +0 -206
  865. data/lib/launchdarkly_api/models/mau_metadata.rb +0 -175
  866. data/lib/launchdarkly_api/models/member__last_seen_metadata.rb +0 -185
  867. data/lib/launchdarkly_api/models/members_body.rb +0 -238
  868. data/lib/launchdarkly_api/models/patch_comment.rb +0 -195
  869. data/lib/launchdarkly_api/models/policy.rb +0 -231
  870. data/lib/launchdarkly_api/models/project_body.rb +0 -243
  871. data/lib/launchdarkly_api/models/relay_proxy_config.rb +0 -289
  872. data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +0 -196
  873. data/lib/launchdarkly_api/models/relay_proxy_configs.rb +0 -186
  874. data/lib/launchdarkly_api/models/role.rb +0 -32
  875. data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +0 -195
  876. data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +0 -175
  877. data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +0 -185
  878. data/lib/launchdarkly_api/models/semantic_patch_operation.rb +0 -198
  879. data/lib/launchdarkly_api/models/site.rb +0 -193
  880. data/lib/launchdarkly_api/models/source.rb +0 -195
  881. data/lib/launchdarkly_api/models/stream.rb +0 -206
  882. data/lib/launchdarkly_api/models/stream_by_sdk.rb +0 -206
  883. data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +0 -193
  884. data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +0 -202
  885. data/lib/launchdarkly_api/models/stream_links.rb +0 -205
  886. data/lib/launchdarkly_api/models/stream_sdk_version.rb +0 -195
  887. data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +0 -195
  888. data/lib/launchdarkly_api/models/stream_usage_error.rb +0 -193
  889. data/lib/launchdarkly_api/models/stream_usage_links.rb +0 -205
  890. data/lib/launchdarkly_api/models/stream_usage_metadata.rb +0 -204
  891. data/lib/launchdarkly_api/models/stream_usage_series.rb +0 -195
  892. data/lib/launchdarkly_api/models/streams.rb +0 -184
  893. data/lib/launchdarkly_api/models/subscription_body.rb +0 -238
  894. data/lib/launchdarkly_api/models/token_body.rb +0 -238
  895. data/lib/launchdarkly_api/models/usage.rb +0 -195
  896. data/lib/launchdarkly_api/models/usage_error.rb +0 -184
  897. data/lib/launchdarkly_api/models/usage_links.rb +0 -205
  898. data/lib/launchdarkly_api/models/user_segment_body.rb +0 -237
  899. data/lib/launchdarkly_api/models/user_settings_body.rb +0 -185
  900. data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +0 -241
  901. data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +0 -195
  902. data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +0 -241
  903. data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +0 -195
  904. data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +0 -220
  905. data/lib/launchdarkly_api/models/webhook_body.rb +0 -263
  906. data/openapi.yml +0 -4922
  907. data/spec/api/customer_metrics_api_spec.rb +0 -141
  908. data/spec/api/integrations_api_spec.rb +0 -105
  909. data/spec/api/root_api_spec.rb +0 -45
  910. data/spec/api/team_members_api_spec.rb +0 -104
  911. data/spec/api/user_segments_api_spec.rb +0 -142
  912. data/spec/models/approval_request_apply_config_body_spec.rb +0 -41
  913. data/spec/models/approval_request_config_body_spec.rb +0 -71
  914. data/spec/models/approval_request_flag_config_copy_body_spec.rb +0 -71
  915. data/spec/models/approval_request_review_config_body_spec.rb +0 -51
  916. data/spec/models/approval_request_review_spec.rb +0 -59
  917. data/spec/models/approval_request_review_status_spec.rb +0 -35
  918. data/spec/models/approval_request_spec.rb +0 -123
  919. data/spec/models/approval_requests_spec.rb +0 -47
  920. data/spec/models/audit_log_entries_spec.rb +0 -47
  921. data/spec/models/audit_log_entry_spec.rb +0 -107
  922. data/spec/models/audit_log_entry_target_spec.rb +0 -53
  923. data/spec/models/big_segment_target_changes_spec.rb +0 -47
  924. data/spec/models/big_segment_targets_body_spec.rb +0 -47
  925. data/spec/models/copy_actions_spec.rb +0 -35
  926. data/spec/models/custom_property_values_spec.rb +0 -35
  927. data/spec/models/custom_role_body_spec.rb +0 -59
  928. data/spec/models/dependent_flag__links_spec.rb +0 -41
  929. data/spec/models/dependent_flag_environment__links_spec.rb +0 -47
  930. data/spec/models/dependent_flags_links_spec.rb +0 -47
  931. data/spec/models/destination_amazon_kinesis_spec.rb +0 -53
  932. data/spec/models/destination_body_spec.rb +0 -63
  933. data/spec/models/destination_google_pub_sub_spec.rb +0 -47
  934. data/spec/models/destination_m_particle_spec.rb +0 -59
  935. data/spec/models/destination_segment_spec.rb +0 -41
  936. data/spec/models/environment_approval_settings_spec.rb +0 -75
  937. data/spec/models/evaluation_usage_error_spec.rb +0 -47
  938. data/spec/models/events_spec.rb +0 -41
  939. data/spec/models/fallthrough_spec.rb +0 -47
  940. data/spec/models/feature_flag_copy_body_spec.rb +0 -65
  941. data/spec/models/feature_flag_copy_object_spec.rb +0 -47
  942. data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +0 -47
  943. data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +0 -41
  944. data/spec/models/feature_flag_status_for_queried_environment_spec.rb +0 -57
  945. data/spec/models/feature_flag_status_links_spec.rb +0 -47
  946. data/spec/models/flag_config_scheduled_changes_conflicts_body_spec.rb +0 -47
  947. data/spec/models/flag_config_scheduled_changes_patch_body_spec.rb +0 -47
  948. data/spec/models/flag_config_scheduled_changes_post_body_spec.rb +0 -53
  949. data/spec/models/flag_list_item_spec.rb +0 -59
  950. data/spec/models/hierarchical_links_spec.rb +0 -47
  951. data/spec/models/id_spec.rb +0 -35
  952. data/spec/models/integration_subscription__status_spec.rb +0 -53
  953. data/spec/models/integration_subscription_spec.rb +0 -89
  954. data/spec/models/links_spec.rb +0 -47
  955. data/spec/models/ma_uby_category_spec.rb +0 -53
  956. data/spec/models/mau_metadata_spec.rb +0 -35
  957. data/spec/models/mau_spec.rb +0 -53
  958. data/spec/models/member__last_seen_metadata_spec.rb +0 -41
  959. data/spec/models/members_body_spec.rb +0 -71
  960. data/spec/models/patch_comment_spec.rb +0 -47
  961. data/spec/models/policy_spec.rb +0 -65
  962. data/spec/models/project_body_spec.rb +0 -71
  963. data/spec/models/relay_proxy_config_body_spec.rb +0 -47
  964. data/spec/models/relay_proxy_config_spec.rb +0 -83
  965. data/spec/models/relay_proxy_configs_spec.rb +0 -41
  966. data/spec/models/role_spec.rb +0 -35
  967. data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +0 -47
  968. data/spec/models/semantic_patch_instruction_inner_spec.rb +0 -41
  969. data/spec/models/semantic_patch_instruction_spec.rb +0 -35
  970. data/spec/models/semantic_patch_operation_spec.rb +0 -47
  971. data/spec/models/site_spec.rb +0 -47
  972. data/spec/models/source_spec.rb +0 -47
  973. data/spec/models/stream_by_sdk_links_metadata_spec.rb +0 -53
  974. data/spec/models/stream_by_sdk_links_spec.rb +0 -47
  975. data/spec/models/stream_by_sdk_spec.rb +0 -53
  976. data/spec/models/stream_links_spec.rb +0 -53
  977. data/spec/models/stream_sdk_version_data_spec.rb +0 -47
  978. data/spec/models/stream_sdk_version_spec.rb +0 -47
  979. data/spec/models/stream_spec.rb +0 -53
  980. data/spec/models/stream_usage_error_spec.rb +0 -47
  981. data/spec/models/stream_usage_links_spec.rb +0 -53
  982. data/spec/models/stream_usage_metadata_spec.rb +0 -53
  983. data/spec/models/stream_usage_series_spec.rb +0 -47
  984. data/spec/models/streams_spec.rb +0 -41
  985. data/spec/models/subscription_body_spec.rb +0 -65
  986. data/spec/models/token_body_spec.rb +0 -71
  987. data/spec/models/usage_error_spec.rb +0 -41
  988. data/spec/models/usage_links_spec.rb +0 -53
  989. data/spec/models/usage_spec.rb +0 -47
  990. data/spec/models/user_segment_body_spec.rb +0 -65
  991. data/spec/models/user_settings_body_spec.rb +0 -41
  992. data/spec/models/user_targeting_expiration_for_flag_spec.rb +0 -77
  993. data/spec/models/user_targeting_expiration_for_flags_spec.rb +0 -47
  994. data/spec/models/user_targeting_expiration_for_segment_spec.rb +0 -77
  995. data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +0 -47
  996. data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +0 -65
  997. data/spec/models/webhook_body_spec.rb +0 -77
@@ -0,0 +1,980 @@
1
+ # LaunchDarklyApi::CodeReferencesApi
2
+
3
+ All URIs are relative to *https://app.launchdarkly.com*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**delete_branches**](CodeReferencesApi.md#delete_branches) | **POST** /api/v2/code-refs/repositories/{repo}/branch-delete-tasks | Delete branches |
8
+ | [**delete_repository**](CodeReferencesApi.md#delete_repository) | **DELETE** /api/v2/code-refs/repositories/{repo} | Delete repository |
9
+ | [**get_branch**](CodeReferencesApi.md#get_branch) | **GET** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Get branch |
10
+ | [**get_branches**](CodeReferencesApi.md#get_branches) | **GET** /api/v2/code-refs/repositories/{repo}/branches | List branches |
11
+ | [**get_extinctions**](CodeReferencesApi.md#get_extinctions) | **GET** /api/v2/code-refs/extinctions | List extinctions |
12
+ | [**get_repositories**](CodeReferencesApi.md#get_repositories) | **GET** /api/v2/code-refs/repositories | List repositories |
13
+ | [**get_repository**](CodeReferencesApi.md#get_repository) | **GET** /api/v2/code-refs/repositories/{repo} | Get repository |
14
+ | [**get_root_statistic**](CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get links to code reference repositories for each project |
15
+ | [**get_statistics**](CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags |
16
+ | [**patch_repository**](CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository |
17
+ | [**post_extinction**](CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events | Create extinction |
18
+ | [**post_repository**](CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository |
19
+ | [**put_branch**](CodeReferencesApi.md#put_branch) | **PUT** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Upsert branch |
20
+
21
+
22
+ ## delete_branches
23
+
24
+ > delete_branches(repo, request_body)
25
+
26
+ Delete branches
27
+
28
+ Asynchronously delete a number of branches.
29
+
30
+ ### Examples
31
+
32
+ ```ruby
33
+ require 'time'
34
+ require 'launchdarkly_api'
35
+ # setup authorization
36
+ LaunchDarklyApi.configure do |config|
37
+ # Configure API key authorization: ApiKey
38
+ config.api_key['ApiKey'] = 'YOUR API KEY'
39
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
40
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
41
+ end
42
+
43
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
44
+ repo = 'repo_example' # String | The repository name to delete branches for.
45
+ request_body = ['property_example'] # Array<String> |
46
+
47
+ begin
48
+ # Delete branches
49
+ api_instance.delete_branches(repo, request_body)
50
+ rescue LaunchDarklyApi::ApiError => e
51
+ puts "Error when calling CodeReferencesApi->delete_branches: #{e}"
52
+ end
53
+ ```
54
+
55
+ #### Using the delete_branches_with_http_info variant
56
+
57
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
58
+
59
+ > <Array(nil, Integer, Hash)> delete_branches_with_http_info(repo, request_body)
60
+
61
+ ```ruby
62
+ begin
63
+ # Delete branches
64
+ data, status_code, headers = api_instance.delete_branches_with_http_info(repo, request_body)
65
+ p status_code # => 2xx
66
+ p headers # => { ... }
67
+ p data # => nil
68
+ rescue LaunchDarklyApi::ApiError => e
69
+ puts "Error when calling CodeReferencesApi->delete_branches_with_http_info: #{e}"
70
+ end
71
+ ```
72
+
73
+ ### Parameters
74
+
75
+ | Name | Type | Description | Notes |
76
+ | ---- | ---- | ----------- | ----- |
77
+ | **repo** | **String** | The repository name to delete branches for. | |
78
+ | **request_body** | [**Array&lt;String&gt;**](String.md) | | |
79
+
80
+ ### Return type
81
+
82
+ nil (empty response body)
83
+
84
+ ### Authorization
85
+
86
+ [ApiKey](../README.md#ApiKey)
87
+
88
+ ### HTTP request headers
89
+
90
+ - **Content-Type**: application/json
91
+ - **Accept**: application/json
92
+
93
+
94
+ ## delete_repository
95
+
96
+ > delete_repository(repo)
97
+
98
+ Delete repository
99
+
100
+ Delete a repository with the specified name
101
+
102
+ ### Examples
103
+
104
+ ```ruby
105
+ require 'time'
106
+ require 'launchdarkly_api'
107
+ # setup authorization
108
+ LaunchDarklyApi.configure do |config|
109
+ # Configure API key authorization: ApiKey
110
+ config.api_key['ApiKey'] = 'YOUR API KEY'
111
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
112
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
113
+ end
114
+
115
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
116
+ repo = 'repo_example' # String | The repository name
117
+
118
+ begin
119
+ # Delete repository
120
+ api_instance.delete_repository(repo)
121
+ rescue LaunchDarklyApi::ApiError => e
122
+ puts "Error when calling CodeReferencesApi->delete_repository: #{e}"
123
+ end
124
+ ```
125
+
126
+ #### Using the delete_repository_with_http_info variant
127
+
128
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
129
+
130
+ > <Array(nil, Integer, Hash)> delete_repository_with_http_info(repo)
131
+
132
+ ```ruby
133
+ begin
134
+ # Delete repository
135
+ data, status_code, headers = api_instance.delete_repository_with_http_info(repo)
136
+ p status_code # => 2xx
137
+ p headers # => { ... }
138
+ p data # => nil
139
+ rescue LaunchDarklyApi::ApiError => e
140
+ puts "Error when calling CodeReferencesApi->delete_repository_with_http_info: #{e}"
141
+ end
142
+ ```
143
+
144
+ ### Parameters
145
+
146
+ | Name | Type | Description | Notes |
147
+ | ---- | ---- | ----------- | ----- |
148
+ | **repo** | **String** | The repository name | |
149
+
150
+ ### Return type
151
+
152
+ nil (empty response body)
153
+
154
+ ### Authorization
155
+
156
+ [ApiKey](../README.md#ApiKey)
157
+
158
+ ### HTTP request headers
159
+
160
+ - **Content-Type**: Not defined
161
+ - **Accept**: application/json
162
+
163
+
164
+ ## get_branch
165
+
166
+ > <BranchRep> get_branch(repo, branch, opts)
167
+
168
+ Get branch
169
+
170
+ Get a specific branch in a repository
171
+
172
+ ### Examples
173
+
174
+ ```ruby
175
+ require 'time'
176
+ require 'launchdarkly_api'
177
+ # setup authorization
178
+ LaunchDarklyApi.configure do |config|
179
+ # Configure API key authorization: ApiKey
180
+ config.api_key['ApiKey'] = 'YOUR API KEY'
181
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
182
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
183
+ end
184
+
185
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
186
+ repo = 'repo_example' # String | The repository name
187
+ branch = 'branch_example' # String | The url-encoded branch name
188
+ opts = {
189
+ proj_key: 'proj_key_example', # String | Filter results to a specific project
190
+ flag_key: 'flag_key_example' # String | Filter results to a specific flag key
191
+ }
192
+
193
+ begin
194
+ # Get branch
195
+ result = api_instance.get_branch(repo, branch, opts)
196
+ p result
197
+ rescue LaunchDarklyApi::ApiError => e
198
+ puts "Error when calling CodeReferencesApi->get_branch: #{e}"
199
+ end
200
+ ```
201
+
202
+ #### Using the get_branch_with_http_info variant
203
+
204
+ This returns an Array which contains the response data, status code and headers.
205
+
206
+ > <Array(<BranchRep>, Integer, Hash)> get_branch_with_http_info(repo, branch, opts)
207
+
208
+ ```ruby
209
+ begin
210
+ # Get branch
211
+ data, status_code, headers = api_instance.get_branch_with_http_info(repo, branch, opts)
212
+ p status_code # => 2xx
213
+ p headers # => { ... }
214
+ p data # => <BranchRep>
215
+ rescue LaunchDarklyApi::ApiError => e
216
+ puts "Error when calling CodeReferencesApi->get_branch_with_http_info: #{e}"
217
+ end
218
+ ```
219
+
220
+ ### Parameters
221
+
222
+ | Name | Type | Description | Notes |
223
+ | ---- | ---- | ----------- | ----- |
224
+ | **repo** | **String** | The repository name | |
225
+ | **branch** | **String** | The url-encoded branch name | |
226
+ | **proj_key** | **String** | Filter results to a specific project | [optional] |
227
+ | **flag_key** | **String** | Filter results to a specific flag key | [optional] |
228
+
229
+ ### Return type
230
+
231
+ [**BranchRep**](BranchRep.md)
232
+
233
+ ### Authorization
234
+
235
+ [ApiKey](../README.md#ApiKey)
236
+
237
+ ### HTTP request headers
238
+
239
+ - **Content-Type**: Not defined
240
+ - **Accept**: application/json
241
+
242
+
243
+ ## get_branches
244
+
245
+ > <BranchCollectionRep> get_branches(repo)
246
+
247
+ List branches
248
+
249
+ Get a list of branches.
250
+
251
+ ### Examples
252
+
253
+ ```ruby
254
+ require 'time'
255
+ require 'launchdarkly_api'
256
+ # setup authorization
257
+ LaunchDarklyApi.configure do |config|
258
+ # Configure API key authorization: ApiKey
259
+ config.api_key['ApiKey'] = 'YOUR API KEY'
260
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
261
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
262
+ end
263
+
264
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
265
+ repo = 'repo_example' # String | The repository name
266
+
267
+ begin
268
+ # List branches
269
+ result = api_instance.get_branches(repo)
270
+ p result
271
+ rescue LaunchDarklyApi::ApiError => e
272
+ puts "Error when calling CodeReferencesApi->get_branches: #{e}"
273
+ end
274
+ ```
275
+
276
+ #### Using the get_branches_with_http_info variant
277
+
278
+ This returns an Array which contains the response data, status code and headers.
279
+
280
+ > <Array(<BranchCollectionRep>, Integer, Hash)> get_branches_with_http_info(repo)
281
+
282
+ ```ruby
283
+ begin
284
+ # List branches
285
+ data, status_code, headers = api_instance.get_branches_with_http_info(repo)
286
+ p status_code # => 2xx
287
+ p headers # => { ... }
288
+ p data # => <BranchCollectionRep>
289
+ rescue LaunchDarklyApi::ApiError => e
290
+ puts "Error when calling CodeReferencesApi->get_branches_with_http_info: #{e}"
291
+ end
292
+ ```
293
+
294
+ ### Parameters
295
+
296
+ | Name | Type | Description | Notes |
297
+ | ---- | ---- | ----------- | ----- |
298
+ | **repo** | **String** | The repository name | |
299
+
300
+ ### Return type
301
+
302
+ [**BranchCollectionRep**](BranchCollectionRep.md)
303
+
304
+ ### Authorization
305
+
306
+ [ApiKey](../README.md#ApiKey)
307
+
308
+ ### HTTP request headers
309
+
310
+ - **Content-Type**: Not defined
311
+ - **Accept**: application/json
312
+
313
+
314
+ ## get_extinctions
315
+
316
+ > <ExtinctionCollectionRep> get_extinctions(opts)
317
+
318
+ List extinctions
319
+
320
+ Get a list of all extinctions.
321
+
322
+ ### Examples
323
+
324
+ ```ruby
325
+ require 'time'
326
+ require 'launchdarkly_api'
327
+ # setup authorization
328
+ LaunchDarklyApi.configure do |config|
329
+ # Configure API key authorization: ApiKey
330
+ config.api_key['ApiKey'] = 'YOUR API KEY'
331
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
332
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
333
+ end
334
+
335
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
336
+ opts = {
337
+ repo_name: 'repo_name_example', # String | Filter results to a specific repository
338
+ branch_name: 'branch_name_example', # String | Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
339
+ proj_key: 'proj_key_example', # String | Filter results to a specific project
340
+ flag_key: 'flag_key_example', # String | Filter results to a specific flag key
341
+ from: 789, # Integer | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with `to`.
342
+ to: 789 # Integer | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with `from`.
343
+ }
344
+
345
+ begin
346
+ # List extinctions
347
+ result = api_instance.get_extinctions(opts)
348
+ p result
349
+ rescue LaunchDarklyApi::ApiError => e
350
+ puts "Error when calling CodeReferencesApi->get_extinctions: #{e}"
351
+ end
352
+ ```
353
+
354
+ #### Using the get_extinctions_with_http_info variant
355
+
356
+ This returns an Array which contains the response data, status code and headers.
357
+
358
+ > <Array(<ExtinctionCollectionRep>, Integer, Hash)> get_extinctions_with_http_info(opts)
359
+
360
+ ```ruby
361
+ begin
362
+ # List extinctions
363
+ data, status_code, headers = api_instance.get_extinctions_with_http_info(opts)
364
+ p status_code # => 2xx
365
+ p headers # => { ... }
366
+ p data # => <ExtinctionCollectionRep>
367
+ rescue LaunchDarklyApi::ApiError => e
368
+ puts "Error when calling CodeReferencesApi->get_extinctions_with_http_info: #{e}"
369
+ end
370
+ ```
371
+
372
+ ### Parameters
373
+
374
+ | Name | Type | Description | Notes |
375
+ | ---- | ---- | ----------- | ----- |
376
+ | **repo_name** | **String** | Filter results to a specific repository | [optional] |
377
+ | **branch_name** | **String** | Filter results to a specific branch. By default, only the default branch will be queried for extinctions. | [optional] |
378
+ | **proj_key** | **String** | Filter results to a specific project | [optional] |
379
+ | **flag_key** | **String** | Filter results to a specific flag key | [optional] |
380
+ | **from** | **Integer** | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with &#x60;to&#x60;. | [optional] |
381
+ | **to** | **Integer** | Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with &#x60;from&#x60;. | [optional] |
382
+
383
+ ### Return type
384
+
385
+ [**ExtinctionCollectionRep**](ExtinctionCollectionRep.md)
386
+
387
+ ### Authorization
388
+
389
+ [ApiKey](../README.md#ApiKey)
390
+
391
+ ### HTTP request headers
392
+
393
+ - **Content-Type**: Not defined
394
+ - **Accept**: application/json
395
+
396
+
397
+ ## get_repositories
398
+
399
+ > <RepositoryCollectionRep> get_repositories(opts)
400
+
401
+ List repositories
402
+
403
+ Get a list of connected repositories. Optionally, you can include branch metadata with the `withBranches` query parameter. Embed references for the default branch with `ReferencesForDefaultBranch`. You can also filter the list of code references by project key and flag key.
404
+
405
+ ### Examples
406
+
407
+ ```ruby
408
+ require 'time'
409
+ require 'launchdarkly_api'
410
+ # setup authorization
411
+ LaunchDarklyApi.configure do |config|
412
+ # Configure API key authorization: ApiKey
413
+ config.api_key['ApiKey'] = 'YOUR API KEY'
414
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
415
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
416
+ end
417
+
418
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
419
+ opts = {
420
+ with_branches: 'with_branches_example', # String | If set to any value, the endpoint returns repositories with associated branch data
421
+ with_references_for_default_branch: 'with_references_for_default_branch_example', # String | If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch
422
+ proj_key: 'proj_key_example', # String | A LaunchDarkly project key. If provided, this filters code reference results to the specified project.
423
+ flag_key: 'flag_key_example' # String | If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch
424
+ }
425
+
426
+ begin
427
+ # List repositories
428
+ result = api_instance.get_repositories(opts)
429
+ p result
430
+ rescue LaunchDarklyApi::ApiError => e
431
+ puts "Error when calling CodeReferencesApi->get_repositories: #{e}"
432
+ end
433
+ ```
434
+
435
+ #### Using the get_repositories_with_http_info variant
436
+
437
+ This returns an Array which contains the response data, status code and headers.
438
+
439
+ > <Array(<RepositoryCollectionRep>, Integer, Hash)> get_repositories_with_http_info(opts)
440
+
441
+ ```ruby
442
+ begin
443
+ # List repositories
444
+ data, status_code, headers = api_instance.get_repositories_with_http_info(opts)
445
+ p status_code # => 2xx
446
+ p headers # => { ... }
447
+ p data # => <RepositoryCollectionRep>
448
+ rescue LaunchDarklyApi::ApiError => e
449
+ puts "Error when calling CodeReferencesApi->get_repositories_with_http_info: #{e}"
450
+ end
451
+ ```
452
+
453
+ ### Parameters
454
+
455
+ | Name | Type | Description | Notes |
456
+ | ---- | ---- | ----------- | ----- |
457
+ | **with_branches** | **String** | If set to any value, the endpoint returns repositories with associated branch data | [optional] |
458
+ | **with_references_for_default_branch** | **String** | If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch | [optional] |
459
+ | **proj_key** | **String** | A LaunchDarkly project key. If provided, this filters code reference results to the specified project. | [optional] |
460
+ | **flag_key** | **String** | If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch | [optional] |
461
+
462
+ ### Return type
463
+
464
+ [**RepositoryCollectionRep**](RepositoryCollectionRep.md)
465
+
466
+ ### Authorization
467
+
468
+ [ApiKey](../README.md#ApiKey)
469
+
470
+ ### HTTP request headers
471
+
472
+ - **Content-Type**: Not defined
473
+ - **Accept**: application/json
474
+
475
+
476
+ ## get_repository
477
+
478
+ > <RepositoryRep> get_repository(repo)
479
+
480
+ Get repository
481
+
482
+ Get a single repository by name.
483
+
484
+ ### Examples
485
+
486
+ ```ruby
487
+ require 'time'
488
+ require 'launchdarkly_api'
489
+ # setup authorization
490
+ LaunchDarklyApi.configure do |config|
491
+ # Configure API key authorization: ApiKey
492
+ config.api_key['ApiKey'] = 'YOUR API KEY'
493
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
494
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
495
+ end
496
+
497
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
498
+ repo = 'repo_example' # String | The repository name
499
+
500
+ begin
501
+ # Get repository
502
+ result = api_instance.get_repository(repo)
503
+ p result
504
+ rescue LaunchDarklyApi::ApiError => e
505
+ puts "Error when calling CodeReferencesApi->get_repository: #{e}"
506
+ end
507
+ ```
508
+
509
+ #### Using the get_repository_with_http_info variant
510
+
511
+ This returns an Array which contains the response data, status code and headers.
512
+
513
+ > <Array(<RepositoryRep>, Integer, Hash)> get_repository_with_http_info(repo)
514
+
515
+ ```ruby
516
+ begin
517
+ # Get repository
518
+ data, status_code, headers = api_instance.get_repository_with_http_info(repo)
519
+ p status_code # => 2xx
520
+ p headers # => { ... }
521
+ p data # => <RepositoryRep>
522
+ rescue LaunchDarklyApi::ApiError => e
523
+ puts "Error when calling CodeReferencesApi->get_repository_with_http_info: #{e}"
524
+ end
525
+ ```
526
+
527
+ ### Parameters
528
+
529
+ | Name | Type | Description | Notes |
530
+ | ---- | ---- | ----------- | ----- |
531
+ | **repo** | **String** | The repository name | |
532
+
533
+ ### Return type
534
+
535
+ [**RepositoryRep**](RepositoryRep.md)
536
+
537
+ ### Authorization
538
+
539
+ [ApiKey](../README.md#ApiKey)
540
+
541
+ ### HTTP request headers
542
+
543
+ - **Content-Type**: Not defined
544
+ - **Accept**: application/json
545
+
546
+
547
+ ## get_root_statistic
548
+
549
+ > <StatisticsRoot> get_root_statistic
550
+
551
+ Get links to code reference repositories for each project
552
+
553
+ Get links for all projects that have Code References.
554
+
555
+ ### Examples
556
+
557
+ ```ruby
558
+ require 'time'
559
+ require 'launchdarkly_api'
560
+ # setup authorization
561
+ LaunchDarklyApi.configure do |config|
562
+ # Configure API key authorization: ApiKey
563
+ config.api_key['ApiKey'] = 'YOUR API KEY'
564
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
565
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
566
+ end
567
+
568
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
569
+
570
+ begin
571
+ # Get links to code reference repositories for each project
572
+ result = api_instance.get_root_statistic
573
+ p result
574
+ rescue LaunchDarklyApi::ApiError => e
575
+ puts "Error when calling CodeReferencesApi->get_root_statistic: #{e}"
576
+ end
577
+ ```
578
+
579
+ #### Using the get_root_statistic_with_http_info variant
580
+
581
+ This returns an Array which contains the response data, status code and headers.
582
+
583
+ > <Array(<StatisticsRoot>, Integer, Hash)> get_root_statistic_with_http_info
584
+
585
+ ```ruby
586
+ begin
587
+ # Get links to code reference repositories for each project
588
+ data, status_code, headers = api_instance.get_root_statistic_with_http_info
589
+ p status_code # => 2xx
590
+ p headers # => { ... }
591
+ p data # => <StatisticsRoot>
592
+ rescue LaunchDarklyApi::ApiError => e
593
+ puts "Error when calling CodeReferencesApi->get_root_statistic_with_http_info: #{e}"
594
+ end
595
+ ```
596
+
597
+ ### Parameters
598
+
599
+ This endpoint does not need any parameter.
600
+
601
+ ### Return type
602
+
603
+ [**StatisticsRoot**](StatisticsRoot.md)
604
+
605
+ ### Authorization
606
+
607
+ [ApiKey](../README.md#ApiKey)
608
+
609
+ ### HTTP request headers
610
+
611
+ - **Content-Type**: Not defined
612
+ - **Accept**: application/json
613
+
614
+
615
+ ## get_statistics
616
+
617
+ > <StatisticCollectionRep> get_statistics(proj_key, opts)
618
+
619
+ Get number of code references for flags
620
+
621
+ Get the number of code references across repositories for all flags in your project that have code references in the default branch (for example: master). You can optionally include the `flagKey` query parameter to get the number of code references across repositories for a single flag. This endpoint returns the number of times your flag keys are referenced in your repositories. You can filter to a single flag with by passing in a flag key.
622
+
623
+ ### Examples
624
+
625
+ ```ruby
626
+ require 'time'
627
+ require 'launchdarkly_api'
628
+ # setup authorization
629
+ LaunchDarklyApi.configure do |config|
630
+ # Configure API key authorization: ApiKey
631
+ config.api_key['ApiKey'] = 'YOUR API KEY'
632
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
633
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
634
+ end
635
+
636
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
637
+ proj_key = 'proj_key_example' # String | The project key
638
+ opts = {
639
+ flag_key: 'flag_key_example' # String | Filter results to a specific flag key
640
+ }
641
+
642
+ begin
643
+ # Get number of code references for flags
644
+ result = api_instance.get_statistics(proj_key, opts)
645
+ p result
646
+ rescue LaunchDarklyApi::ApiError => e
647
+ puts "Error when calling CodeReferencesApi->get_statistics: #{e}"
648
+ end
649
+ ```
650
+
651
+ #### Using the get_statistics_with_http_info variant
652
+
653
+ This returns an Array which contains the response data, status code and headers.
654
+
655
+ > <Array(<StatisticCollectionRep>, Integer, Hash)> get_statistics_with_http_info(proj_key, opts)
656
+
657
+ ```ruby
658
+ begin
659
+ # Get number of code references for flags
660
+ data, status_code, headers = api_instance.get_statistics_with_http_info(proj_key, opts)
661
+ p status_code # => 2xx
662
+ p headers # => { ... }
663
+ p data # => <StatisticCollectionRep>
664
+ rescue LaunchDarklyApi::ApiError => e
665
+ puts "Error when calling CodeReferencesApi->get_statistics_with_http_info: #{e}"
666
+ end
667
+ ```
668
+
669
+ ### Parameters
670
+
671
+ | Name | Type | Description | Notes |
672
+ | ---- | ---- | ----------- | ----- |
673
+ | **proj_key** | **String** | The project key | |
674
+ | **flag_key** | **String** | Filter results to a specific flag key | [optional] |
675
+
676
+ ### Return type
677
+
678
+ [**StatisticCollectionRep**](StatisticCollectionRep.md)
679
+
680
+ ### Authorization
681
+
682
+ [ApiKey](../README.md#ApiKey)
683
+
684
+ ### HTTP request headers
685
+
686
+ - **Content-Type**: Not defined
687
+ - **Accept**: application/json
688
+
689
+
690
+ ## patch_repository
691
+
692
+ > <RepositoryRep> patch_repository(repo, patch_operation)
693
+
694
+ Update repository
695
+
696
+ Update a repository's settings. The request must be a valid JSON Patch document describing the changes to be made to the repository.
697
+
698
+ ### Examples
699
+
700
+ ```ruby
701
+ require 'time'
702
+ require 'launchdarkly_api'
703
+ # setup authorization
704
+ LaunchDarklyApi.configure do |config|
705
+ # Configure API key authorization: ApiKey
706
+ config.api_key['ApiKey'] = 'YOUR API KEY'
707
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
708
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
709
+ end
710
+
711
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
712
+ repo = 'repo_example' # String | The repository name
713
+ patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/biscuits', value: Chocolate Digestive})] # Array<PatchOperation> |
714
+
715
+ begin
716
+ # Update repository
717
+ result = api_instance.patch_repository(repo, patch_operation)
718
+ p result
719
+ rescue LaunchDarklyApi::ApiError => e
720
+ puts "Error when calling CodeReferencesApi->patch_repository: #{e}"
721
+ end
722
+ ```
723
+
724
+ #### Using the patch_repository_with_http_info variant
725
+
726
+ This returns an Array which contains the response data, status code and headers.
727
+
728
+ > <Array(<RepositoryRep>, Integer, Hash)> patch_repository_with_http_info(repo, patch_operation)
729
+
730
+ ```ruby
731
+ begin
732
+ # Update repository
733
+ data, status_code, headers = api_instance.patch_repository_with_http_info(repo, patch_operation)
734
+ p status_code # => 2xx
735
+ p headers # => { ... }
736
+ p data # => <RepositoryRep>
737
+ rescue LaunchDarklyApi::ApiError => e
738
+ puts "Error when calling CodeReferencesApi->patch_repository_with_http_info: #{e}"
739
+ end
740
+ ```
741
+
742
+ ### Parameters
743
+
744
+ | Name | Type | Description | Notes |
745
+ | ---- | ---- | ----------- | ----- |
746
+ | **repo** | **String** | The repository name | |
747
+ | **patch_operation** | [**Array&lt;PatchOperation&gt;**](PatchOperation.md) | | |
748
+
749
+ ### Return type
750
+
751
+ [**RepositoryRep**](RepositoryRep.md)
752
+
753
+ ### Authorization
754
+
755
+ [ApiKey](../README.md#ApiKey)
756
+
757
+ ### HTTP request headers
758
+
759
+ - **Content-Type**: application/json
760
+ - **Accept**: application/json
761
+
762
+
763
+ ## post_extinction
764
+
765
+ > post_extinction(repo, branch, extinction)
766
+
767
+ Create extinction
768
+
769
+ Create a new extinction
770
+
771
+ ### Examples
772
+
773
+ ```ruby
774
+ require 'time'
775
+ require 'launchdarkly_api'
776
+ # setup authorization
777
+ LaunchDarklyApi.configure do |config|
778
+ # Configure API key authorization: ApiKey
779
+ config.api_key['ApiKey'] = 'YOUR API KEY'
780
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
781
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
782
+ end
783
+
784
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
785
+ repo = 'repo_example' # String | The repository name
786
+ branch = 'branch_example' # String | The url-encoded branch name
787
+ extinction = [LaunchDarklyApi::Extinction.new({revision: 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', message: 'Remove flag for launched feature', time: 3.56, flag_key: 'enable-feature', proj_key: 'default'})] # Array<Extinction> |
788
+
789
+ begin
790
+ # Create extinction
791
+ api_instance.post_extinction(repo, branch, extinction)
792
+ rescue LaunchDarklyApi::ApiError => e
793
+ puts "Error when calling CodeReferencesApi->post_extinction: #{e}"
794
+ end
795
+ ```
796
+
797
+ #### Using the post_extinction_with_http_info variant
798
+
799
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
800
+
801
+ > <Array(nil, Integer, Hash)> post_extinction_with_http_info(repo, branch, extinction)
802
+
803
+ ```ruby
804
+ begin
805
+ # Create extinction
806
+ data, status_code, headers = api_instance.post_extinction_with_http_info(repo, branch, extinction)
807
+ p status_code # => 2xx
808
+ p headers # => { ... }
809
+ p data # => nil
810
+ rescue LaunchDarklyApi::ApiError => e
811
+ puts "Error when calling CodeReferencesApi->post_extinction_with_http_info: #{e}"
812
+ end
813
+ ```
814
+
815
+ ### Parameters
816
+
817
+ | Name | Type | Description | Notes |
818
+ | ---- | ---- | ----------- | ----- |
819
+ | **repo** | **String** | The repository name | |
820
+ | **branch** | **String** | The url-encoded branch name | |
821
+ | **extinction** | [**Array&lt;Extinction&gt;**](Extinction.md) | | |
822
+
823
+ ### Return type
824
+
825
+ nil (empty response body)
826
+
827
+ ### Authorization
828
+
829
+ [ApiKey](../README.md#ApiKey)
830
+
831
+ ### HTTP request headers
832
+
833
+ - **Content-Type**: application/json
834
+ - **Accept**: application/json
835
+
836
+
837
+ ## post_repository
838
+
839
+ > <RepositoryRep> post_repository(repository_post)
840
+
841
+ Create repository
842
+
843
+ Create a repository with the specified name.
844
+
845
+ ### Examples
846
+
847
+ ```ruby
848
+ require 'time'
849
+ require 'launchdarkly_api'
850
+ # setup authorization
851
+ LaunchDarklyApi.configure do |config|
852
+ # Configure API key authorization: ApiKey
853
+ config.api_key['ApiKey'] = 'YOUR API KEY'
854
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
855
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
856
+ end
857
+
858
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
859
+ repository_post = LaunchDarklyApi::RepositoryPost.new({name: 'LaunchDarkly-Docs'}) # RepositoryPost |
860
+
861
+ begin
862
+ # Create repository
863
+ result = api_instance.post_repository(repository_post)
864
+ p result
865
+ rescue LaunchDarklyApi::ApiError => e
866
+ puts "Error when calling CodeReferencesApi->post_repository: #{e}"
867
+ end
868
+ ```
869
+
870
+ #### Using the post_repository_with_http_info variant
871
+
872
+ This returns an Array which contains the response data, status code and headers.
873
+
874
+ > <Array(<RepositoryRep>, Integer, Hash)> post_repository_with_http_info(repository_post)
875
+
876
+ ```ruby
877
+ begin
878
+ # Create repository
879
+ data, status_code, headers = api_instance.post_repository_with_http_info(repository_post)
880
+ p status_code # => 2xx
881
+ p headers # => { ... }
882
+ p data # => <RepositoryRep>
883
+ rescue LaunchDarklyApi::ApiError => e
884
+ puts "Error when calling CodeReferencesApi->post_repository_with_http_info: #{e}"
885
+ end
886
+ ```
887
+
888
+ ### Parameters
889
+
890
+ | Name | Type | Description | Notes |
891
+ | ---- | ---- | ----------- | ----- |
892
+ | **repository_post** | [**RepositoryPost**](RepositoryPost.md) | | |
893
+
894
+ ### Return type
895
+
896
+ [**RepositoryRep**](RepositoryRep.md)
897
+
898
+ ### Authorization
899
+
900
+ [ApiKey](../README.md#ApiKey)
901
+
902
+ ### HTTP request headers
903
+
904
+ - **Content-Type**: application/json
905
+ - **Accept**: application/json
906
+
907
+
908
+ ## put_branch
909
+
910
+ > put_branch(repo, branch, put_branch)
911
+
912
+ Upsert branch
913
+
914
+ Create a new branch if it doesn't exist, or updates the branch if it already exists.
915
+
916
+ ### Examples
917
+
918
+ ```ruby
919
+ require 'time'
920
+ require 'launchdarkly_api'
921
+ # setup authorization
922
+ LaunchDarklyApi.configure do |config|
923
+ # Configure API key authorization: ApiKey
924
+ config.api_key['ApiKey'] = 'YOUR API KEY'
925
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
926
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
927
+ end
928
+
929
+ api_instance = LaunchDarklyApi::CodeReferencesApi.new
930
+ repo = 'repo_example' # String | The repository name
931
+ branch = 'branch_example' # String | The url-encoded branch name
932
+ put_branch = LaunchDarklyApi::PutBranch.new({name: 'main', head: 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', sync_time: 3.56}) # PutBranch |
933
+
934
+ begin
935
+ # Upsert branch
936
+ api_instance.put_branch(repo, branch, put_branch)
937
+ rescue LaunchDarklyApi::ApiError => e
938
+ puts "Error when calling CodeReferencesApi->put_branch: #{e}"
939
+ end
940
+ ```
941
+
942
+ #### Using the put_branch_with_http_info variant
943
+
944
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
945
+
946
+ > <Array(nil, Integer, Hash)> put_branch_with_http_info(repo, branch, put_branch)
947
+
948
+ ```ruby
949
+ begin
950
+ # Upsert branch
951
+ data, status_code, headers = api_instance.put_branch_with_http_info(repo, branch, put_branch)
952
+ p status_code # => 2xx
953
+ p headers # => { ... }
954
+ p data # => nil
955
+ rescue LaunchDarklyApi::ApiError => e
956
+ puts "Error when calling CodeReferencesApi->put_branch_with_http_info: #{e}"
957
+ end
958
+ ```
959
+
960
+ ### Parameters
961
+
962
+ | Name | Type | Description | Notes |
963
+ | ---- | ---- | ----------- | ----- |
964
+ | **repo** | **String** | The repository name | |
965
+ | **branch** | **String** | The url-encoded branch name | |
966
+ | **put_branch** | [**PutBranch**](PutBranch.md) | | |
967
+
968
+ ### Return type
969
+
970
+ nil (empty response body)
971
+
972
+ ### Authorization
973
+
974
+ [ApiKey](../README.md#ApiKey)
975
+
976
+ ### HTTP request headers
977
+
978
+ - **Content-Type**: application/json
979
+ - **Accept**: application/json
980
+