launchdarkly_api 8.0.0 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (613) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +38 -8
  3. data/docs/ActionOutputRep.md +1 -1
  4. data/docs/ApprovalsApi.md +1 -1
  5. data/docs/Conflict.md +1 -1
  6. data/docs/CreateFlagConfigApprovalRequestRequest.md +1 -1
  7. data/docs/Decimal.md +20 -0
  8. data/docs/EvaluationReason.md +28 -0
  9. data/docs/ExperimentCollectionRep.md +22 -0
  10. data/docs/ExperimentPatchInput.md +20 -0
  11. data/docs/ExperimentPost.md +26 -0
  12. data/docs/{ExperimentResultsRep.md → ExperimentResults.md} +2 -2
  13. data/docs/ExperimentsBetaApi.md +473 -13
  14. data/docs/FeatureFlagScheduledChange.md +1 -1
  15. data/docs/FeatureFlagsApi.md +1 -1
  16. data/docs/FlagConfigApprovalRequestResponse.md +1 -1
  17. data/docs/FlagInput.md +20 -0
  18. data/docs/FlagRep.md +22 -0
  19. data/docs/FlagScheduledChangesInput.md +1 -1
  20. data/docs/FlagTriggerInput.md +1 -1
  21. data/docs/IterationExpandableProperties.md +20 -0
  22. data/docs/IterationInput.md +26 -0
  23. data/docs/IterationRep.md +38 -0
  24. data/docs/MetricInput.md +20 -0
  25. data/docs/MetricRep.md +3 -43
  26. data/docs/NullDecimal.md +20 -0
  27. data/docs/ParameterRep.md +20 -0
  28. data/docs/PostFlagScheduledChangesInput.md +1 -1
  29. data/docs/ScheduledChangesApi.md +2 -2
  30. data/docs/SegmentsBetaApi.md +11 -5
  31. data/docs/StageInputRep.md +2 -0
  32. data/docs/StatisticRep.md +2 -0
  33. data/docs/TeamPatchInput.md +1 -1
  34. data/docs/TreatmentInput.md +24 -0
  35. data/docs/TreatmentParameterInput.md +20 -0
  36. data/docs/TreatmentRep.md +26 -0
  37. data/docs/TriggerPost.md +1 -1
  38. data/docs/TriggerWorkflowRep.md +1 -1
  39. data/docs/UserFlagSetting.md +3 -1
  40. data/launchdarkly_api.gemspec +2 -2
  41. data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
  42. data/lib/launchdarkly_api/api/account_members_api.rb +1 -1
  43. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +1 -1
  44. data/lib/launchdarkly_api/api/approvals_api.rb +1 -1
  45. data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
  46. data/lib/launchdarkly_api/api/code_references_api.rb +1 -1
  47. data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
  48. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
  49. data/lib/launchdarkly_api/api/environments_api.rb +1 -1
  50. data/lib/launchdarkly_api/api/experiments_beta_api.rb +494 -17
  51. data/lib/launchdarkly_api/api/feature_flags_api.rb +3 -3
  52. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +1 -1
  53. data/lib/launchdarkly_api/api/flag_links_beta_api.rb +1 -1
  54. data/lib/launchdarkly_api/api/flag_triggers_api.rb +1 -1
  55. data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +1 -1
  56. data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +1 -1
  57. data/lib/launchdarkly_api/api/metrics_api.rb +1 -1
  58. data/lib/launchdarkly_api/api/other_api.rb +1 -1
  59. data/lib/launchdarkly_api/api/projects_api.rb +1 -1
  60. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
  61. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +1 -1
  62. data/lib/launchdarkly_api/api/segments_api.rb +1 -1
  63. data/lib/launchdarkly_api/api/segments_beta_api.rb +12 -1
  64. data/lib/launchdarkly_api/api/tags_api.rb +1 -1
  65. data/lib/launchdarkly_api/api/teams_beta_api.rb +1 -1
  66. data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
  67. data/lib/launchdarkly_api/api/users_api.rb +1 -1
  68. data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
  69. data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
  70. data/lib/launchdarkly_api/api/workflows_beta_api.rb +1 -1
  71. data/lib/launchdarkly_api/api_client.rb +1 -1
  72. data/lib/launchdarkly_api/api_error.rb +1 -1
  73. data/lib/launchdarkly_api/configuration.rb +1 -1
  74. data/lib/launchdarkly_api/models/access.rb +1 -1
  75. data/lib/launchdarkly_api/models/access_allowed_reason.rb +1 -1
  76. data/lib/launchdarkly_api/models/access_allowed_rep.rb +1 -1
  77. data/lib/launchdarkly_api/models/access_denied.rb +1 -1
  78. data/lib/launchdarkly_api/models/access_denied_reason.rb +1 -1
  79. data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
  80. data/lib/launchdarkly_api/models/action_input_rep.rb +1 -1
  81. data/lib/launchdarkly_api/models/action_output_rep.rb +2 -2
  82. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +1 -1
  83. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +1 -1
  84. data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
  85. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
  86. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
  87. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
  88. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
  89. data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
  90. data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
  91. data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
  92. data/lib/launchdarkly_api/models/clause.rb +1 -1
  93. data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
  94. data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
  95. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +1 -1
  96. data/lib/launchdarkly_api/models/condition_input_rep.rb +1 -1
  97. data/lib/launchdarkly_api/models/condition_output_rep.rb +1 -1
  98. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
  99. data/lib/launchdarkly_api/models/conflict.rb +4 -5
  100. data/lib/launchdarkly_api/models/conflict_output_rep.rb +1 -1
  101. data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
  102. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
  103. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
  104. data/lib/launchdarkly_api/models/custom_property.rb +1 -1
  105. data/lib/launchdarkly_api/models/custom_role.rb +1 -1
  106. data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
  107. data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
  108. data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
  109. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +1 -1
  110. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +1 -1
  111. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +1 -1
  112. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +1 -1
  113. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +1 -1
  114. data/lib/launchdarkly_api/models/decimal.rb +228 -0
  115. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
  116. data/lib/launchdarkly_api/models/defaults.rb +1 -1
  117. data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
  118. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
  119. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
  120. data/lib/launchdarkly_api/models/destination.rb +1 -1
  121. data/lib/launchdarkly_api/models/destination_post.rb +1 -1
  122. data/lib/launchdarkly_api/models/destinations.rb +1 -1
  123. data/lib/launchdarkly_api/models/environment.rb +1 -1
  124. data/lib/launchdarkly_api/models/environment_post.rb +1 -1
  125. data/lib/launchdarkly_api/models/evaluation_reason.rb +274 -0
  126. data/lib/launchdarkly_api/models/execution_output_rep.rb +1 -1
  127. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
  128. data/lib/launchdarkly_api/models/experiment_collection_rep.rb +240 -0
  129. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
  130. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
  131. data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
  132. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
  133. data/lib/launchdarkly_api/models/experiment_patch_input.rb +229 -0
  134. data/lib/launchdarkly_api/models/experiment_post.rb +279 -0
  135. data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
  136. data/lib/launchdarkly_api/models/experiment_results.rb +280 -0
  137. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
  138. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
  139. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
  140. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
  141. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
  142. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
  143. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
  144. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
  145. data/lib/launchdarkly_api/models/export.rb +1 -1
  146. data/lib/launchdarkly_api/models/extinction.rb +1 -1
  147. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
  148. data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
  149. data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
  150. data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
  151. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
  152. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
  153. data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
  154. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
  155. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
  156. data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
  157. data/lib/launchdarkly_api/models/file_rep.rb +1 -1
  158. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +2 -2
  159. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
  160. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
  161. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
  162. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +1 -1
  163. data/lib/launchdarkly_api/models/flag_input.rb +237 -0
  164. data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +1 -1
  165. data/lib/launchdarkly_api/models/flag_link_member.rb +1 -1
  166. data/lib/launchdarkly_api/models/flag_link_post.rb +1 -1
  167. data/lib/launchdarkly_api/models/flag_link_rep.rb +1 -1
  168. data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
  169. data/lib/launchdarkly_api/models/flag_rep.rb +243 -0
  170. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
  171. data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
  172. data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
  173. data/lib/launchdarkly_api/models/flag_trigger_input.rb +2 -2
  174. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +1 -1
  175. data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
  176. data/lib/launchdarkly_api/models/import.rb +1 -1
  177. data/lib/launchdarkly_api/models/initiator_rep.rb +1 -1
  178. data/lib/launchdarkly_api/models/integration.rb +1 -1
  179. data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +1 -1
  180. data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +1 -1
  181. data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +1 -1
  182. data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +1 -1
  183. data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +1 -1
  184. data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +1 -1
  185. data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
  186. data/lib/launchdarkly_api/models/integration_status.rb +1 -1
  187. data/lib/launchdarkly_api/models/integration_status_rep.rb +1 -1
  188. data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +1 -1
  189. data/lib/launchdarkly_api/models/integrations.rb +1 -1
  190. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +1 -1
  191. data/lib/launchdarkly_api/models/ip_list.rb +1 -1
  192. data/lib/launchdarkly_api/models/iteration_expandable_properties.rb +231 -0
  193. data/lib/launchdarkly_api/models/iteration_input.rb +280 -0
  194. data/lib/launchdarkly_api/models/iteration_rep.rb +324 -0
  195. data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
  196. data/lib/launchdarkly_api/models/link.rb +1 -1
  197. data/lib/launchdarkly_api/models/member.rb +1 -1
  198. data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
  199. data/lib/launchdarkly_api/models/member_import_item.rb +1 -1
  200. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
  201. data/lib/launchdarkly_api/models/member_summary.rb +1 -1
  202. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
  203. data/lib/launchdarkly_api/models/member_teams_post_input.rb +1 -1
  204. data/lib/launchdarkly_api/models/members.rb +1 -1
  205. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +1 -1
  206. data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
  207. data/lib/launchdarkly_api/models/metric_input.rb +237 -0
  208. data/lib/launchdarkly_api/models/metric_listing_rep.rb +1 -1
  209. data/lib/launchdarkly_api/models/metric_post.rb +1 -1
  210. data/lib/launchdarkly_api/models/metric_rep.rb +5 -257
  211. data/lib/launchdarkly_api/models/metric_seen.rb +1 -1
  212. data/lib/launchdarkly_api/models/modification.rb +1 -1
  213. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
  214. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
  215. data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
  216. data/lib/launchdarkly_api/models/not_found_error_rep.rb +1 -1
  217. data/lib/launchdarkly_api/models/null_decimal.rb +227 -0
  218. data/lib/launchdarkly_api/models/parameter_rep.rb +227 -0
  219. data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
  220. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +1 -1
  221. data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
  222. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
  223. data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
  224. data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
  225. data/lib/launchdarkly_api/models/permission_grant_input.rb +1 -1
  226. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
  227. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
  228. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
  229. data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
  230. data/lib/launchdarkly_api/models/project.rb +1 -1
  231. data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
  232. data/lib/launchdarkly_api/models/project_post.rb +1 -1
  233. data/lib/launchdarkly_api/models/project_summary.rb +1 -1
  234. data/lib/launchdarkly_api/models/projects.rb +1 -1
  235. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
  236. data/lib/launchdarkly_api/models/put_branch.rb +1 -1
  237. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
  238. data/lib/launchdarkly_api/models/recent_trigger_body.rb +1 -1
  239. data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
  240. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
  241. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
  242. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +1 -1
  243. data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
  244. data/lib/launchdarkly_api/models/repository_post.rb +1 -1
  245. data/lib/launchdarkly_api/models/repository_rep.rb +1 -1
  246. data/lib/launchdarkly_api/models/resolved_context.rb +1 -1
  247. data/lib/launchdarkly_api/models/resolved_image.rb +1 -1
  248. data/lib/launchdarkly_api/models/resolved_title.rb +1 -1
  249. data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +1 -1
  250. data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +1 -1
  251. data/lib/launchdarkly_api/models/resource_access.rb +1 -1
  252. data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
  253. data/lib/launchdarkly_api/models/review_output_rep.rb +1 -1
  254. data/lib/launchdarkly_api/models/review_response.rb +1 -1
  255. data/lib/launchdarkly_api/models/rollout.rb +1 -1
  256. data/lib/launchdarkly_api/models/rule.rb +1 -1
  257. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +1 -1
  258. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +1 -1
  259. data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
  260. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
  261. data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
  262. data/lib/launchdarkly_api/models/segment_body.rb +1 -1
  263. data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
  264. data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
  265. data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
  266. data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
  267. data/lib/launchdarkly_api/models/source_env.rb +1 -1
  268. data/lib/launchdarkly_api/models/source_flag.rb +1 -1
  269. data/lib/launchdarkly_api/models/stage_input_rep.rb +11 -2
  270. data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
  271. data/lib/launchdarkly_api/models/statement.rb +1 -1
  272. data/lib/launchdarkly_api/models/statement_post.rb +1 -1
  273. data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
  274. data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
  275. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
  276. data/lib/launchdarkly_api/models/statistic_rep.rb +16 -2
  277. data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
  278. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +1 -1
  279. data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
  280. data/lib/launchdarkly_api/models/subscription_post.rb +1 -1
  281. data/lib/launchdarkly_api/models/tag_collection.rb +1 -1
  282. data/lib/launchdarkly_api/models/target.rb +1 -1
  283. data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
  284. data/lib/launchdarkly_api/models/team.rb +1 -1
  285. data/lib/launchdarkly_api/models/team_custom_role.rb +1 -1
  286. data/lib/launchdarkly_api/models/team_custom_roles.rb +1 -1
  287. data/lib/launchdarkly_api/models/team_imports_rep.rb +1 -1
  288. data/lib/launchdarkly_api/models/team_maintainers.rb +1 -1
  289. data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
  290. data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
  291. data/lib/launchdarkly_api/models/team_projects.rb +1 -1
  292. data/lib/launchdarkly_api/models/teams.rb +1 -1
  293. data/lib/launchdarkly_api/models/timestamp_rep.rb +1 -1
  294. data/lib/launchdarkly_api/models/title_rep.rb +1 -1
  295. data/lib/launchdarkly_api/models/token.rb +1 -1
  296. data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
  297. data/lib/launchdarkly_api/models/tokens.rb +1 -1
  298. data/lib/launchdarkly_api/models/treatment_input.rb +267 -0
  299. data/lib/launchdarkly_api/models/treatment_parameter_input.rb +237 -0
  300. data/lib/launchdarkly_api/models/treatment_rep.rb +266 -0
  301. data/lib/launchdarkly_api/models/trigger_post.rb +2 -2
  302. data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +1 -1
  303. data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +2 -2
  304. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +1 -1
  305. data/lib/launchdarkly_api/models/url_post.rb +1 -1
  306. data/lib/launchdarkly_api/models/user.rb +1 -1
  307. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
  308. data/lib/launchdarkly_api/models/user_flag_setting.rb +15 -6
  309. data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
  310. data/lib/launchdarkly_api/models/user_record.rb +1 -1
  311. data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
  312. data/lib/launchdarkly_api/models/user_segment.rb +1 -1
  313. data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
  314. data/lib/launchdarkly_api/models/user_segments.rb +1 -1
  315. data/lib/launchdarkly_api/models/users.rb +1 -1
  316. data/lib/launchdarkly_api/models/value_put.rb +1 -1
  317. data/lib/launchdarkly_api/models/variation.rb +1 -1
  318. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
  319. data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
  320. data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
  321. data/lib/launchdarkly_api/models/webhook.rb +1 -1
  322. data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
  323. data/lib/launchdarkly_api/models/webhooks.rb +1 -1
  324. data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
  325. data/lib/launchdarkly_api/version.rb +2 -2
  326. data/lib/launchdarkly_api.rb +18 -2
  327. data/spec/api/access_tokens_api_spec.rb +1 -1
  328. data/spec/api/account_members_api_spec.rb +1 -1
  329. data/spec/api/account_usage_beta_api_spec.rb +1 -1
  330. data/spec/api/approvals_api_spec.rb +1 -1
  331. data/spec/api/audit_log_api_spec.rb +1 -1
  332. data/spec/api/code_references_api_spec.rb +1 -1
  333. data/spec/api/custom_roles_api_spec.rb +1 -1
  334. data/spec/api/data_export_destinations_api_spec.rb +1 -1
  335. data/spec/api/environments_api_spec.rb +1 -1
  336. data/spec/api/experiments_beta_api_spec.rb +90 -4
  337. data/spec/api/feature_flags_api_spec.rb +2 -2
  338. data/spec/api/feature_flags_beta_api_spec.rb +1 -1
  339. data/spec/api/flag_links_beta_api_spec.rb +1 -1
  340. data/spec/api/flag_triggers_api_spec.rb +1 -1
  341. data/spec/api/integration_audit_log_subscriptions_api_spec.rb +1 -1
  342. data/spec/api/integration_delivery_configurations_beta_api_spec.rb +1 -1
  343. data/spec/api/metrics_api_spec.rb +1 -1
  344. data/spec/api/other_api_spec.rb +1 -1
  345. data/spec/api/projects_api_spec.rb +1 -1
  346. data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
  347. data/spec/api/scheduled_changes_api_spec.rb +1 -1
  348. data/spec/api/segments_api_spec.rb +1 -1
  349. data/spec/api/segments_beta_api_spec.rb +3 -1
  350. data/spec/api/tags_api_spec.rb +1 -1
  351. data/spec/api/teams_beta_api_spec.rb +1 -1
  352. data/spec/api/user_settings_api_spec.rb +1 -1
  353. data/spec/api/users_api_spec.rb +1 -1
  354. data/spec/api/users_beta_api_spec.rb +1 -1
  355. data/spec/api/webhooks_api_spec.rb +1 -1
  356. data/spec/api/workflows_beta_api_spec.rb +1 -1
  357. data/spec/api_client_spec.rb +1 -1
  358. data/spec/configuration_spec.rb +1 -1
  359. data/spec/models/access_allowed_reason_spec.rb +1 -1
  360. data/spec/models/access_allowed_rep_spec.rb +1 -1
  361. data/spec/models/access_denied_reason_spec.rb +1 -1
  362. data/spec/models/access_denied_spec.rb +1 -1
  363. data/spec/models/access_spec.rb +1 -1
  364. data/spec/models/access_token_post_spec.rb +1 -1
  365. data/spec/models/action_input_rep_spec.rb +1 -1
  366. data/spec/models/action_output_rep_spec.rb +1 -1
  367. data/spec/models/approval_condition_input_rep_spec.rb +1 -1
  368. data/spec/models/approval_condition_output_rep_spec.rb +1 -1
  369. data/spec/models/approval_settings_spec.rb +1 -1
  370. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
  371. data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
  372. data/spec/models/audit_log_entry_rep_spec.rb +1 -1
  373. data/spec/models/authorized_app_data_rep_spec.rb +1 -1
  374. data/spec/models/big_segment_target_spec.rb +1 -1
  375. data/spec/models/branch_collection_rep_spec.rb +1 -1
  376. data/spec/models/branch_rep_spec.rb +1 -1
  377. data/spec/models/clause_spec.rb +1 -1
  378. data/spec/models/client_side_availability_post_spec.rb +1 -1
  379. data/spec/models/client_side_availability_spec.rb +1 -1
  380. data/spec/models/condition_base_output_rep_spec.rb +1 -1
  381. data/spec/models/condition_input_rep_spec.rb +1 -1
  382. data/spec/models/condition_output_rep_spec.rb +1 -1
  383. data/spec/models/confidence_interval_rep_spec.rb +1 -1
  384. data/spec/models/conflict_output_rep_spec.rb +1 -1
  385. data/spec/models/conflict_spec.rb +1 -1
  386. data/spec/models/copied_from_env_spec.rb +1 -1
  387. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
  388. data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
  389. data/spec/models/custom_property_spec.rb +1 -1
  390. data/spec/models/custom_role_post_data_spec.rb +1 -1
  391. data/spec/models/custom_role_post_spec.rb +1 -1
  392. data/spec/models/custom_role_spec.rb +1 -1
  393. data/spec/models/custom_roles_spec.rb +1 -1
  394. data/spec/models/custom_workflow_input_rep_spec.rb +1 -1
  395. data/spec/models/custom_workflow_meta_spec.rb +1 -1
  396. data/spec/models/custom_workflow_output_rep_spec.rb +1 -1
  397. data/spec/models/custom_workflow_stage_meta_spec.rb +1 -1
  398. data/spec/models/custom_workflows_listing_output_rep_spec.rb +1 -1
  399. data/spec/models/decimal_spec.rb +40 -0
  400. data/spec/models/default_client_side_availability_post_spec.rb +1 -1
  401. data/spec/models/defaults_spec.rb +1 -1
  402. data/spec/models/dependent_flag_environment_spec.rb +1 -1
  403. data/spec/models/dependent_flag_spec.rb +1 -1
  404. data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
  405. data/spec/models/destination_post_spec.rb +1 -1
  406. data/spec/models/destination_spec.rb +1 -1
  407. data/spec/models/destinations_spec.rb +1 -1
  408. data/spec/models/environment_post_spec.rb +1 -1
  409. data/spec/models/environment_spec.rb +1 -1
  410. data/spec/models/evaluation_reason_spec.rb +64 -0
  411. data/spec/models/execution_output_rep_spec.rb +1 -1
  412. data/spec/models/experiment_allocation_rep_spec.rb +1 -1
  413. data/spec/models/experiment_collection_rep_spec.rb +46 -0
  414. data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
  415. data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
  416. data/spec/models/experiment_info_rep_spec.rb +1 -1
  417. data/spec/models/experiment_metadata_rep_spec.rb +1 -1
  418. data/spec/models/experiment_patch_input_spec.rb +40 -0
  419. data/spec/models/experiment_post_spec.rb +58 -0
  420. data/spec/models/experiment_rep_spec.rb +1 -1
  421. data/spec/models/experiment_results_spec.rb +70 -0
  422. data/spec/models/experiment_stats_rep_spec.rb +1 -1
  423. data/spec/models/experiment_time_series_slice_spec.rb +1 -1
  424. data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
  425. data/spec/models/experiment_totals_rep_spec.rb +1 -1
  426. data/spec/models/expiring_user_target_error_spec.rb +1 -1
  427. data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
  428. data/spec/models/expiring_user_target_item_spec.rb +1 -1
  429. data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
  430. data/spec/models/export_spec.rb +1 -1
  431. data/spec/models/extinction_collection_rep_spec.rb +1 -1
  432. data/spec/models/extinction_spec.rb +1 -1
  433. data/spec/models/feature_flag_body_spec.rb +1 -1
  434. data/spec/models/feature_flag_config_spec.rb +1 -1
  435. data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
  436. data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
  437. data/spec/models/feature_flag_spec.rb +1 -1
  438. data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
  439. data/spec/models/feature_flag_status_spec.rb +1 -1
  440. data/spec/models/feature_flag_statuses_spec.rb +1 -1
  441. data/spec/models/feature_flags_spec.rb +1 -1
  442. data/spec/models/file_rep_spec.rb +1 -1
  443. data/spec/models/flag_config_approval_request_response_spec.rb +1 -1
  444. data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
  445. data/spec/models/flag_copy_config_environment_spec.rb +1 -1
  446. data/spec/models/flag_copy_config_post_spec.rb +1 -1
  447. data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
  448. data/spec/models/flag_input_spec.rb +40 -0
  449. data/spec/models/flag_link_collection_rep_spec.rb +1 -1
  450. data/spec/models/flag_link_member_spec.rb +1 -1
  451. data/spec/models/flag_link_post_spec.rb +1 -1
  452. data/spec/models/flag_link_rep_spec.rb +1 -1
  453. data/spec/models/flag_listing_rep_spec.rb +1 -1
  454. data/spec/models/flag_rep_spec.rb +46 -0
  455. data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
  456. data/spec/models/flag_status_rep_spec.rb +1 -1
  457. data/spec/models/flag_summary_spec.rb +1 -1
  458. data/spec/models/flag_trigger_input_spec.rb +1 -1
  459. data/spec/models/forbidden_error_rep_spec.rb +1 -1
  460. data/spec/models/hunk_rep_spec.rb +1 -1
  461. data/spec/models/import_spec.rb +1 -1
  462. data/spec/models/initiator_rep_spec.rb +1 -1
  463. data/spec/models/integration_delivery_configuration_collection_links_spec.rb +1 -1
  464. data/spec/models/integration_delivery_configuration_collection_spec.rb +1 -1
  465. data/spec/models/integration_delivery_configuration_links_spec.rb +1 -1
  466. data/spec/models/integration_delivery_configuration_post_spec.rb +1 -1
  467. data/spec/models/integration_delivery_configuration_response_spec.rb +1 -1
  468. data/spec/models/integration_delivery_configuration_spec.rb +1 -1
  469. data/spec/models/integration_metadata_spec.rb +1 -1
  470. data/spec/models/integration_spec.rb +1 -1
  471. data/spec/models/integration_status_rep_spec.rb +1 -1
  472. data/spec/models/integration_status_spec.rb +1 -1
  473. data/spec/models/integration_subscription_status_rep_spec.rb +1 -1
  474. data/spec/models/integrations_spec.rb +1 -1
  475. data/spec/models/invalid_request_error_rep_spec.rb +1 -1
  476. data/spec/models/ip_list_spec.rb +1 -1
  477. data/spec/models/iteration_expandable_properties_spec.rb +40 -0
  478. data/spec/models/iteration_input_spec.rb +58 -0
  479. data/spec/models/iteration_rep_spec.rb +94 -0
  480. data/spec/models/last_seen_metadata_spec.rb +1 -1
  481. data/spec/models/link_spec.rb +1 -1
  482. data/spec/models/member_data_rep_spec.rb +1 -1
  483. data/spec/models/member_import_item_spec.rb +1 -1
  484. data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
  485. data/spec/models/member_spec.rb +1 -1
  486. data/spec/models/member_summary_spec.rb +1 -1
  487. data/spec/models/member_team_summary_rep_spec.rb +1 -1
  488. data/spec/models/member_teams_post_input_spec.rb +1 -1
  489. data/spec/models/members_spec.rb +1 -1
  490. data/spec/models/method_not_allowed_error_rep_spec.rb +1 -1
  491. data/spec/models/metric_collection_rep_spec.rb +1 -1
  492. data/spec/models/metric_input_spec.rb +40 -0
  493. data/spec/models/metric_listing_rep_spec.rb +1 -1
  494. data/spec/models/metric_post_spec.rb +1 -1
  495. data/spec/models/metric_rep_spec.rb +1 -129
  496. data/spec/models/metric_seen_spec.rb +1 -1
  497. data/spec/models/modification_spec.rb +1 -1
  498. data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
  499. data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
  500. data/spec/models/new_member_form_spec.rb +1 -1
  501. data/spec/models/not_found_error_rep_spec.rb +1 -1
  502. data/spec/models/null_decimal_spec.rb +40 -0
  503. data/spec/models/parameter_rep_spec.rb +40 -0
  504. data/spec/models/parent_resource_rep_spec.rb +1 -1
  505. data/spec/models/patch_failed_error_rep_spec.rb +1 -1
  506. data/spec/models/patch_operation_spec.rb +1 -1
  507. data/spec/models/patch_segment_instruction_spec.rb +1 -1
  508. data/spec/models/patch_segment_request_spec.rb +1 -1
  509. data/spec/models/patch_with_comment_spec.rb +1 -1
  510. data/spec/models/permission_grant_input_spec.rb +1 -1
  511. data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
  512. data/spec/models/post_approval_request_review_request_spec.rb +1 -1
  513. data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
  514. data/spec/models/prerequisite_spec.rb +1 -1
  515. data/spec/models/project_listing_rep_spec.rb +1 -1
  516. data/spec/models/project_post_spec.rb +1 -1
  517. data/spec/models/project_spec.rb +1 -1
  518. data/spec/models/project_summary_spec.rb +1 -1
  519. data/spec/models/projects_spec.rb +1 -1
  520. data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
  521. data/spec/models/put_branch_spec.rb +1 -1
  522. data/spec/models/rate_limited_error_rep_spec.rb +1 -1
  523. data/spec/models/recent_trigger_body_spec.rb +1 -1
  524. data/spec/models/reference_rep_spec.rb +1 -1
  525. data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
  526. data/spec/models/relay_auto_config_post_spec.rb +1 -1
  527. data/spec/models/relay_auto_config_rep_spec.rb +1 -1
  528. data/spec/models/repository_collection_rep_spec.rb +1 -1
  529. data/spec/models/repository_post_spec.rb +1 -1
  530. data/spec/models/repository_rep_spec.rb +1 -1
  531. data/spec/models/resolved_context_spec.rb +1 -1
  532. data/spec/models/resolved_image_spec.rb +1 -1
  533. data/spec/models/resolved_title_spec.rb +1 -1
  534. data/spec/models/resolved_ui_block_element_spec.rb +1 -1
  535. data/spec/models/resolved_ui_blocks_spec.rb +1 -1
  536. data/spec/models/resource_access_spec.rb +1 -1
  537. data/spec/models/resource_id_response_spec.rb +1 -1
  538. data/spec/models/review_output_rep_spec.rb +1 -1
  539. data/spec/models/review_response_spec.rb +1 -1
  540. data/spec/models/rollout_spec.rb +1 -1
  541. data/spec/models/rule_spec.rb +1 -1
  542. data/spec/models/schedule_condition_input_rep_spec.rb +1 -1
  543. data/spec/models/schedule_condition_output_rep_spec.rb +1 -1
  544. data/spec/models/sdk_list_rep_spec.rb +1 -1
  545. data/spec/models/sdk_version_list_rep_spec.rb +1 -1
  546. data/spec/models/sdk_version_rep_spec.rb +1 -1
  547. data/spec/models/segment_body_spec.rb +1 -1
  548. data/spec/models/segment_metadata_spec.rb +1 -1
  549. data/spec/models/segment_user_list_spec.rb +1 -1
  550. data/spec/models/segment_user_state_spec.rb +1 -1
  551. data/spec/models/series_list_rep_spec.rb +1 -1
  552. data/spec/models/source_env_spec.rb +1 -1
  553. data/spec/models/source_flag_spec.rb +1 -1
  554. data/spec/models/stage_input_rep_spec.rb +7 -1
  555. data/spec/models/stage_output_rep_spec.rb +1 -1
  556. data/spec/models/statement_post_data_spec.rb +1 -1
  557. data/spec/models/statement_post_spec.rb +1 -1
  558. data/spec/models/statement_rep_spec.rb +1 -1
  559. data/spec/models/statement_spec.rb +1 -1
  560. data/spec/models/statistic_collection_rep_spec.rb +1 -1
  561. data/spec/models/statistic_rep_spec.rb +7 -1
  562. data/spec/models/statistics_root_spec.rb +1 -1
  563. data/spec/models/status_conflict_error_rep_spec.rb +1 -1
  564. data/spec/models/subject_data_rep_spec.rb +1 -1
  565. data/spec/models/subscription_post_spec.rb +1 -1
  566. data/spec/models/tag_collection_spec.rb +1 -1
  567. data/spec/models/target_resource_rep_spec.rb +1 -1
  568. data/spec/models/target_spec.rb +1 -1
  569. data/spec/models/team_custom_role_spec.rb +1 -1
  570. data/spec/models/team_custom_roles_spec.rb +1 -1
  571. data/spec/models/team_imports_rep_spec.rb +1 -1
  572. data/spec/models/team_maintainers_spec.rb +1 -1
  573. data/spec/models/team_patch_input_spec.rb +1 -1
  574. data/spec/models/team_post_input_spec.rb +1 -1
  575. data/spec/models/team_projects_spec.rb +1 -1
  576. data/spec/models/team_spec.rb +1 -1
  577. data/spec/models/teams_spec.rb +1 -1
  578. data/spec/models/timestamp_rep_spec.rb +1 -1
  579. data/spec/models/title_rep_spec.rb +1 -1
  580. data/spec/models/token_data_rep_spec.rb +1 -1
  581. data/spec/models/token_spec.rb +1 -1
  582. data/spec/models/tokens_spec.rb +1 -1
  583. data/spec/models/treatment_input_spec.rb +52 -0
  584. data/spec/models/treatment_parameter_input_spec.rb +40 -0
  585. data/spec/models/treatment_rep_spec.rb +58 -0
  586. data/spec/models/trigger_post_spec.rb +1 -1
  587. data/spec/models/trigger_workflow_collection_rep_spec.rb +1 -1
  588. data/spec/models/trigger_workflow_rep_spec.rb +1 -1
  589. data/spec/models/unauthorized_error_rep_spec.rb +1 -1
  590. data/spec/models/url_post_spec.rb +1 -1
  591. data/spec/models/user_attribute_names_rep_spec.rb +1 -1
  592. data/spec/models/user_flag_setting_spec.rb +7 -1
  593. data/spec/models/user_flag_settings_spec.rb +1 -1
  594. data/spec/models/user_record_rep_spec.rb +1 -1
  595. data/spec/models/user_record_spec.rb +1 -1
  596. data/spec/models/user_segment_rule_spec.rb +1 -1
  597. data/spec/models/user_segment_spec.rb +1 -1
  598. data/spec/models/user_segments_spec.rb +1 -1
  599. data/spec/models/user_spec.rb +1 -1
  600. data/spec/models/users_spec.rb +1 -1
  601. data/spec/models/value_put_spec.rb +1 -1
  602. data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
  603. data/spec/models/variation_spec.rb +1 -1
  604. data/spec/models/variation_summary_spec.rb +1 -1
  605. data/spec/models/versions_rep_spec.rb +1 -1
  606. data/spec/models/webhook_post_spec.rb +1 -1
  607. data/spec/models/webhook_spec.rb +1 -1
  608. data/spec/models/webhooks_spec.rb +1 -1
  609. data/spec/models/weighted_variation_spec.rb +1 -1
  610. data/spec/spec_helper.rb +1 -1
  611. metadata +93 -18
  612. data/lib/launchdarkly_api/models/experiment_results_rep.rb +0 -280
  613. data/spec/models/experiment_results_rep_spec.rb +0 -70
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #LaunchDarkly REST API
3
3
 
4
- ## Overview ## Authentication All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens) page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and client-side SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations (fetching feature flag settings). | Auth mechanism | Allowed resources | Use cases | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Personal access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens) | Can be customized on a per-token basis | Building scripts, custom integrations, data export | | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API | | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs | | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript | > #### Keep your access tokens and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens) page. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Via request header The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page. ### Via session cookie For testing purposes, you can make API calls directly from your web browser. If you're logged in to the application, the API will use your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles) other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles) defined, you may not have permission to perform some API calls. You will receive a `401` response code in that case. > ### Modifying the Origin header causes an error > > LaunchDarkly validates that the Origin header for any API request authenticated by a session cookie matches the expected Origin header. The expected Origin header is `https://app.launchdarkly.com`. > > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly. > > Any browser extension that intentionally changes the Origin header can cause this problem. For example, the `Allow-Control-Allow-Origin: *` Chrome extension changes the Origin header to `http://evil.com` and causes the app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage. ## Representations All resources expect and return JSON response bodies. Error responses will also send a JSON body. Read [Errors](#section/Errors) for a more detailed description of the error format used by the API. In practice this means that you always get a response with a `Content-Type` header set to `application/json`. In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header set to `application/json`. ### Summary and detailed representations When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource (for example, a single feature flag), you receive a _detailed representation_ containing all of the attributes of the resource. The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation. ### Links and addressability The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links: - Links to other resources within the API are encapsulated in a `_links` object. - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link. Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following: ```json { \"_links\": { \"parent\": { \"href\": \"/api/features\", \"type\": \"application/json\" }, \"self\": { \"href\": \"/api/features/sort.order\", \"type\": \"application/json\" } }, \"_site\": { \"href\": \"/features/sort.order\", \"type\": \"text/html\" } } ``` From this, you can navigate to the parent collection of features by following the `parent` link, or navigate to the site page for the feature by following the `_site` link. Collections are always represented as a JSON object with an `items` attribute containing an array of representations. Like all other representations, collections have `_links` defined at the top level. Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection. ## Updates Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ### Updates via JSON Patch [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"description\": \"This is the description\", ... } ``` You can change the feature flag's description with the following patch document: ```json [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }] ``` JSON Patch documents are always arrays. You can specify multiple modifications to perform in a single request. You can also test that certain preconditions are met before applying the patch: ```json [ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 }, { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" } ] ``` The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description. Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document: ```json { \"description\": \"New flag description\" } ``` ### Updates with comments You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments. To submit a comment along with a JSON Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }] } ``` To submit a comment along with a JSON Merge Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"merge\": { \"description\": \"New flag description\" } } ``` ### Updates via semantic patches The API also supports the Semantic patch format. A semantic `PATCH` is a way to specify the modifications to perform on a resource as a set of executable instructions. JSON Patch uses paths and a limited set of operations to describe how to transform the current state of the resource into a new state. Semantic patch allows you to be explicit about intent using precise, custom instructions. In many cases, semantic patch instructions can also be defined independently of the current state of the resource. This can be useful when defining a change that may be applied at a future date. For example, in this feature flag configuration in environment Production: ```json { \"name\": \"Alternate sort order\", \"kind\": \"boolean\", \"key\": \"sort.order\", ... \"environments\": { \"production\": { \"on\": true, \"archived\": false, \"salt\": \"c29ydC5vcmRlcg==\", \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\", \"lastModified\": 1469131558260, \"version\": 81, \"targets\": [ { \"values\": [ \"Gerhard.Little@yahoo.com\" ], \"variation\": 0 }, { \"values\": [ \"1461797806429-33-861961230\", \"438580d8-02ee-418d-9eec-0085cab2bdf0\" ], \"variation\": 1 } ], \"rules\": [], \"fallthrough\": { \"variation\": 0 }, \"offVariation\": 1, \"prerequisites\": [], \"_site\": { \"href\": \"/default/production/features/sort.order\", \"type\": \"text/html\" } } } } ``` You can add a date you want a user to be removed from the feature flag's user targets. For example, “remove user 1461797806429-33-861961230 from the user target for variation 0 on the Alternate sort order flag in the production environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json { \"comment\": \"update expiring user targets\", \"instructions\": [ { \"kind\": \"removeExpireUserTargetDate\", \"userKey\": \"userKey\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\" }, { \"kind\": \"updateExpireUserTargetDate\", \"userKey\": \"userKey2\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1587582000000 }, { \"kind\": \"addExpireUserTargetDate\", \"userKey\": \"userKey3\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"environments\": { \"test\": { \"on\": true } } } ``` You can change the feature flag's description with the following patch document as a set of executable instructions. For example, “add user X to targets for variation Y and remove user A from targets for variation B for test flag”: ```json { \"comment\": \"\", \"instructions\": [ { \"kind\": \"removeUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\" }, { \"kind\": \"addUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\" } ] } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets) > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser) > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ## Errors The API always returns errors in a common format. Here's an example: ```json { \"code\": \"invalid_request\", \"message\": \"A feature with that key already exists\", \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\" } ``` The general class of error is indicated by the `code`. The `message` is a human-readable explanation of what went wrong. The `id` is a unique identifier. Use it when you're working with LaunchDarkly support to debug a problem with a specific API call. ### HTTP Status - Error Response Codes | Code | Definition | Desc. | Possible Solution | | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. | | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. | | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. | | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. | | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. | ## CORS The LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin. If an `Origin` header is given in a request, it will be echoed as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin: *`. For more information on CORS, see the [CORS W3C Recommendation](http://www.w3.org/TR/cors). Example CORS headers might look like: ```http Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH Access-Control-Allow-Origin: * Access-Control-Max-Age: 300 ``` You can make authenticated CORS calls just as you would make same-origin calls, using either [token or session-based authentication](#section/Authentication). If you’re using session auth, you should set the `withCredentials` property for your `xhr` request to `true`. You should never expose your access tokens to untrusted users. ## Rate limiting We use several rate limiting strategies to ensure the availability of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls to our APIs will include headers indicating the current rate limit status. The specific headers returned depend on the API route being called. The limits differ based on the route, authentication mechanism, and other factors. Routes that are not rate limited may not contain any of the headers described below. > ### Rate limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent events and a global CDN, to ensure availability to the routes used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Global rate limits Authenticated requests are subject to a global limit. This is the maximum number of calls that can be made to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits will return the headers below: | Header name | Description | | ------------------------------ | -------------------------------------------------------------------------------- | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | We do not publicly document the specific number of calls that can be made globally. This limit may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limit. ### Route-level rate limits Some authenticated routes have custom rate limits. These also reset every ten seconds. Any access tokens hitting the same route share this limit, so exceeding the limit with one access token may impact other tokens. Calls that are subject to route-level rate limits will return the headers below: | Header name | Description | | ----------------------------- | ----------------------------------------------------------------------------------------------------- | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | A _route_ represents a specific URL pattern and verb. For example, the [Delete environment](/tag/Environments#operation/deleteEnvironment) endpoint is considered a single route, and each call to delete an environment counts against your route-level rate limit for that route. We do not publicly document the specific number of calls that can be made to each endpoint per ten seconds. These limits may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limits. ### IP-based rate limiting We also employ IP-based rate limiting on some API routes. If you hit an IP-based rate limit, your API response will include a `Retry-After` header indicating how long to wait before re-trying the call. Clients must wait at least `Retry-After` seconds before making additional calls to our API, and should employ jitter and backoff strategies to avoid triggering rate limits again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API. You can use this specification to generate client libraries to interact with our REST API in your language of choice. This specification is supported by several API-based tools such as Postman and Insomnia. In many cases, you can directly import our specification to ease use in navigating the APIs in the tooling. ## Client libraries We auto-generate multiple client libraries based on our OpenAPI specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ## Method Overriding Some firewalls and HTTP clients restrict the use of verbs other than `GET` and `POST`. In those environments, our API endpoints that use `PUT`, `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API supports the `X-HTTP-Method-Override` header, allowing clients to \"tunnel\" `PUT`, `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH` as a header. ## Beta resources We sometimes release new API resources in **beta** status before we release them with general availability. Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible. We try to promote resources into general availability as quickly as possible. This happens after sufficient testing and when we're satisfied that we no longer need to make backwards-incompatible changes. We mark beta resources with a \"Beta\" callout in our documentation, pictured below: > ### This feature is in beta > > To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta resources To use a beta resource, you must include a header in the request. If you call a beta resource without this header, you'll receive a `403` response. Use this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly. Updates to our REST API include support for the latest features in LaunchDarkly. We also release a new version of our REST API every time we make a breaking change. We provide simultaneous support for multiple API versions so you can migrate from your current API version to a new version at your own pace. ### Setting the API version per request You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below: ``` LD-API-Version: 20210729 ``` The header value is the version number of the API version you'd like to request. The number for each version corresponds to the date the version was released in yyyymmdd format. In the example above the version `20210729` corresponds to July 29, 2021. ### Setting the API version per access token When creating an access token, you must specify a specific version of the API to use. This ensures that integrations using this token cannot be broken by version changes. Tokens created before versioning was released have their version set to `20160426` (the version of the API that existed before versioning) so that they continue working the same way they did before versioning. If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above. > ### Best practice: Set the header for every client or integration > > We recommend that you set the API version header explicitly in any client or integration you build. > > Only rely on the access token API version during manual testing. ### API version changelog | Version | Changes | |---|---| | `20210729` | <ul><li>Changed the [create approval request](/tag/Approvals#operation/postApprovalRequest) return value. It now returns HTTP Status Code `201` instead of `200`.</li><li> Changed the [get users](/tag/Users#operation/getUser) return value. It now returns a user record, not a user. </li><li> Added additional optional fields to environment, segments, flags, members, and segments, including the ability to create Big Segments. </li><li> Added default values for flag variations when new environments are created. </li><li> Added filtering and pagination for getting flags and members, including `limit`, `number`, `filter`, and `sort` query parameters. </li><li> Added endpoints for expiring user targets for flags and segments, scheduled changes, access tokens, Relay Proxy configuration, integrations and subscriptions, and approvals. </li></ul> | | `20191212` | <ul><li>[List feature flags](/tag/Feature-flags#operation/getFeatureFlags) now defaults to sending summaries of feature flag configurations, equivalent to setting the query parameter `summary=true`. Summaries omit flag targeting rules and individual user targets from the payload. </li><li> Added endpoints for flags, flag status, projects, environments, users, audit logs, members, users, custom roles, segments, usage, streams, events, and data export. </li></ul> | | `20160426` | <ul><li>Initial versioning of API. Tokens created before versioning have their version set to this.</li></ul> |
4
+ ## Overview ## Authentication All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens) page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and client-side SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations (fetching feature flag settings). | Auth mechanism | Allowed resources | Use cases | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Personal access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens) | Can be customized on a per-token basis | Building scripts, custom integrations, data export | | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API | | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs | | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript | > #### Keep your access tokens and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens) page. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Via request header The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page. ### Via session cookie For testing purposes, you can make API calls directly from your web browser. If you're logged in to the application, the API will use your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles) other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles) defined, you may not have permission to perform some API calls. You will receive a `401` response code in that case. > ### Modifying the Origin header causes an error > > LaunchDarkly validates that the Origin header for any API request authenticated by a session cookie matches the expected Origin header. The expected Origin header is `https://app.launchdarkly.com`. > > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly. > > Any browser extension that intentionally changes the Origin header can cause this problem. For example, the `Allow-Control-Allow-Origin: *` Chrome extension changes the Origin header to `http://evil.com` and causes the app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage. ## Representations All resources expect and return JSON response bodies. Error responses will also send a JSON body. Read [Errors](#section/Errors) for a more detailed description of the error format used by the API. In practice this means that you always get a response with a `Content-Type` header set to `application/json`. In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header set to `application/json`. ### Summary and detailed representations When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource, such as a single feature flag, you receive a _detailed representation_ of the resource. The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation. In most cases, the detailed representation contains all of the attributes of the resource. In a few cases, the detailed representation contains many, but not all, of the attributes of the resource. Typically this happens when an attribute of the requested resource is itself paginated. You can request that the response include a particular attribute by using the `expand` request parameter. ### Links and addressability The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links: - Links to other resources within the API are encapsulated in a `_links` object. - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link. Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following: ```json { \"_links\": { \"parent\": { \"href\": \"/api/features\", \"type\": \"application/json\" }, \"self\": { \"href\": \"/api/features/sort.order\", \"type\": \"application/json\" } }, \"_site\": { \"href\": \"/features/sort.order\", \"type\": \"text/html\" } } ``` From this, you can navigate to the parent collection of features by following the `parent` link, or navigate to the site page for the feature by following the `_site` link. Collections are always represented as a JSON object with an `items` attribute containing an array of representations. Like all other representations, collections have `_links` defined at the top level. Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection. ### Expanding responses Sometimes the detailed representation of a resource does not include all of the attributes of the resource by default. If this is the case, the request method will clearly document this and describe which attributes you can include in an expanded response. To include the additional attributes, append the `expand` request parameter to your request and add a comma-separated list of the attributes to include. For example, when you append `?expand=members,roles` to the [Get team](/tag/Teams-(beta)#operation/getTeam) endpoint, the expanded response includes both of these attributes. ## Updates Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ### Updates via JSON Patch [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"description\": \"This is the description\", ... } ``` You can change the feature flag's description with the following patch document: ```json [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }] ``` JSON Patch documents are always arrays. You can specify multiple modifications to perform in a single request. You can also test that certain preconditions are met before applying the patch: ```json [ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 }, { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" } ] ``` The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description. Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document: ```json { \"description\": \"New flag description\" } ``` ### Updates with comments You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments. To submit a comment along with a JSON Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }] } ``` To submit a comment along with a JSON Merge Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"merge\": { \"description\": \"New flag description\" } } ``` ### Updates via semantic patches The API also supports the Semantic patch format. A semantic `PATCH` is a way to specify the modifications to perform on a resource as a set of executable instructions. JSON Patch uses paths and a limited set of operations to describe how to transform the current state of the resource into a new state. Semantic patch allows you to be explicit about intent using precise, custom instructions. In many cases, semantic patch instructions can also be defined independently of the current state of the resource. This can be useful when defining a change that may be applied at a future date. For example, in this feature flag configuration in environment Production: ```json { \"name\": \"Alternate sort order\", \"kind\": \"boolean\", \"key\": \"sort.order\", ... \"environments\": { \"production\": { \"on\": true, \"archived\": false, \"salt\": \"c29ydC5vcmRlcg==\", \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\", \"lastModified\": 1469131558260, \"version\": 81, \"targets\": [ { \"values\": [ \"Gerhard.Little@yahoo.com\" ], \"variation\": 0 }, { \"values\": [ \"1461797806429-33-861961230\", \"438580d8-02ee-418d-9eec-0085cab2bdf0\" ], \"variation\": 1 } ], \"rules\": [], \"fallthrough\": { \"variation\": 0 }, \"offVariation\": 1, \"prerequisites\": [], \"_site\": { \"href\": \"/default/production/features/sort.order\", \"type\": \"text/html\" } } } } ``` You can add a date you want a user to be removed from the feature flag's user targets. For example, “remove user 1461797806429-33-861961230 from the user target for variation 0 on the Alternate sort order flag in the production environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json { \"comment\": \"update expiring user targets\", \"instructions\": [ { \"kind\": \"removeExpireUserTargetDate\", \"userKey\": \"userKey\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\" }, { \"kind\": \"updateExpireUserTargetDate\", \"userKey\": \"userKey2\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1587582000000 }, { \"kind\": \"addExpireUserTargetDate\", \"userKey\": \"userKey3\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"environments\": { \"test\": { \"on\": true } } } ``` You can change the feature flag's description with the following patch document as a set of executable instructions. For example, “add user X to targets for variation Y and remove user A from targets for variation B for test flag”: ```json { \"comment\": \"\", \"instructions\": [ { \"kind\": \"removeUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\" }, { \"kind\": \"addUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\" } ] } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets) > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser) > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ## Errors The API always returns errors in a common format. Here's an example: ```json { \"code\": \"invalid_request\", \"message\": \"A feature with that key already exists\", \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\" } ``` The general class of error is indicated by the `code`. The `message` is a human-readable explanation of what went wrong. The `id` is a unique identifier. Use it when you're working with LaunchDarkly support to debug a problem with a specific API call. ### HTTP Status - Error Response Codes | Code | Definition | Desc. | Possible Solution | | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. | | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. | | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. | | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. | | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. | ## CORS The LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin. If an `Origin` header is given in a request, it will be echoed as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin: *`. For more information on CORS, see the [CORS W3C Recommendation](http://www.w3.org/TR/cors). Example CORS headers might look like: ```http Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH Access-Control-Allow-Origin: * Access-Control-Max-Age: 300 ``` You can make authenticated CORS calls just as you would make same-origin calls, using either [token or session-based authentication](#section/Authentication). If you’re using session auth, you should set the `withCredentials` property for your `xhr` request to `true`. You should never expose your access tokens to untrusted users. ## Rate limiting We use several rate limiting strategies to ensure the availability of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls to our APIs will include headers indicating the current rate limit status. The specific headers returned depend on the API route being called. The limits differ based on the route, authentication mechanism, and other factors. Routes that are not rate limited may not contain any of the headers described below. > ### Rate limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent events and a global CDN, to ensure availability to the routes used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Global rate limits Authenticated requests are subject to a global limit. This is the maximum number of calls that can be made to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits will return the headers below: | Header name | Description | | ------------------------------ | -------------------------------------------------------------------------------- | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | We do not publicly document the specific number of calls that can be made globally. This limit may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limit. ### Route-level rate limits Some authenticated routes have custom rate limits. These also reset every ten seconds. Any access tokens hitting the same route share this limit, so exceeding the limit with one access token may impact other tokens. Calls that are subject to route-level rate limits will return the headers below: | Header name | Description | | ----------------------------- | ----------------------------------------------------------------------------------------------------- | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | A _route_ represents a specific URL pattern and verb. For example, the [Delete environment](/tag/Environments#operation/deleteEnvironment) endpoint is considered a single route, and each call to delete an environment counts against your route-level rate limit for that route. We do not publicly document the specific number of calls that can be made to each endpoint per ten seconds. These limits may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limits. ### IP-based rate limiting We also employ IP-based rate limiting on some API routes. If you hit an IP-based rate limit, your API response will include a `Retry-After` header indicating how long to wait before re-trying the call. Clients must wait at least `Retry-After` seconds before making additional calls to our API, and should employ jitter and backoff strategies to avoid triggering rate limits again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API. You can use this specification to generate client libraries to interact with our REST API in your language of choice. This specification is supported by several API-based tools such as Postman and Insomnia. In many cases, you can directly import our specification to ease use in navigating the APIs in the tooling. ## Client libraries We auto-generate multiple client libraries based on our OpenAPI specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ## Method Overriding Some firewalls and HTTP clients restrict the use of verbs other than `GET` and `POST`. In those environments, our API endpoints that use `PUT`, `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API supports the `X-HTTP-Method-Override` header, allowing clients to \"tunnel\" `PUT`, `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH` as a header. ## Beta resources We sometimes release new API resources in **beta** status before we release them with general availability. Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible. We try to promote resources into general availability as quickly as possible. This happens after sufficient testing and when we're satisfied that we no longer need to make backwards-incompatible changes. We mark beta resources with a \"Beta\" callout in our documentation, pictured below: > ### This feature is in beta > > To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Overview/Beta-resources). ### Using beta resources To use a beta resource, you must include a header in the request. If you call a beta resource without this header, you'll receive a `403` response. Use this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly. Updates to our REST API include support for the latest features in LaunchDarkly. We also release a new version of our REST API every time we make a breaking change. We provide simultaneous support for multiple API versions so you can migrate from your current API version to a new version at your own pace. ### Setting the API version per request You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below: ``` LD-API-Version: 20210729 ``` The header value is the version number of the API version you'd like to request. The number for each version corresponds to the date the version was released in yyyymmdd format. In the example above the version `20210729` corresponds to July 29, 2021. ### Setting the API version per access token When creating an access token, you must specify a specific version of the API to use. This ensures that integrations using this token cannot be broken by version changes. Tokens created before versioning was released have their version set to `20160426` (the version of the API that existed before versioning) so that they continue working the same way they did before versioning. If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above. > ### Best practice: Set the header for every client or integration > > We recommend that you set the API version header explicitly in any client or integration you build. > > Only rely on the access token API version during manual testing. ### API version changelog | Version | Changes | |---|---| | `20210729` | <ul><li>Changed the [create approval request](/tag/Approvals#operation/postApprovalRequest) return value. It now returns HTTP Status Code `201` instead of `200`.</li><li> Changed the [get users](/tag/Users#operation/getUser) return value. It now returns a user record, not a user. </li><li> Added additional optional fields to environment, segments, flags, members, and segments, including the ability to create Big Segments. </li><li> Added default values for flag variations when new environments are created. </li><li> Added filtering and pagination for getting flags and members, including `limit`, `number`, `filter`, and `sort` query parameters. </li><li> Added endpoints for expiring user targets for flags and segments, scheduled changes, access tokens, Relay Proxy configuration, integrations and subscriptions, and approvals. </li></ul> | | `20191212` | <ul><li>[List feature flags](/tag/Feature-flags#operation/getFeatureFlags) now defaults to sending summaries of feature flag configurations, equivalent to setting the query parameter `summary=true`. Summaries omit flag targeting rules and individual user targets from the payload. </li><li> Added endpoints for flags, flag status, projects, environments, users, audit logs, members, users, custom roles, segments, usage, streams, events, and data export. </li></ul> | | `20160426` | <ul><li>Initial versioning of API. Tokens created before versioning have their version set to this.</li></ul> |
5
5
 
6
6
  The version of the OpenAPI document: 2.0
7
7
  Contact: support@launchdarkly.com
@@ -19,8 +19,399 @@ module LaunchDarklyApi
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
+ # Create experiment
23
+ # Create an experiment
24
+ # @param project_key [String] The project key
25
+ # @param environment_key [String] The environment key
26
+ # @param experiment_post [ExperimentPost]
27
+ # @param [Hash] opts the optional parameters
28
+ # @return [ExperimentRep]
29
+ def create_experiment(project_key, environment_key, experiment_post, opts = {})
30
+ data, _status_code, _headers = create_experiment_with_http_info(project_key, environment_key, experiment_post, opts)
31
+ data
32
+ end
33
+
34
+ # Create experiment
35
+ # Create an experiment
36
+ # @param project_key [String] The project key
37
+ # @param environment_key [String] The environment key
38
+ # @param experiment_post [ExperimentPost]
39
+ # @param [Hash] opts the optional parameters
40
+ # @return [Array<(ExperimentRep, Integer, Hash)>] ExperimentRep data, response status code and response headers
41
+ def create_experiment_with_http_info(project_key, environment_key, experiment_post, opts = {})
42
+ if @api_client.config.debugging
43
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.create_experiment ...'
44
+ end
45
+ # verify the required parameter 'project_key' is set
46
+ if @api_client.config.client_side_validation && project_key.nil?
47
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.create_experiment"
48
+ end
49
+ # verify the required parameter 'environment_key' is set
50
+ if @api_client.config.client_side_validation && environment_key.nil?
51
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.create_experiment"
52
+ end
53
+ # verify the required parameter 'experiment_post' is set
54
+ if @api_client.config.client_side_validation && experiment_post.nil?
55
+ fail ArgumentError, "Missing the required parameter 'experiment_post' when calling ExperimentsBetaApi.create_experiment"
56
+ end
57
+ # resource path
58
+ local_var_path = '/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s))
59
+
60
+ # query parameters
61
+ query_params = opts[:query_params] || {}
62
+
63
+ # header parameters
64
+ header_params = opts[:header_params] || {}
65
+ # HTTP header 'Accept' (if needed)
66
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
67
+ # HTTP header 'Content-Type'
68
+ content_type = @api_client.select_header_content_type(['application/json'])
69
+ if !content_type.nil?
70
+ header_params['Content-Type'] = content_type
71
+ end
72
+
73
+ # form parameters
74
+ form_params = opts[:form_params] || {}
75
+
76
+ # http body (model)
77
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(experiment_post)
78
+
79
+ # return_type
80
+ return_type = opts[:debug_return_type] || 'ExperimentRep'
81
+
82
+ # auth_names
83
+ auth_names = opts[:debug_auth_names] || ['ApiKey']
84
+
85
+ new_options = opts.merge(
86
+ :operation => :"ExperimentsBetaApi.create_experiment",
87
+ :header_params => header_params,
88
+ :query_params => query_params,
89
+ :form_params => form_params,
90
+ :body => post_body,
91
+ :auth_names => auth_names,
92
+ :return_type => return_type
93
+ )
94
+
95
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
96
+ if @api_client.config.debugging
97
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#create_experiment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
98
+ end
99
+ return data, status_code, headers
100
+ end
101
+
102
+ # Create iteration
103
+ # Create an experiment iteration
104
+ # @param project_key [String] The project key
105
+ # @param environment_key [String] The environment key
106
+ # @param experiment_key [String] The experiment key
107
+ # @param iteration_input [IterationInput]
108
+ # @param [Hash] opts the optional parameters
109
+ # @return [IterationRep]
110
+ def create_iteration(project_key, environment_key, experiment_key, iteration_input, opts = {})
111
+ data, _status_code, _headers = create_iteration_with_http_info(project_key, environment_key, experiment_key, iteration_input, opts)
112
+ data
113
+ end
114
+
115
+ # Create iteration
116
+ # Create an experiment iteration
117
+ # @param project_key [String] The project key
118
+ # @param environment_key [String] The environment key
119
+ # @param experiment_key [String] The experiment key
120
+ # @param iteration_input [IterationInput]
121
+ # @param [Hash] opts the optional parameters
122
+ # @return [Array<(IterationRep, Integer, Hash)>] IterationRep data, response status code and response headers
123
+ def create_iteration_with_http_info(project_key, environment_key, experiment_key, iteration_input, opts = {})
124
+ if @api_client.config.debugging
125
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.create_iteration ...'
126
+ end
127
+ # verify the required parameter 'project_key' is set
128
+ if @api_client.config.client_side_validation && project_key.nil?
129
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.create_iteration"
130
+ end
131
+ # verify the required parameter 'environment_key' is set
132
+ if @api_client.config.client_side_validation && environment_key.nil?
133
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.create_iteration"
134
+ end
135
+ # verify the required parameter 'experiment_key' is set
136
+ if @api_client.config.client_side_validation && experiment_key.nil?
137
+ fail ArgumentError, "Missing the required parameter 'experiment_key' when calling ExperimentsBetaApi.create_iteration"
138
+ end
139
+ # verify the required parameter 'iteration_input' is set
140
+ if @api_client.config.client_side_validation && iteration_input.nil?
141
+ fail ArgumentError, "Missing the required parameter 'iteration_input' when calling ExperimentsBetaApi.create_iteration"
142
+ end
143
+ # resource path
144
+ local_var_path = '/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/iterations'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s)).sub('{' + 'experimentKey' + '}', CGI.escape(experiment_key.to_s))
145
+
146
+ # query parameters
147
+ query_params = opts[:query_params] || {}
148
+
149
+ # header parameters
150
+ header_params = opts[:header_params] || {}
151
+ # HTTP header 'Accept' (if needed)
152
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
153
+ # HTTP header 'Content-Type'
154
+ content_type = @api_client.select_header_content_type(['application/json'])
155
+ if !content_type.nil?
156
+ header_params['Content-Type'] = content_type
157
+ end
158
+
159
+ # form parameters
160
+ form_params = opts[:form_params] || {}
161
+
162
+ # http body (model)
163
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(iteration_input)
164
+
165
+ # return_type
166
+ return_type = opts[:debug_return_type] || 'IterationRep'
167
+
168
+ # auth_names
169
+ auth_names = opts[:debug_auth_names] || ['ApiKey']
170
+
171
+ new_options = opts.merge(
172
+ :operation => :"ExperimentsBetaApi.create_iteration",
173
+ :header_params => header_params,
174
+ :query_params => query_params,
175
+ :form_params => form_params,
176
+ :body => post_body,
177
+ :auth_names => auth_names,
178
+ :return_type => return_type
179
+ )
180
+
181
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
182
+ if @api_client.config.debugging
183
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#create_iteration\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
184
+ end
185
+ return data, status_code, headers
186
+ end
187
+
188
+ # Get experiment
189
+ # Get details about an experiment
190
+ # @param project_key [String] The project key
191
+ # @param environment_key [String] The environment key
192
+ # @param experiment_key [String] The experiment key
193
+ # @param [Hash] opts the optional parameters
194
+ # @return [ExperimentRep]
195
+ def get_experiment(project_key, environment_key, experiment_key, opts = {})
196
+ data, _status_code, _headers = get_experiment_with_http_info(project_key, environment_key, experiment_key, opts)
197
+ data
198
+ end
199
+
200
+ # Get experiment
201
+ # Get details about an experiment
202
+ # @param project_key [String] The project key
203
+ # @param environment_key [String] The environment key
204
+ # @param experiment_key [String] The experiment key
205
+ # @param [Hash] opts the optional parameters
206
+ # @return [Array<(ExperimentRep, Integer, Hash)>] ExperimentRep data, response status code and response headers
207
+ def get_experiment_with_http_info(project_key, environment_key, experiment_key, opts = {})
208
+ if @api_client.config.debugging
209
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.get_experiment ...'
210
+ end
211
+ # verify the required parameter 'project_key' is set
212
+ if @api_client.config.client_side_validation && project_key.nil?
213
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.get_experiment"
214
+ end
215
+ # verify the required parameter 'environment_key' is set
216
+ if @api_client.config.client_side_validation && environment_key.nil?
217
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.get_experiment"
218
+ end
219
+ # verify the required parameter 'experiment_key' is set
220
+ if @api_client.config.client_side_validation && experiment_key.nil?
221
+ fail ArgumentError, "Missing the required parameter 'experiment_key' when calling ExperimentsBetaApi.get_experiment"
222
+ end
223
+ # resource path
224
+ local_var_path = '/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s)).sub('{' + 'experimentKey' + '}', CGI.escape(experiment_key.to_s))
225
+
226
+ # query parameters
227
+ query_params = opts[:query_params] || {}
228
+
229
+ # header parameters
230
+ header_params = opts[:header_params] || {}
231
+ # HTTP header 'Accept' (if needed)
232
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
233
+
234
+ # form parameters
235
+ form_params = opts[:form_params] || {}
236
+
237
+ # http body (model)
238
+ post_body = opts[:debug_body]
239
+
240
+ # return_type
241
+ return_type = opts[:debug_return_type] || 'ExperimentRep'
242
+
243
+ # auth_names
244
+ auth_names = opts[:debug_auth_names] || ['ApiKey']
245
+
246
+ new_options = opts.merge(
247
+ :operation => :"ExperimentsBetaApi.get_experiment",
248
+ :header_params => header_params,
249
+ :query_params => query_params,
250
+ :form_params => form_params,
251
+ :body => post_body,
252
+ :auth_names => auth_names,
253
+ :return_type => return_type
254
+ )
255
+
256
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
257
+ if @api_client.config.debugging
258
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#get_experiment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
259
+ end
260
+ return data, status_code, headers
261
+ end
262
+
22
263
  # Get experiment results
23
- # Get detailed experiment result data
264
+ # Get results from an experiment for a particular metric
265
+ # @param project_key [String] The project key
266
+ # @param environment_key [String] The environment key
267
+ # @param experiment_key [String] The experiment key
268
+ # @param metric_key [String] The metric key
269
+ # @param [Hash] opts the optional parameters
270
+ # @return [ExperimentResults]
271
+ def get_experiment_results(project_key, environment_key, experiment_key, metric_key, opts = {})
272
+ data, _status_code, _headers = get_experiment_results_with_http_info(project_key, environment_key, experiment_key, metric_key, opts)
273
+ data
274
+ end
275
+
276
+ # Get experiment results
277
+ # Get results from an experiment for a particular metric
278
+ # @param project_key [String] The project key
279
+ # @param environment_key [String] The environment key
280
+ # @param experiment_key [String] The experiment key
281
+ # @param metric_key [String] The metric key
282
+ # @param [Hash] opts the optional parameters
283
+ # @return [Array<(ExperimentResults, Integer, Hash)>] ExperimentResults data, response status code and response headers
284
+ def get_experiment_results_with_http_info(project_key, environment_key, experiment_key, metric_key, opts = {})
285
+ if @api_client.config.debugging
286
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.get_experiment_results ...'
287
+ end
288
+ # verify the required parameter 'project_key' is set
289
+ if @api_client.config.client_side_validation && project_key.nil?
290
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.get_experiment_results"
291
+ end
292
+ # verify the required parameter 'environment_key' is set
293
+ if @api_client.config.client_side_validation && environment_key.nil?
294
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.get_experiment_results"
295
+ end
296
+ # verify the required parameter 'experiment_key' is set
297
+ if @api_client.config.client_side_validation && experiment_key.nil?
298
+ fail ArgumentError, "Missing the required parameter 'experiment_key' when calling ExperimentsBetaApi.get_experiment_results"
299
+ end
300
+ # verify the required parameter 'metric_key' is set
301
+ if @api_client.config.client_side_validation && metric_key.nil?
302
+ fail ArgumentError, "Missing the required parameter 'metric_key' when calling ExperimentsBetaApi.get_experiment_results"
303
+ end
304
+ # resource path
305
+ local_var_path = '/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s)).sub('{' + 'experimentKey' + '}', CGI.escape(experiment_key.to_s)).sub('{' + 'metricKey' + '}', CGI.escape(metric_key.to_s))
306
+
307
+ # query parameters
308
+ query_params = opts[:query_params] || {}
309
+
310
+ # header parameters
311
+ header_params = opts[:header_params] || {}
312
+ # HTTP header 'Accept' (if needed)
313
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
314
+
315
+ # form parameters
316
+ form_params = opts[:form_params] || {}
317
+
318
+ # http body (model)
319
+ post_body = opts[:debug_body]
320
+
321
+ # return_type
322
+ return_type = opts[:debug_return_type] || 'ExperimentResults'
323
+
324
+ # auth_names
325
+ auth_names = opts[:debug_auth_names] || ['ApiKey']
326
+
327
+ new_options = opts.merge(
328
+ :operation => :"ExperimentsBetaApi.get_experiment_results",
329
+ :header_params => header_params,
330
+ :query_params => query_params,
331
+ :form_params => form_params,
332
+ :body => post_body,
333
+ :auth_names => auth_names,
334
+ :return_type => return_type
335
+ )
336
+
337
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
338
+ if @api_client.config.debugging
339
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#get_experiment_results\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
340
+ end
341
+ return data, status_code, headers
342
+ end
343
+
344
+ # Get experiments
345
+ # Get details about all experiments in an environment
346
+ # @param project_key [String] The project key
347
+ # @param environment_key [String] The environment key
348
+ # @param [Hash] opts the optional parameters
349
+ # @return [ExperimentCollectionRep]
350
+ def get_experiments(project_key, environment_key, opts = {})
351
+ data, _status_code, _headers = get_experiments_with_http_info(project_key, environment_key, opts)
352
+ data
353
+ end
354
+
355
+ # Get experiments
356
+ # Get details about all experiments in an environment
357
+ # @param project_key [String] The project key
358
+ # @param environment_key [String] The environment key
359
+ # @param [Hash] opts the optional parameters
360
+ # @return [Array<(ExperimentCollectionRep, Integer, Hash)>] ExperimentCollectionRep data, response status code and response headers
361
+ def get_experiments_with_http_info(project_key, environment_key, opts = {})
362
+ if @api_client.config.debugging
363
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.get_experiments ...'
364
+ end
365
+ # verify the required parameter 'project_key' is set
366
+ if @api_client.config.client_side_validation && project_key.nil?
367
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.get_experiments"
368
+ end
369
+ # verify the required parameter 'environment_key' is set
370
+ if @api_client.config.client_side_validation && environment_key.nil?
371
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.get_experiments"
372
+ end
373
+ # resource path
374
+ local_var_path = '/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s))
375
+
376
+ # query parameters
377
+ query_params = opts[:query_params] || {}
378
+
379
+ # header parameters
380
+ header_params = opts[:header_params] || {}
381
+ # HTTP header 'Accept' (if needed)
382
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
383
+
384
+ # form parameters
385
+ form_params = opts[:form_params] || {}
386
+
387
+ # http body (model)
388
+ post_body = opts[:debug_body]
389
+
390
+ # return_type
391
+ return_type = opts[:debug_return_type] || 'ExperimentCollectionRep'
392
+
393
+ # auth_names
394
+ auth_names = opts[:debug_auth_names] || ['ApiKey']
395
+
396
+ new_options = opts.merge(
397
+ :operation => :"ExperimentsBetaApi.get_experiments",
398
+ :header_params => header_params,
399
+ :query_params => query_params,
400
+ :form_params => form_params,
401
+ :body => post_body,
402
+ :auth_names => auth_names,
403
+ :return_type => return_type
404
+ )
405
+
406
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
407
+ if @api_client.config.debugging
408
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#get_experiments\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
409
+ end
410
+ return data, status_code, headers
411
+ end
412
+
413
+ # Get legacy experiment results (deprecated)
414
+ # Get detailed experiment result data for legacy experiments
24
415
  # @param project_key [String] The project key
25
416
  # @param feature_flag_key [String] The feature flag key
26
417
  # @param environment_key [String] The environment key
@@ -28,14 +419,14 @@ module LaunchDarklyApi
28
419
  # @param [Hash] opts the optional parameters
29
420
  # @option opts [Integer] :from A timestamp denoting the start of the data collection period, expressed as a Unix epoch time in milliseconds.
30
421
  # @option opts [Integer] :to A timestamp denoting the end of the data collection period, expressed as a Unix epoch time in milliseconds.
31
- # @return [ExperimentResultsRep]
32
- def get_experiment(project_key, feature_flag_key, environment_key, metric_key, opts = {})
33
- data, _status_code, _headers = get_experiment_with_http_info(project_key, feature_flag_key, environment_key, metric_key, opts)
422
+ # @return [ExperimentResults]
423
+ def get_legacy_experiment_results(project_key, feature_flag_key, environment_key, metric_key, opts = {})
424
+ data, _status_code, _headers = get_legacy_experiment_results_with_http_info(project_key, feature_flag_key, environment_key, metric_key, opts)
34
425
  data
35
426
  end
36
427
 
37
- # Get experiment results
38
- # Get detailed experiment result data
428
+ # Get legacy experiment results (deprecated)
429
+ # Get detailed experiment result data for legacy experiments
39
430
  # @param project_key [String] The project key
40
431
  # @param feature_flag_key [String] The feature flag key
41
432
  # @param environment_key [String] The environment key
@@ -43,26 +434,26 @@ module LaunchDarklyApi
43
434
  # @param [Hash] opts the optional parameters
44
435
  # @option opts [Integer] :from A timestamp denoting the start of the data collection period, expressed as a Unix epoch time in milliseconds.
45
436
  # @option opts [Integer] :to A timestamp denoting the end of the data collection period, expressed as a Unix epoch time in milliseconds.
46
- # @return [Array<(ExperimentResultsRep, Integer, Hash)>] ExperimentResultsRep data, response status code and response headers
47
- def get_experiment_with_http_info(project_key, feature_flag_key, environment_key, metric_key, opts = {})
437
+ # @return [Array<(ExperimentResults, Integer, Hash)>] ExperimentResults data, response status code and response headers
438
+ def get_legacy_experiment_results_with_http_info(project_key, feature_flag_key, environment_key, metric_key, opts = {})
48
439
  if @api_client.config.debugging
49
- @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.get_experiment ...'
440
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.get_legacy_experiment_results ...'
50
441
  end
51
442
  # verify the required parameter 'project_key' is set
52
443
  if @api_client.config.client_side_validation && project_key.nil?
53
- fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.get_experiment"
444
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.get_legacy_experiment_results"
54
445
  end
55
446
  # verify the required parameter 'feature_flag_key' is set
56
447
  if @api_client.config.client_side_validation && feature_flag_key.nil?
57
- fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling ExperimentsBetaApi.get_experiment"
448
+ fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling ExperimentsBetaApi.get_legacy_experiment_results"
58
449
  end
59
450
  # verify the required parameter 'environment_key' is set
60
451
  if @api_client.config.client_side_validation && environment_key.nil?
61
- fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.get_experiment"
452
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.get_legacy_experiment_results"
62
453
  end
63
454
  # verify the required parameter 'metric_key' is set
64
455
  if @api_client.config.client_side_validation && metric_key.nil?
65
- fail ArgumentError, "Missing the required parameter 'metric_key' when calling ExperimentsBetaApi.get_experiment"
456
+ fail ArgumentError, "Missing the required parameter 'metric_key' when calling ExperimentsBetaApi.get_legacy_experiment_results"
66
457
  end
67
458
  # resource path
68
459
  local_var_path = '/api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey}'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'featureFlagKey' + '}', CGI.escape(feature_flag_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s)).sub('{' + 'metricKey' + '}', CGI.escape(metric_key.to_s))
@@ -84,13 +475,13 @@ module LaunchDarklyApi
84
475
  post_body = opts[:debug_body]
85
476
 
86
477
  # return_type
87
- return_type = opts[:debug_return_type] || 'ExperimentResultsRep'
478
+ return_type = opts[:debug_return_type] || 'ExperimentResults'
88
479
 
89
480
  # auth_names
90
481
  auth_names = opts[:debug_auth_names] || ['ApiKey']
91
482
 
92
483
  new_options = opts.merge(
93
- :operation => :"ExperimentsBetaApi.get_experiment",
484
+ :operation => :"ExperimentsBetaApi.get_legacy_experiment_results",
94
485
  :header_params => header_params,
95
486
  :query_params => query_params,
96
487
  :form_params => form_params,
@@ -101,7 +492,93 @@ module LaunchDarklyApi
101
492
 
102
493
  data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
103
494
  if @api_client.config.debugging
104
- @api_client.config.logger.debug "API called: ExperimentsBetaApi#get_experiment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
495
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#get_legacy_experiment_results\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
496
+ end
497
+ return data, status_code, headers
498
+ end
499
+
500
+ # Patch experiment
501
+ # Patch an Experiment
502
+ # @param project_key [String] The project key
503
+ # @param environment_key [String] The environment key
504
+ # @param experiment_key [String] The experiment key
505
+ # @param experiment_patch_input [ExperimentPatchInput]
506
+ # @param [Hash] opts the optional parameters
507
+ # @return [ExperimentRep]
508
+ def patch_experiment(project_key, environment_key, experiment_key, experiment_patch_input, opts = {})
509
+ data, _status_code, _headers = patch_experiment_with_http_info(project_key, environment_key, experiment_key, experiment_patch_input, opts)
510
+ data
511
+ end
512
+
513
+ # Patch experiment
514
+ # Patch an Experiment
515
+ # @param project_key [String] The project key
516
+ # @param environment_key [String] The environment key
517
+ # @param experiment_key [String] The experiment key
518
+ # @param experiment_patch_input [ExperimentPatchInput]
519
+ # @param [Hash] opts the optional parameters
520
+ # @return [Array<(ExperimentRep, Integer, Hash)>] ExperimentRep data, response status code and response headers
521
+ def patch_experiment_with_http_info(project_key, environment_key, experiment_key, experiment_patch_input, opts = {})
522
+ if @api_client.config.debugging
523
+ @api_client.config.logger.debug 'Calling API: ExperimentsBetaApi.patch_experiment ...'
524
+ end
525
+ # verify the required parameter 'project_key' is set
526
+ if @api_client.config.client_side_validation && project_key.nil?
527
+ fail ArgumentError, "Missing the required parameter 'project_key' when calling ExperimentsBetaApi.patch_experiment"
528
+ end
529
+ # verify the required parameter 'environment_key' is set
530
+ if @api_client.config.client_side_validation && environment_key.nil?
531
+ fail ArgumentError, "Missing the required parameter 'environment_key' when calling ExperimentsBetaApi.patch_experiment"
532
+ end
533
+ # verify the required parameter 'experiment_key' is set
534
+ if @api_client.config.client_side_validation && experiment_key.nil?
535
+ fail ArgumentError, "Missing the required parameter 'experiment_key' when calling ExperimentsBetaApi.patch_experiment"
536
+ end
537
+ # verify the required parameter 'experiment_patch_input' is set
538
+ if @api_client.config.client_side_validation && experiment_patch_input.nil?
539
+ fail ArgumentError, "Missing the required parameter 'experiment_patch_input' when calling ExperimentsBetaApi.patch_experiment"
540
+ end
541
+ # resource path
542
+ local_var_path = '/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}'.sub('{' + 'projectKey' + '}', CGI.escape(project_key.to_s)).sub('{' + 'environmentKey' + '}', CGI.escape(environment_key.to_s)).sub('{' + 'experimentKey' + '}', CGI.escape(experiment_key.to_s))
543
+
544
+ # query parameters
545
+ query_params = opts[:query_params] || {}
546
+
547
+ # header parameters
548
+ header_params = opts[:header_params] || {}
549
+ # HTTP header 'Accept' (if needed)
550
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
551
+ # HTTP header 'Content-Type'
552
+ content_type = @api_client.select_header_content_type(['application/json'])
553
+ if !content_type.nil?
554
+ header_params['Content-Type'] = content_type
555
+ end
556
+
557
+ # form parameters
558
+ form_params = opts[:form_params] || {}
559
+
560
+ # http body (model)
561
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(experiment_patch_input)
562
+
563
+ # return_type
564
+ return_type = opts[:debug_return_type] || 'ExperimentRep'
565
+
566
+ # auth_names
567
+ auth_names = opts[:debug_auth_names] || ['ApiKey']
568
+
569
+ new_options = opts.merge(
570
+ :operation => :"ExperimentsBetaApi.patch_experiment",
571
+ :header_params => header_params,
572
+ :query_params => query_params,
573
+ :form_params => form_params,
574
+ :body => post_body,
575
+ :auth_names => auth_names,
576
+ :return_type => return_type
577
+ )
578
+
579
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
580
+ if @api_client.config.debugging
581
+ @api_client.config.logger.debug "API called: ExperimentsBetaApi#patch_experiment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
105
582
  end
106
583
  return data, status_code, headers
107
584
  end