launchdarkly_api 6.0.0 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (413) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +771 -291
  3. data/docs/CodeReferencesApi.md +4 -4
  4. data/docs/CustomWorkflowMeta.md +20 -0
  5. data/docs/CustomWorkflowStageMeta.md +20 -0
  6. data/docs/FeatureFlagsApi.md +1 -1
  7. data/docs/FlagConfigApprovalRequestResponse.md +3 -1
  8. data/docs/PermissionGrantInput.md +22 -0
  9. data/docs/PermissionGrantRep.md +24 -0
  10. data/docs/SegmentsApi.md +1 -1
  11. data/docs/TeamCollectionRep.md +22 -0
  12. data/docs/TeamPatchInput.md +20 -0
  13. data/docs/TeamPostInput.md +28 -0
  14. data/docs/TeamRep.md +40 -0
  15. data/docs/TeamsBetaApi.md +365 -0
  16. data/launchdarkly_api.gemspec +4 -4
  17. data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
  18. data/lib/launchdarkly_api/api/account_members_api.rb +1 -1
  19. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +1 -1
  20. data/lib/launchdarkly_api/api/approvals_api.rb +1 -1
  21. data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
  22. data/lib/launchdarkly_api/api/code_references_api.rb +3 -3
  23. data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
  24. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
  25. data/lib/launchdarkly_api/api/environments_api.rb +1 -1
  26. data/lib/launchdarkly_api/api/experiments_beta_api.rb +1 -1
  27. data/lib/launchdarkly_api/api/feature_flags_api.rb +3 -3
  28. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +1 -1
  29. data/lib/launchdarkly_api/api/metrics_api.rb +1 -1
  30. data/lib/launchdarkly_api/api/other_api.rb +1 -1
  31. data/lib/launchdarkly_api/api/projects_api.rb +1 -1
  32. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
  33. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +1 -1
  34. data/lib/launchdarkly_api/api/segments_api.rb +3 -3
  35. data/lib/launchdarkly_api/api/teams_beta_api.rb +339 -0
  36. data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
  37. data/lib/launchdarkly_api/api/users_api.rb +1 -1
  38. data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
  39. data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
  40. data/lib/launchdarkly_api/api_client.rb +1 -1
  41. data/lib/launchdarkly_api/api_error.rb +1 -1
  42. data/lib/launchdarkly_api/configuration.rb +1 -1
  43. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +1 -1
  44. data/lib/launchdarkly_api/models/access_denied_rep.rb +1 -1
  45. data/lib/launchdarkly_api/models/access_rep.rb +1 -1
  46. data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
  47. data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
  48. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
  49. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
  50. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
  51. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
  52. data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
  53. data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
  54. data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
  55. data/lib/launchdarkly_api/models/clause.rb +1 -1
  56. data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
  57. data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
  58. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
  59. data/lib/launchdarkly_api/models/conflict.rb +1 -1
  60. data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
  61. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
  62. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +1 -1
  63. data/lib/launchdarkly_api/models/custom_property.rb +1 -1
  64. data/lib/launchdarkly_api/models/custom_role.rb +1 -1
  65. data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
  66. data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
  67. data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
  68. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +227 -0
  69. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +227 -0
  70. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
  71. data/lib/launchdarkly_api/models/defaults.rb +1 -1
  72. data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
  73. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
  74. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
  75. data/lib/launchdarkly_api/models/destination.rb +1 -1
  76. data/lib/launchdarkly_api/models/destination_post.rb +1 -1
  77. data/lib/launchdarkly_api/models/destinations.rb +1 -1
  78. data/lib/launchdarkly_api/models/environment.rb +1 -1
  79. data/lib/launchdarkly_api/models/environment_post.rb +1 -1
  80. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
  81. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
  82. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
  83. data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
  84. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
  85. data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
  86. data/lib/launchdarkly_api/models/experiment_results_rep.rb +1 -1
  87. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
  88. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
  89. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
  90. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
  91. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
  92. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
  93. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
  94. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
  95. data/lib/launchdarkly_api/models/extinction.rb +1 -1
  96. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
  97. data/lib/launchdarkly_api/models/extinction_rep.rb +1 -1
  98. data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
  99. data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
  100. data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
  101. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
  102. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
  103. data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
  104. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
  105. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
  106. data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
  107. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +14 -5
  108. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
  109. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
  110. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
  111. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +1 -1
  112. data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
  113. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +1 -1
  114. data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
  115. data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
  116. data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
  117. data/lib/launchdarkly_api/models/inline_object.rb +1 -1
  118. data/lib/launchdarkly_api/models/inline_object1.rb +1 -1
  119. data/lib/launchdarkly_api/models/inline_response200.rb +1 -1
  120. data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
  121. data/lib/launchdarkly_api/models/integration_status.rb +1 -1
  122. data/lib/launchdarkly_api/models/ip_list.rb +1 -1
  123. data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
  124. data/lib/launchdarkly_api/models/link.rb +1 -1
  125. data/lib/launchdarkly_api/models/member.rb +1 -1
  126. data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
  127. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
  128. data/lib/launchdarkly_api/models/member_summary_rep.rb +1 -1
  129. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
  130. data/lib/launchdarkly_api/models/members.rb +1 -1
  131. data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
  132. data/lib/launchdarkly_api/models/metric_listing_rep.rb +1 -1
  133. data/lib/launchdarkly_api/models/metric_post.rb +1 -1
  134. data/lib/launchdarkly_api/models/metric_rep.rb +1 -1
  135. data/lib/launchdarkly_api/models/modification.rb +1 -1
  136. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
  137. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
  138. data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
  139. data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
  140. data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
  141. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
  142. data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
  143. data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
  144. data/lib/launchdarkly_api/models/permission_grant_input.rb +240 -0
  145. data/lib/launchdarkly_api/models/permission_grant_rep.rb +249 -0
  146. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
  147. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
  148. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +1 -1
  149. data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
  150. data/lib/launchdarkly_api/models/project.rb +1 -1
  151. data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
  152. data/lib/launchdarkly_api/models/project_post.rb +1 -1
  153. data/lib/launchdarkly_api/models/projects.rb +1 -1
  154. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
  155. data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
  156. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
  157. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
  158. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +1 -1
  159. data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
  160. data/lib/launchdarkly_api/models/repository_post.rb +1 -1
  161. data/lib/launchdarkly_api/models/repository_rep.rb +1 -1
  162. data/lib/launchdarkly_api/models/resource_access.rb +1 -1
  163. data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
  164. data/lib/launchdarkly_api/models/review_response.rb +1 -1
  165. data/lib/launchdarkly_api/models/rollout.rb +1 -1
  166. data/lib/launchdarkly_api/models/rule.rb +1 -1
  167. data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
  168. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
  169. data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
  170. data/lib/launchdarkly_api/models/segment_body.rb +1 -1
  171. data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
  172. data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
  173. data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
  174. data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
  175. data/lib/launchdarkly_api/models/source_flag.rb +1 -1
  176. data/lib/launchdarkly_api/models/statement.rb +1 -1
  177. data/lib/launchdarkly_api/models/statement_post.rb +1 -1
  178. data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
  179. data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
  180. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
  181. data/lib/launchdarkly_api/models/statistic_rep.rb +1 -1
  182. data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
  183. data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
  184. data/lib/launchdarkly_api/models/target.rb +1 -1
  185. data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
  186. data/lib/launchdarkly_api/models/team_collection_rep.rb +240 -0
  187. data/lib/launchdarkly_api/models/team_patch_input.rb +229 -0
  188. data/lib/launchdarkly_api/models/team_post_input.rb +269 -0
  189. data/lib/launchdarkly_api/models/team_rep.rb +327 -0
  190. data/lib/launchdarkly_api/models/title_rep.rb +1 -1
  191. data/lib/launchdarkly_api/models/token.rb +1 -1
  192. data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
  193. data/lib/launchdarkly_api/models/tokens.rb +1 -1
  194. data/lib/launchdarkly_api/models/url_post.rb +1 -1
  195. data/lib/launchdarkly_api/models/user.rb +1 -1
  196. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
  197. data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
  198. data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
  199. data/lib/launchdarkly_api/models/user_record.rb +1 -1
  200. data/lib/launchdarkly_api/models/user_segment.rb +1 -1
  201. data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
  202. data/lib/launchdarkly_api/models/user_segments.rb +1 -1
  203. data/lib/launchdarkly_api/models/users.rb +1 -1
  204. data/lib/launchdarkly_api/models/value_put.rb +1 -1
  205. data/lib/launchdarkly_api/models/variate.rb +1 -1
  206. data/lib/launchdarkly_api/models/variation.rb +1 -1
  207. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
  208. data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
  209. data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
  210. data/lib/launchdarkly_api/models/webhook.rb +1 -1
  211. data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
  212. data/lib/launchdarkly_api/models/webhooks.rb +1 -1
  213. data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
  214. data/lib/launchdarkly_api/version.rb +2 -2
  215. data/lib/launchdarkly_api.rb +10 -1
  216. data/spec/api/access_tokens_api_spec.rb +1 -1
  217. data/spec/api/account_members_api_spec.rb +1 -1
  218. data/spec/api/account_usage_beta_api_spec.rb +1 -1
  219. data/spec/api/approvals_api_spec.rb +1 -1
  220. data/spec/api/audit_log_api_spec.rb +1 -1
  221. data/spec/api/code_references_api_spec.rb +2 -2
  222. data/spec/api/custom_roles_api_spec.rb +1 -1
  223. data/spec/api/data_export_destinations_api_spec.rb +1 -1
  224. data/spec/api/environments_api_spec.rb +1 -1
  225. data/spec/api/experiments_beta_api_spec.rb +1 -1
  226. data/spec/api/feature_flags_api_spec.rb +2 -2
  227. data/spec/api/feature_flags_beta_api_spec.rb +1 -1
  228. data/spec/api/metrics_api_spec.rb +1 -1
  229. data/spec/api/other_api_spec.rb +1 -1
  230. data/spec/api/projects_api_spec.rb +1 -1
  231. data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
  232. data/spec/api/scheduled_changes_api_spec.rb +1 -1
  233. data/spec/api/segments_api_spec.rb +2 -2
  234. data/spec/api/teams_beta_api_spec.rb +95 -0
  235. data/spec/api/user_settings_api_spec.rb +1 -1
  236. data/spec/api/users_api_spec.rb +1 -1
  237. data/spec/api/users_beta_api_spec.rb +1 -1
  238. data/spec/api/webhooks_api_spec.rb +1 -1
  239. data/spec/api_client_spec.rb +1 -1
  240. data/spec/configuration_spec.rb +1 -1
  241. data/spec/models/access_denied_reason_rep_spec.rb +1 -1
  242. data/spec/models/access_denied_rep_spec.rb +1 -1
  243. data/spec/models/access_rep_spec.rb +1 -1
  244. data/spec/models/access_token_post_spec.rb +1 -1
  245. data/spec/models/approval_settings_spec.rb +1 -1
  246. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
  247. data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
  248. data/spec/models/audit_log_entry_rep_spec.rb +1 -1
  249. data/spec/models/authorized_app_data_rep_spec.rb +1 -1
  250. data/spec/models/big_segment_target_spec.rb +1 -1
  251. data/spec/models/branch_collection_rep_spec.rb +1 -1
  252. data/spec/models/branch_rep_spec.rb +1 -1
  253. data/spec/models/clause_spec.rb +1 -1
  254. data/spec/models/client_side_availability_post_spec.rb +1 -1
  255. data/spec/models/client_side_availability_spec.rb +1 -1
  256. data/spec/models/confidence_interval_rep_spec.rb +1 -1
  257. data/spec/models/conflict_spec.rb +1 -1
  258. data/spec/models/copied_from_env_spec.rb +1 -1
  259. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
  260. data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
  261. data/spec/models/custom_property_spec.rb +1 -1
  262. data/spec/models/custom_role_post_data_spec.rb +1 -1
  263. data/spec/models/custom_role_post_spec.rb +1 -1
  264. data/spec/models/custom_role_spec.rb +1 -1
  265. data/spec/models/custom_roles_spec.rb +1 -1
  266. data/spec/models/custom_workflow_meta_spec.rb +40 -0
  267. data/spec/models/custom_workflow_stage_meta_spec.rb +40 -0
  268. data/spec/models/default_client_side_availability_post_spec.rb +1 -1
  269. data/spec/models/defaults_spec.rb +1 -1
  270. data/spec/models/dependent_flag_environment_spec.rb +1 -1
  271. data/spec/models/dependent_flag_spec.rb +1 -1
  272. data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
  273. data/spec/models/destination_post_spec.rb +1 -1
  274. data/spec/models/destination_spec.rb +1 -1
  275. data/spec/models/destinations_spec.rb +1 -1
  276. data/spec/models/environment_post_spec.rb +1 -1
  277. data/spec/models/environment_spec.rb +1 -1
  278. data/spec/models/experiment_allocation_rep_spec.rb +1 -1
  279. data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
  280. data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
  281. data/spec/models/experiment_info_rep_spec.rb +1 -1
  282. data/spec/models/experiment_metadata_rep_spec.rb +1 -1
  283. data/spec/models/experiment_rep_spec.rb +1 -1
  284. data/spec/models/experiment_results_rep_spec.rb +1 -1
  285. data/spec/models/experiment_stats_rep_spec.rb +1 -1
  286. data/spec/models/experiment_time_series_slice_spec.rb +1 -1
  287. data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
  288. data/spec/models/experiment_totals_rep_spec.rb +1 -1
  289. data/spec/models/expiring_user_target_error_spec.rb +1 -1
  290. data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
  291. data/spec/models/expiring_user_target_item_spec.rb +1 -1
  292. data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
  293. data/spec/models/extinction_collection_rep_spec.rb +1 -1
  294. data/spec/models/extinction_rep_spec.rb +1 -1
  295. data/spec/models/extinction_spec.rb +1 -1
  296. data/spec/models/feature_flag_body_spec.rb +1 -1
  297. data/spec/models/feature_flag_config_spec.rb +1 -1
  298. data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
  299. data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
  300. data/spec/models/feature_flag_spec.rb +1 -1
  301. data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
  302. data/spec/models/feature_flag_status_spec.rb +1 -1
  303. data/spec/models/feature_flag_statuses_spec.rb +1 -1
  304. data/spec/models/feature_flags_spec.rb +1 -1
  305. data/spec/models/flag_config_approval_request_response_spec.rb +7 -1
  306. data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
  307. data/spec/models/flag_copy_config_environment_spec.rb +1 -1
  308. data/spec/models/flag_copy_config_post_spec.rb +1 -1
  309. data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
  310. data/spec/models/flag_listing_rep_spec.rb +1 -1
  311. data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
  312. data/spec/models/flag_status_rep_spec.rb +1 -1
  313. data/spec/models/flag_summary_spec.rb +1 -1
  314. data/spec/models/hunk_rep_spec.rb +1 -1
  315. data/spec/models/inline_object1_spec.rb +1 -1
  316. data/spec/models/inline_object_spec.rb +1 -1
  317. data/spec/models/inline_response200_spec.rb +1 -1
  318. data/spec/models/integration_metadata_spec.rb +1 -1
  319. data/spec/models/integration_status_spec.rb +1 -1
  320. data/spec/models/ip_list_spec.rb +1 -1
  321. data/spec/models/last_seen_metadata_spec.rb +1 -1
  322. data/spec/models/link_spec.rb +1 -1
  323. data/spec/models/member_data_rep_spec.rb +1 -1
  324. data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
  325. data/spec/models/member_spec.rb +1 -1
  326. data/spec/models/member_summary_rep_spec.rb +1 -1
  327. data/spec/models/member_team_summary_rep_spec.rb +1 -1
  328. data/spec/models/members_spec.rb +1 -1
  329. data/spec/models/metric_collection_rep_spec.rb +1 -1
  330. data/spec/models/metric_listing_rep_spec.rb +1 -1
  331. data/spec/models/metric_post_spec.rb +1 -1
  332. data/spec/models/metric_rep_spec.rb +1 -1
  333. data/spec/models/modification_spec.rb +1 -1
  334. data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
  335. data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
  336. data/spec/models/new_member_form_spec.rb +1 -1
  337. data/spec/models/parent_resource_rep_spec.rb +1 -1
  338. data/spec/models/patch_operation_spec.rb +1 -1
  339. data/spec/models/patch_segment_instruction_spec.rb +1 -1
  340. data/spec/models/patch_segment_request_spec.rb +1 -1
  341. data/spec/models/patch_with_comment_spec.rb +1 -1
  342. data/spec/models/permission_grant_input_spec.rb +46 -0
  343. data/spec/models/permission_grant_rep_spec.rb +52 -0
  344. data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
  345. data/spec/models/post_approval_request_review_request_spec.rb +1 -1
  346. data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
  347. data/spec/models/prerequisite_spec.rb +1 -1
  348. data/spec/models/project_listing_rep_spec.rb +1 -1
  349. data/spec/models/project_post_spec.rb +1 -1
  350. data/spec/models/project_spec.rb +1 -1
  351. data/spec/models/projects_spec.rb +1 -1
  352. data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
  353. data/spec/models/reference_rep_spec.rb +1 -1
  354. data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
  355. data/spec/models/relay_auto_config_post_spec.rb +1 -1
  356. data/spec/models/relay_auto_config_rep_spec.rb +1 -1
  357. data/spec/models/repository_collection_rep_spec.rb +1 -1
  358. data/spec/models/repository_post_spec.rb +1 -1
  359. data/spec/models/repository_rep_spec.rb +1 -1
  360. data/spec/models/resource_access_spec.rb +1 -1
  361. data/spec/models/resource_id_response_spec.rb +1 -1
  362. data/spec/models/review_response_spec.rb +1 -1
  363. data/spec/models/rollout_spec.rb +1 -1
  364. data/spec/models/rule_spec.rb +1 -1
  365. data/spec/models/sdk_list_rep_spec.rb +1 -1
  366. data/spec/models/sdk_version_list_rep_spec.rb +1 -1
  367. data/spec/models/sdk_version_rep_spec.rb +1 -1
  368. data/spec/models/segment_body_spec.rb +1 -1
  369. data/spec/models/segment_metadata_spec.rb +1 -1
  370. data/spec/models/segment_user_list_spec.rb +1 -1
  371. data/spec/models/segment_user_state_spec.rb +1 -1
  372. data/spec/models/series_list_rep_spec.rb +1 -1
  373. data/spec/models/source_flag_spec.rb +1 -1
  374. data/spec/models/statement_post_data_spec.rb +1 -1
  375. data/spec/models/statement_post_spec.rb +1 -1
  376. data/spec/models/statement_rep_spec.rb +1 -1
  377. data/spec/models/statement_spec.rb +1 -1
  378. data/spec/models/statistic_collection_rep_spec.rb +1 -1
  379. data/spec/models/statistic_rep_spec.rb +1 -1
  380. data/spec/models/statistics_root_spec.rb +1 -1
  381. data/spec/models/subject_data_rep_spec.rb +1 -1
  382. data/spec/models/target_resource_rep_spec.rb +1 -1
  383. data/spec/models/target_spec.rb +1 -1
  384. data/spec/models/team_collection_rep_spec.rb +46 -0
  385. data/spec/models/team_patch_input_spec.rb +40 -0
  386. data/spec/models/team_post_input_spec.rb +64 -0
  387. data/spec/models/team_rep_spec.rb +100 -0
  388. data/spec/models/title_rep_spec.rb +1 -1
  389. data/spec/models/token_data_rep_spec.rb +1 -1
  390. data/spec/models/token_spec.rb +1 -1
  391. data/spec/models/tokens_spec.rb +1 -1
  392. data/spec/models/url_post_spec.rb +1 -1
  393. data/spec/models/user_attribute_names_rep_spec.rb +1 -1
  394. data/spec/models/user_flag_setting_spec.rb +1 -1
  395. data/spec/models/user_flag_settings_spec.rb +1 -1
  396. data/spec/models/user_record_spec.rb +1 -1
  397. data/spec/models/user_segment_rule_spec.rb +1 -1
  398. data/spec/models/user_segment_spec.rb +1 -1
  399. data/spec/models/user_segments_spec.rb +1 -1
  400. data/spec/models/user_spec.rb +1 -1
  401. data/spec/models/users_spec.rb +1 -1
  402. data/spec/models/value_put_spec.rb +1 -1
  403. data/spec/models/variate_spec.rb +1 -1
  404. data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
  405. data/spec/models/variation_spec.rb +1 -1
  406. data/spec/models/variation_summary_spec.rb +1 -1
  407. data/spec/models/versions_rep_spec.rb +1 -1
  408. data/spec/models/webhook_post_spec.rb +1 -1
  409. data/spec/models/webhook_spec.rb +1 -1
  410. data/spec/models/webhooks_spec.rb +1 -1
  411. data/spec/models/weighted_variation_spec.rb +1 -1
  412. data/spec/spec_helper.rb +1 -1
  413. metadata +271 -235
data/README.md CHANGED
@@ -6,12 +6,443 @@ This REST API is for custom integrations, data export, or automating your featur
6
6
 
7
7
  LaunchDarklyApi - the Ruby gem for the LaunchDarkly REST API
8
8
 
9
- # 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](http://tools.ietf.org/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://tools.ietf.org/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](http://tools.ietf.org/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://tools.ietf.org/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/patchExpiringUserTargetsOnSegment) # 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: 20191212 ``` 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 the example above the version `20191212` corresponds to December 12, 2019. ## 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.
9
+ # Overview
10
10
 
11
- This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
11
+ ## Authentication
12
+
13
+ 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.
14
+
15
+ 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).
16
+
17
+ | Auth mechanism | Allowed resources | Use cases |
18
+ | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
19
+ | [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 |
20
+ | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API |
21
+ | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs |
22
+ | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript |
23
+
24
+ > #### Keep your access tokens and SDK keys private
25
+ >
26
+ > 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.
27
+ >
28
+ > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript.
29
+
30
+ ### Via request header
31
+
32
+ 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.
33
+
34
+ Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page.
35
+
36
+ ### Via session cookie
37
+
38
+ 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.
39
+
40
+ 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.
41
+
42
+ > ### Modifying the Origin header causes an error
43
+ >
44
+ > 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`.
45
+ >
46
+ > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly.
47
+ >
48
+ > 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.
49
+ >
50
+ > To prevent this error, do not modify your Origin header.
51
+ >
52
+ > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage.
53
+
54
+ ## Representations
55
+
56
+ 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.
57
+
58
+ In practice this means that you always get a response with a `Content-Type` header set to `application/json`.
59
+
60
+ 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`.
61
+
62
+ ### Summary and detailed representations
63
+
64
+ 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.
65
+
66
+ The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation.
67
+
68
+ ### Links and addressability
69
+
70
+ 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:
71
+
72
+ - Links to other resources within the API are encapsulated in a `_links` object.
73
+ - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link.
74
+
75
+ Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following:
76
+
77
+ ```json
78
+ {
79
+ \"_links\": {
80
+ \"parent\": {
81
+ \"href\": \"/api/features\",
82
+ \"type\": \"application/json\"
83
+ },
84
+ \"self\": {
85
+ \"href\": \"/api/features/sort.order\",
86
+ \"type\": \"application/json\"
87
+ }
88
+ },
89
+ \"_site\": {
90
+ \"href\": \"/features/sort.order\",
91
+ \"type\": \"text/html\"
92
+ }
93
+ }
94
+ ```
95
+
96
+ 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.
97
+
98
+ 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.
99
+
100
+ Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection.
101
+
102
+ ## Updates
103
+
104
+ Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](http://tools.ietf.org/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://tools.ietf.org/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.
105
+
106
+ ### Updates via JSON Patch
107
+
108
+ [JSON Patch](http://tools.ietf.org/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation:
109
+
110
+ ```json
111
+ {
112
+ \"name\": \"New recommendations engine\",
113
+ \"key\": \"engine.enable\",
114
+ \"description\": \"This is the description\",
115
+ ...
116
+ }
117
+ ```
118
+
119
+ You can change the feature flag's description with the following patch document:
120
+
121
+ ```json
122
+ [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }]
123
+ ```
124
+
125
+ 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:
126
+
127
+ ```json
128
+ [
129
+ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 },
130
+ { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }
131
+ ]
132
+ ```
133
+
134
+ The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description.
135
+
136
+ Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore.
137
+
138
+ ### Updates via JSON Merge Patch
139
+
140
+ The API also supports the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource.
141
+
142
+ 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:
143
+
144
+ ```json
145
+ {
146
+ \"description\": \"New flag description\"
147
+ }
148
+ ```
149
+
150
+ ### Updates with comments
151
+
152
+ You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments.
153
+
154
+ To submit a comment along with a JSON Patch document, use the following format:
155
+
156
+ ```json
157
+ {
158
+ \"comment\": \"This is a comment string\",
159
+ \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }]
160
+ }
161
+ ```
162
+
163
+ To submit a comment along with a JSON Merge Patch document, use the following format:
164
+
165
+ ```json
166
+ {
167
+ \"comment\": \"This is a comment string\",
168
+ \"merge\": { \"description\": \"New flag description\" }
169
+ }
170
+ ```
171
+
172
+ ### Updates via semantic patches
173
+
174
+ 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.
175
+
176
+ 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.
177
+
178
+ For example, in this feature flag configuration in environment Production:
179
+
180
+ ```json
181
+ {
182
+ \"name\": \"Alternate sort order\",
183
+ \"kind\": \"boolean\",
184
+ \"key\": \"sort.order\",
185
+ ...
186
+ \"environments\": {
187
+ \"production\": {
188
+ \"on\": true,
189
+ \"archived\": false,
190
+ \"salt\": \"c29ydC5vcmRlcg==\",
191
+ \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\",
192
+ \"lastModified\": 1469131558260,
193
+ \"version\": 81,
194
+ \"targets\": [
195
+ {
196
+ \"values\": [
197
+ \"Gerhard.Little@yahoo.com\"
198
+ ],
199
+ \"variation\": 0
200
+ },
201
+ {
202
+ \"values\": [
203
+ \"1461797806429-33-861961230\",
204
+ \"438580d8-02ee-418d-9eec-0085cab2bdf0\"
205
+ ],
206
+ \"variation\": 1
207
+ }
208
+ ],
209
+ \"rules\": [],
210
+ \"fallthrough\": {
211
+ \"variation\": 0
212
+ },
213
+ \"offVariation\": 1,
214
+ \"prerequisites\": [],
215
+ \"_site\": {
216
+ \"href\": \"/default/production/features/sort.order\",
217
+ \"type\": \"text/html\"
218
+ }
219
+ }
220
+ }
221
+ }
222
+ ```
223
+
224
+ 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:
225
+
226
+ ```json
227
+ {
228
+ \"comment\": \"update expiring user targets\",
229
+ \"instructions\": [
230
+ {
231
+ \"kind\": \"removeExpireUserTargetDate\",
232
+ \"userKey\": \"userKey\",
233
+ \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\"
234
+ },
235
+ {
236
+ \"kind\": \"updateExpireUserTargetDate\",
237
+ \"userKey\": \"userKey2\",
238
+ \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\",
239
+ \"value\": 1587582000000
240
+ },
241
+ {
242
+ \"kind\": \"addExpireUserTargetDate\",
243
+ \"userKey\": \"userKey3\",
244
+ \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\",
245
+ \"value\": 1594247266386
246
+ }
247
+ ]
248
+ }
249
+ ```
250
+
251
+ Here is another example. In this feature flag configuration:
252
+
253
+ ```json
254
+ {
255
+ \"name\": \"New recommendations engine\",
256
+ \"key\": \"engine.enable\",
257
+ \"environments\": {
258
+ \"test\": {
259
+ \"on\": true
260
+ }
261
+ }
262
+ }
263
+ ```
264
+
265
+ 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”:
266
+
267
+ ```json
268
+ {
269
+ \"comment\": \"\",
270
+ \"instructions\": [
271
+ {
272
+ \"kind\": \"removeUserTargets\",
273
+ \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"],
274
+ \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\"
275
+ },
276
+ {
277
+ \"kind\": \"addUserTargets\",
278
+ \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"],
279
+ \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\"
280
+ }
281
+ ]
282
+ }
283
+ ```
284
+
285
+ > ### Supported semantic patch API endpoints
286
+ >
287
+ > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
288
+ > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets)
289
+ > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser)
290
+ > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment)
291
+
292
+ ## Errors
293
+
294
+ The API always returns errors in a common format. Here's an example:
295
+
296
+ ```json
297
+ {
298
+ \"code\": \"invalid_request\",
299
+ \"message\": \"A feature with that key already exists\",
300
+ \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\"
301
+ }
302
+ ```
303
+
304
+ 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.
305
+
306
+ ### HTTP Status - Error Response Codes
307
+
308
+ | Code | Definition | Desc. | Possible Solution |
309
+ | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
310
+ | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. |
311
+ | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. |
312
+ | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. |
313
+ | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. |
314
+ | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. |
315
+
316
+ ## CORS
317
+
318
+ 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:
319
+
320
+ ```http
321
+ Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization
322
+ Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH
323
+ Access-Control-Allow-Origin: *
324
+ Access-Control-Max-Age: 300
325
+ ```
326
+
327
+ 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.
328
+
329
+ ## Rate limiting
330
+
331
+ 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.
332
+
333
+ > ### Rate limiting and SDKs
334
+ >
335
+ > 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.
336
+ >
337
+ > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript.
338
+
339
+ ### Global rate limits
340
+
341
+ 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:
342
+
343
+ | Header name | Description |
344
+ | ------------------------------ | -------------------------------------------------------------------------------- |
345
+ | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. |
346
+ | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. |
347
+
348
+ 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.
349
+
350
+ ### Route-level rate limits
351
+
352
+ 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:
353
+
354
+ | Header name | Description |
355
+ | ----------------------------- | ----------------------------------------------------------------------------------------------------- |
356
+ | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. |
357
+ | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. |
358
+
359
+ 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.
360
+
361
+ 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.
362
+
363
+ ### IP-based rate limiting
364
+
365
+ 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.
366
+
367
+ ## OpenAPI (Swagger)
368
+
369
+ We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API.
370
+
371
+ You can use this specification to generate client libraries to interact with our REST API in your language of choice.
372
+
373
+ 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.
374
+
375
+ ## Client libraries
376
+
377
+ 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).
378
+
379
+ ## Method Overriding
380
+
381
+ 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.
382
+
383
+ 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.
384
+
385
+ 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.
386
+
387
+ ## Beta resources
388
+
389
+ We sometimes release new API resources in **beta** status before we release them with general availability.
390
+
391
+ Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible.
392
+
393
+ 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.
394
+
395
+ We mark beta resources with a \"Beta\" callout in our documentation, pictured below:
396
+
397
+ > ### This feature is in beta
398
+ >
399
+ > 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).
400
+
401
+ ### Using beta resources
402
+
403
+ 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.
404
+
405
+ Use this header:
406
+
407
+ ```
408
+ LD-API-Version: beta
409
+ ```
410
+
411
+ ## Versioning
412
+
413
+ 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.
414
+
415
+ 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.
416
+
417
+ ### Setting the API version per request
418
+
419
+ You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below:
420
+
421
+ ```
422
+ LD-API-Version: 20191212
423
+ ```
424
+
425
+ 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 the example above the version `20191212` corresponds to December 12, 2019.
426
+
427
+ ### Setting the API version per access token
428
+
429
+ 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.
430
+
431
+ 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.
432
+
433
+ If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above.
434
+
435
+ > ### Best practice: Set the header for every client or integration
436
+ >
437
+ > We recommend that you set the API version header explicitly in any client or integration you build.
438
+ >
439
+ > Only rely on the access token API version during manual testing.
440
+
441
+
442
+ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
443
 
13
444
  - API version: 2.0
14
- - Package version: 6.0.0
445
+ - Package version: 6.0.1
15
446
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
16
447
  For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
17
448
 
@@ -28,15 +459,16 @@ gem build launchdarkly_api.gemspec
28
459
  Then either install the gem locally:
29
460
 
30
461
  ```shell
31
- gem install ./launchdarkly_api-6.0.0.gem
462
+ gem install ./launchdarkly_api-6.0.1.gem
32
463
  ```
33
- (for development, run `gem install --dev ./launchdarkly_api-6.0.0.gem` to install the development dependencies)
464
+
465
+ (for development, run `gem install --dev ./launchdarkly_api-6.0.1.gem` to install the development dependencies)
34
466
 
35
467
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
36
468
 
37
469
  Finally add this to the Gemfile:
38
470
 
39
- gem 'launchdarkly_api', '~> 6.0.0'
471
+ gem 'launchdarkly_api', '~> 6.0.1'
40
472
 
41
473
  ### Install from Git
42
474
 
@@ -54,7 +486,31 @@ ruby -Ilib script.rb
54
486
 
55
487
  ## Getting Started
56
488
 
57
- Please follow the [installation](#installation) procedure and see the [sample code](#sample%20code) below.
489
+ Please follow the [installation](#installation) procedure and then run the following code:
490
+
491
+ ```ruby
492
+ # Load the gem
493
+ require 'launchdarkly_api'
494
+
495
+ # Setup authorization
496
+ LaunchDarklyApi.configure do |config|
497
+ # Configure API key authorization: ApiKey
498
+ config.api_key['ApiKey'] = 'YOUR API KEY'
499
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
500
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
501
+ end
502
+
503
+ api_instance = LaunchDarklyApi::AccessTokensApi.new
504
+ id = 'id_example' # String | The ID of the access token to update
505
+
506
+ begin
507
+ #Delete access token
508
+ api_instance.delete_token(id)
509
+ rescue LaunchDarklyApi::ApiError => e
510
+ puts "Exception when calling AccessTokensApi->delete_token: #{e}"
511
+ end
512
+
513
+ ```
58
514
 
59
515
  ## Documentation for API Endpoints
60
516
 
@@ -62,294 +518,318 @@ All URIs are relative to *https://app.launchdarkly.com*
62
518
 
63
519
  Class | Method | HTTP request | Description
64
520
  ------------ | ------------- | ------------- | -------------
65
- *LaunchDarklyApi::AccessTokensApi* | [**delete_token**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokensApi.md#delete_token) | **DELETE** /api/v2/tokens/{id} | Delete access token
66
- *LaunchDarklyApi::AccessTokensApi* | [**get_token**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokensApi.md#get_token) | **GET** /api/v2/tokens/{id} | Get access token
67
- *LaunchDarklyApi::AccessTokensApi* | [**get_tokens**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokensApi.md#get_tokens) | **GET** /api/v2/tokens | List access tokens
68
- *LaunchDarklyApi::AccessTokensApi* | [**patch_token**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokensApi.md#patch_token) | **PATCH** /api/v2/tokens/{id} | Patch access token
69
- *LaunchDarklyApi::AccessTokensApi* | [**post_token**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokensApi.md#post_token) | **POST** /api/v2/tokens | Create access token
70
- *LaunchDarklyApi::AccessTokensApi* | [**reset_token**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokensApi.md#reset_token) | **POST** /api/v2/tokens/{id}/reset | Reset access token
71
- *LaunchDarklyApi::AccountMembersApi* | [**delete_member**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountMembersApi.md#delete_member) | **DELETE** /api/v2/members/{id} | Delete account member
72
- *LaunchDarklyApi::AccountMembersApi* | [**get_member**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountMembersApi.md#get_member) | **GET** /api/v2/members/{id} | Get account member
73
- *LaunchDarklyApi::AccountMembersApi* | [**get_members**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountMembersApi.md#get_members) | **GET** /api/v2/members | List account members
74
- *LaunchDarklyApi::AccountMembersApi* | [**patch_member**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountMembersApi.md#patch_member) | **PATCH** /api/v2/members/{id} | Modify an account member
75
- *LaunchDarklyApi::AccountMembersApi* | [**post_members**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountMembersApi.md#post_members) | **POST** /api/v2/members | Invite new members
76
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_evaluations_usage**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projKey}/{envKey}/{flagKey} | Get evaluations usage
77
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_events_usage**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
78
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_sdks_by_type**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
79
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_usage**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
80
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_usage_by_category**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_mau_usage_by_category) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
81
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_stream_usage**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_stream_usage) | **GET** /api/v2/usage/streams/{source} | Get stream usage
82
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_stream_usage_by_sdk_version**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_stream_usage_by_sdk_version) | **GET** /api/v2/usage/streams/{source}/bysdkversion | Get stream usage by SDK version
83
- *LaunchDarklyApi::AccountUsageBetaApi* | [**get_stream_usage_sdkversion**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccountUsageBetaApi.md#get_stream_usage_sdkversion) | **GET** /api/v2/usage/streams/{source}/sdkversions | Get stream usage SDK versions
84
- *LaunchDarklyApi::ApprovalsApi* | [**delete_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#delete_approval_request) | **DELETE** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Delete approval request
85
- *LaunchDarklyApi::ApprovalsApi* | [**get_approval**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#get_approval) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Get approval request
86
- *LaunchDarklyApi::ApprovalsApi* | [**get_approvals**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#get_approvals) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | List all approval requests
87
- *LaunchDarklyApi::ApprovalsApi* | [**post_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#post_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Create approval request
88
- *LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_apply_request**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#post_approval_request_apply_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/apply | Apply approval request
89
- *LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_review**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#post_approval_request_review) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews | Review approval request
90
- *LaunchDarklyApi::ApprovalsApi* | [**post_flag_copy_config_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/copy/environments/{environmentKey}/approval-requests-flag-copy | Create approval request to copy flag configurations across environments
91
- *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entries**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AuditLogApi.md#get_audit_log_entries) | **GET** /api/v2/auditlog | List audit log feature flag entries
92
- *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entry**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AuditLogApi.md#get_audit_log_entry) | **GET** /api/v2/auditlog/{id} | Get audit log entry
93
- *LaunchDarklyApi::CodeReferencesApi* | [**delete_branches**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#delete_branches) | **POST** /api/v2/code-refs/repositories/{repo}/branch-delete-tasks | Delete branches
94
- *LaunchDarklyApi::CodeReferencesApi* | [**delete_repository**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#delete_repository) | **DELETE** /api/v2/code-refs/repositories/{repo} | Delete repository
95
- *LaunchDarklyApi::CodeReferencesApi* | [**get_branch**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_branch) | **GET** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Get branch
96
- *LaunchDarklyApi::CodeReferencesApi* | [**get_branches**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_branches) | **GET** /api/v2/code-refs/repositories/{repo}/branches | List branches
97
- *LaunchDarklyApi::CodeReferencesApi* | [**get_extinctions**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_extinctions) | **GET** /api/v2/code-refs/extinctions | List extinctions
98
- *LaunchDarklyApi::CodeReferencesApi* | [**get_repositories**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_repositories) | **GET** /api/v2/code-refs/repositories | List repositories
99
- *LaunchDarklyApi::CodeReferencesApi* | [**get_repository**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_repository) | **GET** /api/v2/code-refs/repositories/{repo} | Get repository
100
- *LaunchDarklyApi::CodeReferencesApi* | [**get_root_statistic**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get number of code references for flags
101
- *LaunchDarklyApi::CodeReferencesApi* | [**get_statistics**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags
102
- *LaunchDarklyApi::CodeReferencesApi* | [**patch_repository**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository
103
- *LaunchDarklyApi::CodeReferencesApi* | [**post_extinction**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Create extinction
104
- *LaunchDarklyApi::CodeReferencesApi* | [**post_repository**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository
105
- *LaunchDarklyApi::CodeReferencesApi* | [**put_branch**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CodeReferencesApi.md#put_branch) | **PUT** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Upsert branch
106
- *LaunchDarklyApi::CustomRolesApi* | [**delete_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolesApi.md#delete_custom_role) | **DELETE** /api/v2/roles/{key} | Delete custom role
107
- *LaunchDarklyApi::CustomRolesApi* | [**get_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolesApi.md#get_custom_role) | **GET** /api/v2/roles/{key} | Get custom role
108
- *LaunchDarklyApi::CustomRolesApi* | [**get_custom_roles**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolesApi.md#get_custom_roles) | **GET** /api/v2/roles | List custom roles
109
- *LaunchDarklyApi::CustomRolesApi* | [**patch_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolesApi.md#patch_custom_role) | **PATCH** /api/v2/roles/{key} | Update custom role
110
- *LaunchDarklyApi::CustomRolesApi* | [**post_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolesApi.md#post_custom_role) | **POST** /api/v2/roles | Create custom role
111
- *LaunchDarklyApi::DataExportDestinationsApi* | [**delete_destination**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DataExportDestinationsApi.md#delete_destination) | **DELETE** /api/v2/destinations/{projKey}/{envKey}/{id} | Delete Data Export destination
112
- *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destination**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DataExportDestinationsApi.md#get_destination) | **GET** /api/v2/destinations/{projKey}/{envKey}/{id} | Get destination
113
- *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destinations**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DataExportDestinationsApi.md#get_destinations) | **GET** /api/v2/destinations | List destinations
114
- *LaunchDarklyApi::DataExportDestinationsApi* | [**patch_destination**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DataExportDestinationsApi.md#patch_destination) | **PATCH** /api/v2/destinations/{projKey}/{envKey}/{id} | Update Data Export destination
115
- *LaunchDarklyApi::DataExportDestinationsApi* | [**post_destination**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DataExportDestinationsApi.md#post_destination) | **POST** /api/v2/destinations/{projKey}/{envKey} | Create data export destination
116
- *LaunchDarklyApi::EnvironmentsApi* | [**delete_environment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentsApi.md#delete_environment) | **DELETE** /api/v2/projects/{projectKey}/environments/{environmentKey} | Delete environment
117
- *LaunchDarklyApi::EnvironmentsApi* | [**get_environment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentsApi.md#get_environment) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey} | Get environment
118
- *LaunchDarklyApi::EnvironmentsApi* | [**patch_environment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentsApi.md#patch_environment) | **PATCH** /api/v2/projects/{projectKey}/environments/{environmentKey} | Update environment
119
- *LaunchDarklyApi::EnvironmentsApi* | [**post_environment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentsApi.md#post_environment) | **POST** /api/v2/projects/{projectKey}/environments | Create environment
120
- *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_mobile_key**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /api/v2/projects/{projectKey}/environments/{envKey}/mobileKey | Reset environment mobile SDK key
121
- *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_sdk_key**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /api/v2/projects/{projectKey}/environments/{envKey}/apiKey | Reset environment SDK key
122
- *LaunchDarklyApi::ExperimentsBetaApi* | [**get_experiment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentsBetaApi.md#get_experiment) | **GET** /api/v2/flags/{projKey}/{flagKey}/experiments/{envKey}/{metricKey} | Get experiment results
123
- *LaunchDarklyApi::ExperimentsBetaApi* | [**reset_experiment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentsBetaApi.md#reset_experiment) | **DELETE** /api/v2/flags/{projKey}/{flagKey}/experiments/{envKey}/{metricKey}/results | Reset experiment results
124
- *LaunchDarklyApi::FeatureFlagsApi* | [**copy_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#copy_feature_flag) | **POST** /api/v2/flags/{projKey}/{featureFlagKey}/copy | Copy feature flag
125
- *LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#delete_feature_flag) | **DELETE** /api/v2/flags/{projKey}/{key} | Delete feature flag
126
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#get_expiring_user_targets) | **GET** /api/v2/flags/{projKey}/{flagKey}/expiring-user-targets/{envKey} | Get expiring user targets for feature flag
127
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#get_feature_flag) | **GET** /api/v2/flags/{projKey}/{key} | Get feature flag
128
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#get_feature_flag_status) | **GET** /api/v2/flag-statuses/{projKey}/{envKey}/{key} | Get feature flag status
129
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status_across_environments**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#get_feature_flag_status_across_environments) | **GET** /api/v2/flag-status/{projKey}/{key} | Get flag status across environments
130
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_statuses**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#get_feature_flag_statuses) | **GET** /api/v2/flag-statuses/{projKey}/{envKey} | List feature flag statuses
131
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flags**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#get_feature_flags) | **GET** /api/v2/flags/{projKey} | List feature flags
132
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#patch_expiring_user_targets) | **PATCH** /api/v2/flags/{projKey}/{flagKey}/expiring-user-targets/{envKey} | Update expiring user targets on feature flag
133
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#patch_feature_flag) | **PATCH** /api/v2/flags/{projKey}/{key} | Update feature flag
134
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsApi.md#post_feature_flag) | **POST** /api/v2/flags/{projKey} | Create a feature flag
135
- *LaunchDarklyApi::FeatureFlagsBetaApi* | [**get_dependent_flags**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsBetaApi.md#get_dependent_flags) | **GET** /api/v2/flags/{projKey}/{flagKey}/dependent-flags | List dependent feature flags
136
- *LaunchDarklyApi::FeatureFlagsBetaApi* | [**get_dependent_flags_by_env**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagsBetaApi.md#get_dependent_flags_by_env) | **GET** /api/v2/flags/{projKey}/{envKey}/{flagKey}/dependent-flags | List dependent feature flags by environment
137
- *LaunchDarklyApi::MetricsApi* | [**delete_metric**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricsApi.md#delete_metric) | **DELETE** /api/v2/metrics/{projectKey}/{key} | Delete metric
138
- *LaunchDarklyApi::MetricsApi* | [**get_metric**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricsApi.md#get_metric) | **GET** /api/v2/metrics/{projectKey}/{key} | Get metric
139
- *LaunchDarklyApi::MetricsApi* | [**get_metrics**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricsApi.md#get_metrics) | **GET** /api/v2/metrics/{projectKey} | List metrics
140
- *LaunchDarklyApi::MetricsApi* | [**patch_metric**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricsApi.md#patch_metric) | **PATCH** /api/v2/metrics/{projectKey}/{key} | Update metric
141
- *LaunchDarklyApi::MetricsApi* | [**post_metric**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricsApi.md#post_metric) | **POST** /api/v2/metrics/{projectKey} | Create metric
142
- *LaunchDarklyApi::OtherApi* | [**get_ips**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/OtherApi.md#get_ips) | **GET** /api/v2/public-ip-list | Gets the public IP list
143
- *LaunchDarklyApi::OtherApi* | [**get_openapi_spec**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/OtherApi.md#get_openapi_spec) | **GET** /api/v2/openapi.json | Gets the OpenAPI spec in json
144
- *LaunchDarklyApi::OtherApi* | [**get_root**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/OtherApi.md#get_root) | **GET** /api/v2 | Root resource
145
- *LaunchDarklyApi::OtherApi* | [**get_versions**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/OtherApi.md#get_versions) | **GET** /api/v2/versions | Get version information
146
- *LaunchDarklyApi::ProjectsApi* | [**delete_project**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectsApi.md#delete_project) | **DELETE** /api/v2/projects/{projectKey} | Delete project
147
- *LaunchDarklyApi::ProjectsApi* | [**get_project**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectsApi.md#get_project) | **GET** /api/v2/projects/{projectKey} | Get project
148
- *LaunchDarklyApi::ProjectsApi* | [**get_projects**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectsApi.md#get_projects) | **GET** /api/v2/projects | List projects
149
- *LaunchDarklyApi::ProjectsApi* | [**patch_project**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectsApi.md#patch_project) | **PATCH** /api/v2/projects/{projectKey} | Update project
150
- *LaunchDarklyApi::ProjectsApi* | [**post_project**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectsApi.md#post_project) | **POST** /api/v2/projects | Create project
151
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**delete_relay_auto_config**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayProxyConfigurationsApi.md#delete_relay_auto_config) | **DELETE** /api/v2/account/relay-auto-configs/{id} | Delete Relay Proxy config by ID
152
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayProxyConfigurationsApi.md#get_relay_proxy_config) | **GET** /api/v2/account/relay-auto-configs/{id} | Get Relay Proxy config
153
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_configs**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayProxyConfigurationsApi.md#get_relay_proxy_configs) | **GET** /api/v2/account/relay-auto-configs | List Relay Proxy configs
154
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**patch_relay_auto_config**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayProxyConfigurationsApi.md#patch_relay_auto_config) | **PATCH** /api/v2/account/relay-auto-configs/{id} | Update a Relay Proxy config
155
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**post_relay_auto_config**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayProxyConfigurationsApi.md#post_relay_auto_config) | **POST** /api/v2/account/relay-auto-configs | Create a new Relay Proxy config
156
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**reset_relay_auto_config**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayProxyConfigurationsApi.md#reset_relay_auto_config) | **POST** /api/v2/account/relay-auto-configs/{id}/reset | Reset Relay Proxy configuration key
157
- *LaunchDarklyApi::ScheduledChangesApi* | [**delete_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ScheduledChangesApi.md#delete_flag_config_scheduled_changes) | **DELETE** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Delete scheduled changes workflow
158
- *LaunchDarklyApi::ScheduledChangesApi* | [**get_feature_flag_scheduled_change**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ScheduledChangesApi.md#get_feature_flag_scheduled_change) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Get a scheduled change
159
- *LaunchDarklyApi::ScheduledChangesApi* | [**get_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ScheduledChangesApi.md#get_flag_config_scheduled_changes) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | List scheduled changes
160
- *LaunchDarklyApi::ScheduledChangesApi* | [**patch_flag_config_scheduled_change**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ScheduledChangesApi.md#patch_flag_config_scheduled_change) | **PATCH** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Update scheduled changes workflow
161
- *LaunchDarklyApi::ScheduledChangesApi* | [**post_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ScheduledChangesApi.md#post_flag_config_scheduled_changes) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Create scheduled changes workflow
162
- *LaunchDarklyApi::SegmentsApi* | [**delete_segment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#delete_segment) | **DELETE** /api/v2/segments/{projKey}/{envKey}/{key} | Delete segment
163
- *LaunchDarklyApi::SegmentsApi* | [**get_expiring_user_targets_for_segment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#get_expiring_user_targets_for_segment) | **GET** /api/v2/segments/{projKey}/{segmentKey}/expiring-user-targets/{envKey} | Get expiring user targets for segment
164
- *LaunchDarklyApi::SegmentsApi* | [**get_segment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#get_segment) | **GET** /api/v2/segments/{projKey}/{envKey}/{key} | Get segment
165
- *LaunchDarklyApi::SegmentsApi* | [**get_segment_membership_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#get_segment_membership_for_user) | **GET** /api/v2/segments/{projKey}/{envKey}/{key}/users/{userKey} | Get Big Segment membership for user
166
- *LaunchDarklyApi::SegmentsApi* | [**get_segments**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#get_segments) | **GET** /api/v2/segments/{projKey}/{envKey} | List segments
167
- *LaunchDarklyApi::SegmentsApi* | [**patch_expiring_user_targets_for_segment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#patch_expiring_user_targets_for_segment) | **PATCH** /api/v2/segments/{projKey}/{segmentKey}/expiring-user-targets/{envKey} | Update expiring user targets for segment
168
- *LaunchDarklyApi::SegmentsApi* | [**patch_segment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#patch_segment) | **PATCH** /api/v2/segments/{projKey}/{envKey}/{key} | Patch segment
169
- *LaunchDarklyApi::SegmentsApi* | [**post_segment**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#post_segment) | **POST** /api/v2/segments/{projKey}/{envKey} | Create segment
170
- *LaunchDarklyApi::SegmentsApi* | [**update_big_segment_targets**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentsApi.md#update_big_segment_targets) | **POST** /api/v2/segments/{projKey}/{envKey}/{key}/users | Update targets on a Big Segment
171
- *LaunchDarklyApi::UserSettingsApi* | [**get_expiring_flags_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSettingsApi.md#get_expiring_flags_for_user) | **GET** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Get expiring dates on flags for user
172
- *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Get flag setting for user
173
- *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_settings**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags | List flag settings for user
174
- *LaunchDarklyApi::UserSettingsApi* | [**patch_expiring_flags_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSettingsApi.md#patch_expiring_flags_for_user) | **PATCH** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Update expiring user target for flags
175
- *LaunchDarklyApi::UserSettingsApi* | [**put_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSettingsApi.md#put_flag_setting) | **PUT** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Update flag settings for user
176
- *LaunchDarklyApi::UsersApi* | [**delete_user**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UsersApi.md#delete_user) | **DELETE** /api/v2/users/{projKey}/{envKey}/{key} | Delete user
177
- *LaunchDarklyApi::UsersApi* | [**get_search_users**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UsersApi.md#get_search_users) | **GET** /api/v2/user-search/{projKey}/{envKey} | Find users
178
- *LaunchDarklyApi::UsersApi* | [**get_user**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UsersApi.md#get_user) | **GET** /api/v2/users/{projKey}/{envKey}/{key} | Get user
179
- *LaunchDarklyApi::UsersApi* | [**get_users**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UsersApi.md#get_users) | **GET** /api/v2/users/{projKey}/{envKey} | List users
180
- *LaunchDarklyApi::UsersBetaApi* | [**get_user_attribute_names**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UsersBetaApi.md#get_user_attribute_names) | **GET** /api/v2/user-attributes/{projectKey}/{environmentKey} | Get user attribute names
181
- *LaunchDarklyApi::WebhooksApi* | [**delete_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WebhooksApi.md#delete_webhook) | **DELETE** /api/v2/webhooks/{id} | Delete webhook
182
- *LaunchDarklyApi::WebhooksApi* | [**get_all_webhooks**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WebhooksApi.md#get_all_webhooks) | **GET** /api/v2/webhooks | List webhooks
183
- *LaunchDarklyApi::WebhooksApi* | [**get_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WebhooksApi.md#get_webhook) | **GET** /api/v2/webhooks/{id} | Get webhook
184
- *LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WebhooksApi.md#patch_webhook) | **PATCH** /api/v2/webhooks/{id} | Update webhook
185
- *LaunchDarklyApi::WebhooksApi* | [**post_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WebhooksApi.md#post_webhook) | **POST** /api/v2/webhooks | Creates a webhook
521
+ *LaunchDarklyApi::AccessTokensApi* | [**delete_token**](docs/AccessTokensApi.md#delete_token) | **DELETE** /api/v2/tokens/{id} | Delete access token
522
+ *LaunchDarklyApi::AccessTokensApi* | [**get_token**](docs/AccessTokensApi.md#get_token) | **GET** /api/v2/tokens/{id} | Get access token
523
+ *LaunchDarklyApi::AccessTokensApi* | [**get_tokens**](docs/AccessTokensApi.md#get_tokens) | **GET** /api/v2/tokens | List access tokens
524
+ *LaunchDarklyApi::AccessTokensApi* | [**patch_token**](docs/AccessTokensApi.md#patch_token) | **PATCH** /api/v2/tokens/{id} | Patch access token
525
+ *LaunchDarklyApi::AccessTokensApi* | [**post_token**](docs/AccessTokensApi.md#post_token) | **POST** /api/v2/tokens | Create access token
526
+ *LaunchDarklyApi::AccessTokensApi* | [**reset_token**](docs/AccessTokensApi.md#reset_token) | **POST** /api/v2/tokens/{id}/reset | Reset access token
527
+ *LaunchDarklyApi::AccountMembersApi* | [**delete_member**](docs/AccountMembersApi.md#delete_member) | **DELETE** /api/v2/members/{id} | Delete account member
528
+ *LaunchDarklyApi::AccountMembersApi* | [**get_member**](docs/AccountMembersApi.md#get_member) | **GET** /api/v2/members/{id} | Get account member
529
+ *LaunchDarklyApi::AccountMembersApi* | [**get_members**](docs/AccountMembersApi.md#get_members) | **GET** /api/v2/members | List account members
530
+ *LaunchDarklyApi::AccountMembersApi* | [**patch_member**](docs/AccountMembersApi.md#patch_member) | **PATCH** /api/v2/members/{id} | Modify an account member
531
+ *LaunchDarklyApi::AccountMembersApi* | [**post_members**](docs/AccountMembersApi.md#post_members) | **POST** /api/v2/members | Invite new members
532
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_evaluations_usage**](docs/AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projKey}/{envKey}/{flagKey} | Get evaluations usage
533
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_events_usage**](docs/AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
534
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_sdks_by_type**](docs/AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
535
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_usage**](docs/AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
536
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_mau_usage_by_category**](docs/AccountUsageBetaApi.md#get_mau_usage_by_category) | **GET** /api/v2/usage/mau/bycategory | Get MAU usage by category
537
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_stream_usage**](docs/AccountUsageBetaApi.md#get_stream_usage) | **GET** /api/v2/usage/streams/{source} | Get stream usage
538
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_stream_usage_by_sdk_version**](docs/AccountUsageBetaApi.md#get_stream_usage_by_sdk_version) | **GET** /api/v2/usage/streams/{source}/bysdkversion | Get stream usage by SDK version
539
+ *LaunchDarklyApi::AccountUsageBetaApi* | [**get_stream_usage_sdkversion**](docs/AccountUsageBetaApi.md#get_stream_usage_sdkversion) | **GET** /api/v2/usage/streams/{source}/sdkversions | Get stream usage SDK versions
540
+ *LaunchDarklyApi::ApprovalsApi* | [**delete_approval_request**](docs/ApprovalsApi.md#delete_approval_request) | **DELETE** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Delete approval request
541
+ *LaunchDarklyApi::ApprovalsApi* | [**get_approval**](docs/ApprovalsApi.md#get_approval) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} | Get approval request
542
+ *LaunchDarklyApi::ApprovalsApi* | [**get_approvals**](docs/ApprovalsApi.md#get_approvals) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | List all approval requests
543
+ *LaunchDarklyApi::ApprovalsApi* | [**post_approval_request**](docs/ApprovalsApi.md#post_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Create approval request
544
+ *LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_apply_request**](docs/ApprovalsApi.md#post_approval_request_apply_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/apply | Apply approval request
545
+ *LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_review**](docs/ApprovalsApi.md#post_approval_request_review) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews | Review approval request
546
+ *LaunchDarklyApi::ApprovalsApi* | [**post_flag_copy_config_approval_request**](docs/ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/copy/environments/{environmentKey}/approval-requests-flag-copy | Create approval request to copy flag configurations across environments
547
+ *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entries**](docs/AuditLogApi.md#get_audit_log_entries) | **GET** /api/v2/auditlog | List audit log feature flag entries
548
+ *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entry**](docs/AuditLogApi.md#get_audit_log_entry) | **GET** /api/v2/auditlog/{id} | Get audit log entry
549
+ *LaunchDarklyApi::CodeReferencesApi* | [**delete_branches**](docs/CodeReferencesApi.md#delete_branches) | **POST** /api/v2/code-refs/repositories/{repo}/branch-delete-tasks | Delete branches
550
+ *LaunchDarklyApi::CodeReferencesApi* | [**delete_repository**](docs/CodeReferencesApi.md#delete_repository) | **DELETE** /api/v2/code-refs/repositories/{repo} | Delete repository
551
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_branch**](docs/CodeReferencesApi.md#get_branch) | **GET** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Get branch
552
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_branches**](docs/CodeReferencesApi.md#get_branches) | **GET** /api/v2/code-refs/repositories/{repo}/branches | List branches
553
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_extinctions**](docs/CodeReferencesApi.md#get_extinctions) | **GET** /api/v2/code-refs/extinctions | List extinctions
554
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_repositories**](docs/CodeReferencesApi.md#get_repositories) | **GET** /api/v2/code-refs/repositories | List repositories
555
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_repository**](docs/CodeReferencesApi.md#get_repository) | **GET** /api/v2/code-refs/repositories/{repo} | Get repository
556
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_root_statistic**](docs/CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get links to code reference repositories for each project
557
+ *LaunchDarklyApi::CodeReferencesApi* | [**get_statistics**](docs/CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags
558
+ *LaunchDarklyApi::CodeReferencesApi* | [**patch_repository**](docs/CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository
559
+ *LaunchDarklyApi::CodeReferencesApi* | [**post_extinction**](docs/CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Create extinction
560
+ *LaunchDarklyApi::CodeReferencesApi* | [**post_repository**](docs/CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository
561
+ *LaunchDarklyApi::CodeReferencesApi* | [**put_branch**](docs/CodeReferencesApi.md#put_branch) | **PUT** /api/v2/code-refs/repositories/{repo}/branches/{branch} | Upsert branch
562
+ *LaunchDarklyApi::CustomRolesApi* | [**delete_custom_role**](docs/CustomRolesApi.md#delete_custom_role) | **DELETE** /api/v2/roles/{key} | Delete custom role
563
+ *LaunchDarklyApi::CustomRolesApi* | [**get_custom_role**](docs/CustomRolesApi.md#get_custom_role) | **GET** /api/v2/roles/{key} | Get custom role
564
+ *LaunchDarklyApi::CustomRolesApi* | [**get_custom_roles**](docs/CustomRolesApi.md#get_custom_roles) | **GET** /api/v2/roles | List custom roles
565
+ *LaunchDarklyApi::CustomRolesApi* | [**patch_custom_role**](docs/CustomRolesApi.md#patch_custom_role) | **PATCH** /api/v2/roles/{key} | Update custom role
566
+ *LaunchDarklyApi::CustomRolesApi* | [**post_custom_role**](docs/CustomRolesApi.md#post_custom_role) | **POST** /api/v2/roles | Create custom role
567
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**delete_destination**](docs/DataExportDestinationsApi.md#delete_destination) | **DELETE** /api/v2/destinations/{projKey}/{envKey}/{id} | Delete Data Export destination
568
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destination**](docs/DataExportDestinationsApi.md#get_destination) | **GET** /api/v2/destinations/{projKey}/{envKey}/{id} | Get destination
569
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destinations**](docs/DataExportDestinationsApi.md#get_destinations) | **GET** /api/v2/destinations | List destinations
570
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**patch_destination**](docs/DataExportDestinationsApi.md#patch_destination) | **PATCH** /api/v2/destinations/{projKey}/{envKey}/{id} | Update Data Export destination
571
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**post_destination**](docs/DataExportDestinationsApi.md#post_destination) | **POST** /api/v2/destinations/{projKey}/{envKey} | Create data export destination
572
+ *LaunchDarklyApi::EnvironmentsApi* | [**delete_environment**](docs/EnvironmentsApi.md#delete_environment) | **DELETE** /api/v2/projects/{projectKey}/environments/{environmentKey} | Delete environment
573
+ *LaunchDarklyApi::EnvironmentsApi* | [**get_environment**](docs/EnvironmentsApi.md#get_environment) | **GET** /api/v2/projects/{projectKey}/environments/{environmentKey} | Get environment
574
+ *LaunchDarklyApi::EnvironmentsApi* | [**patch_environment**](docs/EnvironmentsApi.md#patch_environment) | **PATCH** /api/v2/projects/{projectKey}/environments/{environmentKey} | Update environment
575
+ *LaunchDarklyApi::EnvironmentsApi* | [**post_environment**](docs/EnvironmentsApi.md#post_environment) | **POST** /api/v2/projects/{projectKey}/environments | Create environment
576
+ *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_mobile_key**](docs/EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /api/v2/projects/{projectKey}/environments/{envKey}/mobileKey | Reset environment mobile SDK key
577
+ *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_sdk_key**](docs/EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /api/v2/projects/{projectKey}/environments/{envKey}/apiKey | Reset environment SDK key
578
+ *LaunchDarklyApi::ExperimentsBetaApi* | [**get_experiment**](docs/ExperimentsBetaApi.md#get_experiment) | **GET** /api/v2/flags/{projKey}/{flagKey}/experiments/{envKey}/{metricKey} | Get experiment results
579
+ *LaunchDarklyApi::ExperimentsBetaApi* | [**reset_experiment**](docs/ExperimentsBetaApi.md#reset_experiment) | **DELETE** /api/v2/flags/{projKey}/{flagKey}/experiments/{envKey}/{metricKey}/results | Reset experiment results
580
+ *LaunchDarklyApi::FeatureFlagsApi* | [**copy_feature_flag**](docs/FeatureFlagsApi.md#copy_feature_flag) | **POST** /api/v2/flags/{projKey}/{featureFlagKey}/copy | Copy feature flag
581
+ *LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](docs/FeatureFlagsApi.md#delete_feature_flag) | **DELETE** /api/v2/flags/{projKey}/{key} | Delete feature flag
582
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_expiring_user_targets**](docs/FeatureFlagsApi.md#get_expiring_user_targets) | **GET** /api/v2/flags/{projKey}/{flagKey}/expiring-user-targets/{envKey} | Get expiring user targets for feature flag
583
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag**](docs/FeatureFlagsApi.md#get_feature_flag) | **GET** /api/v2/flags/{projKey}/{key} | Get feature flag
584
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status**](docs/FeatureFlagsApi.md#get_feature_flag_status) | **GET** /api/v2/flag-statuses/{projKey}/{envKey}/{key} | Get feature flag status
585
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status_across_environments**](docs/FeatureFlagsApi.md#get_feature_flag_status_across_environments) | **GET** /api/v2/flag-status/{projKey}/{key} | Get flag status across environments
586
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_statuses**](docs/FeatureFlagsApi.md#get_feature_flag_statuses) | **GET** /api/v2/flag-statuses/{projKey}/{envKey} | List feature flag statuses
587
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flags**](docs/FeatureFlagsApi.md#get_feature_flags) | **GET** /api/v2/flags/{projKey} | List feature flags
588
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_expiring_user_targets**](docs/FeatureFlagsApi.md#patch_expiring_user_targets) | **PATCH** /api/v2/flags/{projKey}/{flagKey}/expiring-user-targets/{envKey} | Update expiring user targets on feature flag
589
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_feature_flag**](docs/FeatureFlagsApi.md#patch_feature_flag) | **PATCH** /api/v2/flags/{projKey}/{key} | Update feature flag
590
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_feature_flag**](docs/FeatureFlagsApi.md#post_feature_flag) | **POST** /api/v2/flags/{projKey} | Create a feature flag
591
+ *LaunchDarklyApi::FeatureFlagsBetaApi* | [**get_dependent_flags**](docs/FeatureFlagsBetaApi.md#get_dependent_flags) | **GET** /api/v2/flags/{projKey}/{flagKey}/dependent-flags | List dependent feature flags
592
+ *LaunchDarklyApi::FeatureFlagsBetaApi* | [**get_dependent_flags_by_env**](docs/FeatureFlagsBetaApi.md#get_dependent_flags_by_env) | **GET** /api/v2/flags/{projKey}/{envKey}/{flagKey}/dependent-flags | List dependent feature flags by environment
593
+ *LaunchDarklyApi::MetricsApi* | [**delete_metric**](docs/MetricsApi.md#delete_metric) | **DELETE** /api/v2/metrics/{projectKey}/{key} | Delete metric
594
+ *LaunchDarklyApi::MetricsApi* | [**get_metric**](docs/MetricsApi.md#get_metric) | **GET** /api/v2/metrics/{projectKey}/{key} | Get metric
595
+ *LaunchDarklyApi::MetricsApi* | [**get_metrics**](docs/MetricsApi.md#get_metrics) | **GET** /api/v2/metrics/{projectKey} | List metrics
596
+ *LaunchDarklyApi::MetricsApi* | [**patch_metric**](docs/MetricsApi.md#patch_metric) | **PATCH** /api/v2/metrics/{projectKey}/{key} | Update metric
597
+ *LaunchDarklyApi::MetricsApi* | [**post_metric**](docs/MetricsApi.md#post_metric) | **POST** /api/v2/metrics/{projectKey} | Create metric
598
+ *LaunchDarklyApi::OtherApi* | [**get_ips**](docs/OtherApi.md#get_ips) | **GET** /api/v2/public-ip-list | Gets the public IP list
599
+ *LaunchDarklyApi::OtherApi* | [**get_openapi_spec**](docs/OtherApi.md#get_openapi_spec) | **GET** /api/v2/openapi.json | Gets the OpenAPI spec in json
600
+ *LaunchDarklyApi::OtherApi* | [**get_root**](docs/OtherApi.md#get_root) | **GET** /api/v2 | Root resource
601
+ *LaunchDarklyApi::OtherApi* | [**get_versions**](docs/OtherApi.md#get_versions) | **GET** /api/v2/versions | Get version information
602
+ *LaunchDarklyApi::ProjectsApi* | [**delete_project**](docs/ProjectsApi.md#delete_project) | **DELETE** /api/v2/projects/{projectKey} | Delete project
603
+ *LaunchDarklyApi::ProjectsApi* | [**get_project**](docs/ProjectsApi.md#get_project) | **GET** /api/v2/projects/{projectKey} | Get project
604
+ *LaunchDarklyApi::ProjectsApi* | [**get_projects**](docs/ProjectsApi.md#get_projects) | **GET** /api/v2/projects | List projects
605
+ *LaunchDarklyApi::ProjectsApi* | [**patch_project**](docs/ProjectsApi.md#patch_project) | **PATCH** /api/v2/projects/{projectKey} | Update project
606
+ *LaunchDarklyApi::ProjectsApi* | [**post_project**](docs/ProjectsApi.md#post_project) | **POST** /api/v2/projects | Create project
607
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**delete_relay_auto_config**](docs/RelayProxyConfigurationsApi.md#delete_relay_auto_config) | **DELETE** /api/v2/account/relay-auto-configs/{id} | Delete Relay Proxy config by ID
608
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_config**](docs/RelayProxyConfigurationsApi.md#get_relay_proxy_config) | **GET** /api/v2/account/relay-auto-configs/{id} | Get Relay Proxy config
609
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_configs**](docs/RelayProxyConfigurationsApi.md#get_relay_proxy_configs) | **GET** /api/v2/account/relay-auto-configs | List Relay Proxy configs
610
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**patch_relay_auto_config**](docs/RelayProxyConfigurationsApi.md#patch_relay_auto_config) | **PATCH** /api/v2/account/relay-auto-configs/{id} | Update a Relay Proxy config
611
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**post_relay_auto_config**](docs/RelayProxyConfigurationsApi.md#post_relay_auto_config) | **POST** /api/v2/account/relay-auto-configs | Create a new Relay Proxy config
612
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**reset_relay_auto_config**](docs/RelayProxyConfigurationsApi.md#reset_relay_auto_config) | **POST** /api/v2/account/relay-auto-configs/{id}/reset | Reset Relay Proxy configuration key
613
+ *LaunchDarklyApi::ScheduledChangesApi* | [**delete_flag_config_scheduled_changes**](docs/ScheduledChangesApi.md#delete_flag_config_scheduled_changes) | **DELETE** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Delete scheduled changes workflow
614
+ *LaunchDarklyApi::ScheduledChangesApi* | [**get_feature_flag_scheduled_change**](docs/ScheduledChangesApi.md#get_feature_flag_scheduled_change) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Get a scheduled change
615
+ *LaunchDarklyApi::ScheduledChangesApi* | [**get_flag_config_scheduled_changes**](docs/ScheduledChangesApi.md#get_flag_config_scheduled_changes) | **GET** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | List scheduled changes
616
+ *LaunchDarklyApi::ScheduledChangesApi* | [**patch_flag_config_scheduled_change**](docs/ScheduledChangesApi.md#patch_flag_config_scheduled_change) | **PATCH** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{id} | Update scheduled changes workflow
617
+ *LaunchDarklyApi::ScheduledChangesApi* | [**post_flag_config_scheduled_changes**](docs/ScheduledChangesApi.md#post_flag_config_scheduled_changes) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Create scheduled changes workflow
618
+ *LaunchDarklyApi::SegmentsApi* | [**delete_segment**](docs/SegmentsApi.md#delete_segment) | **DELETE** /api/v2/segments/{projKey}/{envKey}/{key} | Delete segment
619
+ *LaunchDarklyApi::SegmentsApi* | [**get_expiring_user_targets_for_segment**](docs/SegmentsApi.md#get_expiring_user_targets_for_segment) | **GET** /api/v2/segments/{projKey}/{segmentKey}/expiring-user-targets/{envKey} | Get expiring user targets for segment
620
+ *LaunchDarklyApi::SegmentsApi* | [**get_segment**](docs/SegmentsApi.md#get_segment) | **GET** /api/v2/segments/{projKey}/{envKey}/{key} | Get segment
621
+ *LaunchDarklyApi::SegmentsApi* | [**get_segment_membership_for_user**](docs/SegmentsApi.md#get_segment_membership_for_user) | **GET** /api/v2/segments/{projKey}/{envKey}/{key}/users/{userKey} | Get Big Segment membership for user
622
+ *LaunchDarklyApi::SegmentsApi* | [**get_segments**](docs/SegmentsApi.md#get_segments) | **GET** /api/v2/segments/{projKey}/{envKey} | List segments
623
+ *LaunchDarklyApi::SegmentsApi* | [**patch_expiring_user_targets_for_segment**](docs/SegmentsApi.md#patch_expiring_user_targets_for_segment) | **PATCH** /api/v2/segments/{projKey}/{segmentKey}/expiring-user-targets/{envKey} | Update expiring user targets for segment
624
+ *LaunchDarklyApi::SegmentsApi* | [**patch_segment**](docs/SegmentsApi.md#patch_segment) | **PATCH** /api/v2/segments/{projKey}/{envKey}/{key} | Patch segment
625
+ *LaunchDarklyApi::SegmentsApi* | [**post_segment**](docs/SegmentsApi.md#post_segment) | **POST** /api/v2/segments/{projKey}/{envKey} | Create segment
626
+ *LaunchDarklyApi::SegmentsApi* | [**update_big_segment_targets**](docs/SegmentsApi.md#update_big_segment_targets) | **POST** /api/v2/segments/{projKey}/{envKey}/{key}/users | Update targets on a Big Segment
627
+ *LaunchDarklyApi::TeamsBetaApi* | [**delete_team**](docs/TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{key} | Delete team by key
628
+ *LaunchDarklyApi::TeamsBetaApi* | [**get_team**](docs/TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{key} | Get team by key
629
+ *LaunchDarklyApi::TeamsBetaApi* | [**get_teams**](docs/TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams | Get all teams
630
+ *LaunchDarklyApi::TeamsBetaApi* | [**patch_team**](docs/TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{key} | Patch team by key
631
+ *LaunchDarklyApi::TeamsBetaApi* | [**post_team**](docs/TeamsBetaApi.md#post_team) | **POST** /api/v2/teams | Create team
632
+ *LaunchDarklyApi::UserSettingsApi* | [**get_expiring_flags_for_user**](docs/UserSettingsApi.md#get_expiring_flags_for_user) | **GET** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Get expiring dates on flags for user
633
+ *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Get flag setting for user
634
+ *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_settings**](docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /api/v2/users/{projKey}/{envKey}/{key}/flags | List flag settings for user
635
+ *LaunchDarklyApi::UserSettingsApi* | [**patch_expiring_flags_for_user**](docs/UserSettingsApi.md#patch_expiring_flags_for_user) | **PATCH** /api/v2/users/{projKey}/{userKey}/expiring-user-targets/{envKey} | Update expiring user target for flags
636
+ *LaunchDarklyApi::UserSettingsApi* | [**put_flag_setting**](docs/UserSettingsApi.md#put_flag_setting) | **PUT** /api/v2/users/{projKey}/{envKey}/{key}/flags/{featureKey} | Update flag settings for user
637
+ *LaunchDarklyApi::UsersApi* | [**delete_user**](docs/UsersApi.md#delete_user) | **DELETE** /api/v2/users/{projKey}/{envKey}/{key} | Delete user
638
+ *LaunchDarklyApi::UsersApi* | [**get_search_users**](docs/UsersApi.md#get_search_users) | **GET** /api/v2/user-search/{projKey}/{envKey} | Find users
639
+ *LaunchDarklyApi::UsersApi* | [**get_user**](docs/UsersApi.md#get_user) | **GET** /api/v2/users/{projKey}/{envKey}/{key} | Get user
640
+ *LaunchDarklyApi::UsersApi* | [**get_users**](docs/UsersApi.md#get_users) | **GET** /api/v2/users/{projKey}/{envKey} | List users
641
+ *LaunchDarklyApi::UsersBetaApi* | [**get_user_attribute_names**](docs/UsersBetaApi.md#get_user_attribute_names) | **GET** /api/v2/user-attributes/{projectKey}/{environmentKey} | Get user attribute names
642
+ *LaunchDarklyApi::WebhooksApi* | [**delete_webhook**](docs/WebhooksApi.md#delete_webhook) | **DELETE** /api/v2/webhooks/{id} | Delete webhook
643
+ *LaunchDarklyApi::WebhooksApi* | [**get_all_webhooks**](docs/WebhooksApi.md#get_all_webhooks) | **GET** /api/v2/webhooks | List webhooks
644
+ *LaunchDarklyApi::WebhooksApi* | [**get_webhook**](docs/WebhooksApi.md#get_webhook) | **GET** /api/v2/webhooks/{id} | Get webhook
645
+ *LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](docs/WebhooksApi.md#patch_webhook) | **PATCH** /api/v2/webhooks/{id} | Update webhook
646
+ *LaunchDarklyApi::WebhooksApi* | [**post_webhook**](docs/WebhooksApi.md#post_webhook) | **POST** /api/v2/webhooks | Creates a webhook
186
647
 
187
648
 
188
649
  ## Documentation for Models
189
650
 
190
- - [LaunchDarklyApi::AccessDeniedReasonRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessDeniedReasonRep.md)
191
- - [LaunchDarklyApi::AccessDeniedRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessDeniedRep.md)
192
- - [LaunchDarklyApi::AccessRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessRep.md)
193
- - [LaunchDarklyApi::AccessTokenPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AccessTokenPost.md)
194
- - [LaunchDarklyApi::ApprovalSettings](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ApprovalSettings.md)
195
- - [LaunchDarklyApi::AuditLogEntryListingRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AuditLogEntryListingRep.md)
196
- - [LaunchDarklyApi::AuditLogEntryListingRepCollection](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AuditLogEntryListingRepCollection.md)
197
- - [LaunchDarklyApi::AuditLogEntryRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AuditLogEntryRep.md)
198
- - [LaunchDarklyApi::AuthorizedAppDataRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/AuthorizedAppDataRep.md)
199
- - [LaunchDarklyApi::BigSegmentTarget](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/BigSegmentTarget.md)
200
- - [LaunchDarklyApi::BranchCollectionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/BranchCollectionRep.md)
201
- - [LaunchDarklyApi::BranchRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/BranchRep.md)
202
- - [LaunchDarklyApi::Clause](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Clause.md)
203
- - [LaunchDarklyApi::ClientSideAvailability](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ClientSideAvailability.md)
204
- - [LaunchDarklyApi::ClientSideAvailabilityPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ClientSideAvailabilityPost.md)
205
- - [LaunchDarklyApi::ConfidenceIntervalRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ConfidenceIntervalRep.md)
206
- - [LaunchDarklyApi::Conflict](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Conflict.md)
207
- - [LaunchDarklyApi::CopiedFromEnv](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CopiedFromEnv.md)
208
- - [LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CreateCopyFlagConfigApprovalRequestRequest.md)
209
- - [LaunchDarklyApi::CreateFlagConfigApprovalRequestRequest](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CreateFlagConfigApprovalRequestRequest.md)
210
- - [LaunchDarklyApi::CustomProperty](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomProperty.md)
211
- - [LaunchDarklyApi::CustomRole](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRole.md)
212
- - [LaunchDarklyApi::CustomRolePost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolePost.md)
213
- - [LaunchDarklyApi::CustomRolePostData](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRolePostData.md)
214
- - [LaunchDarklyApi::CustomRoles](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/CustomRoles.md)
215
- - [LaunchDarklyApi::DefaultClientSideAvailabilityPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DefaultClientSideAvailabilityPost.md)
216
- - [LaunchDarklyApi::Defaults](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Defaults.md)
217
- - [LaunchDarklyApi::DependentFlag](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DependentFlag.md)
218
- - [LaunchDarklyApi::DependentFlagEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DependentFlagEnvironment.md)
219
- - [LaunchDarklyApi::DependentFlagsByEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DependentFlagsByEnvironment.md)
220
- - [LaunchDarklyApi::Destination](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Destination.md)
221
- - [LaunchDarklyApi::DestinationPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/DestinationPost.md)
222
- - [LaunchDarklyApi::Destinations](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Destinations.md)
223
- - [LaunchDarklyApi::Environment](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Environment.md)
224
- - [LaunchDarklyApi::EnvironmentPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/EnvironmentPost.md)
225
- - [LaunchDarklyApi::ExperimentAllocationRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentAllocationRep.md)
226
- - [LaunchDarklyApi::ExperimentEnabledPeriodRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentEnabledPeriodRep.md)
227
- - [LaunchDarklyApi::ExperimentEnvironmentSettingRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentEnvironmentSettingRep.md)
228
- - [LaunchDarklyApi::ExperimentInfoRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentInfoRep.md)
229
- - [LaunchDarklyApi::ExperimentMetadataRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentMetadataRep.md)
230
- - [LaunchDarklyApi::ExperimentRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentRep.md)
231
- - [LaunchDarklyApi::ExperimentResultsRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentResultsRep.md)
232
- - [LaunchDarklyApi::ExperimentStatsRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentStatsRep.md)
233
- - [LaunchDarklyApi::ExperimentTimeSeriesSlice](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentTimeSeriesSlice.md)
234
- - [LaunchDarklyApi::ExperimentTimeSeriesVariationSlice](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentTimeSeriesVariationSlice.md)
235
- - [LaunchDarklyApi::ExperimentTotalsRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExperimentTotalsRep.md)
236
- - [LaunchDarklyApi::ExpiringUserTargetError](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExpiringUserTargetError.md)
237
- - [LaunchDarklyApi::ExpiringUserTargetGetResponse](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExpiringUserTargetGetResponse.md)
238
- - [LaunchDarklyApi::ExpiringUserTargetItem](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExpiringUserTargetItem.md)
239
- - [LaunchDarklyApi::ExpiringUserTargetPatchResponse](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExpiringUserTargetPatchResponse.md)
240
- - [LaunchDarklyApi::Extinction](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Extinction.md)
241
- - [LaunchDarklyApi::ExtinctionCollectionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExtinctionCollectionRep.md)
242
- - [LaunchDarklyApi::ExtinctionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ExtinctionRep.md)
243
- - [LaunchDarklyApi::FeatureFlag](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlag.md)
244
- - [LaunchDarklyApi::FeatureFlagBody](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagBody.md)
245
- - [LaunchDarklyApi::FeatureFlagConfig](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagConfig.md)
246
- - [LaunchDarklyApi::FeatureFlagScheduledChange](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagScheduledChange.md)
247
- - [LaunchDarklyApi::FeatureFlagScheduledChanges](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagScheduledChanges.md)
248
- - [LaunchDarklyApi::FeatureFlagStatus](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagStatus.md)
249
- - [LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagStatusAcrossEnvironments.md)
250
- - [LaunchDarklyApi::FeatureFlagStatuses](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlagStatuses.md)
251
- - [LaunchDarklyApi::FeatureFlags](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FeatureFlags.md)
252
- - [LaunchDarklyApi::FlagConfigApprovalRequestResponse](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagConfigApprovalRequestResponse.md)
253
- - [LaunchDarklyApi::FlagConfigApprovalRequestsResponse](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagConfigApprovalRequestsResponse.md)
254
- - [LaunchDarklyApi::FlagCopyConfigEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagCopyConfigEnvironment.md)
255
- - [LaunchDarklyApi::FlagCopyConfigPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagCopyConfigPost.md)
256
- - [LaunchDarklyApi::FlagGlobalAttributesRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagGlobalAttributesRep.md)
257
- - [LaunchDarklyApi::FlagListingRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagListingRep.md)
258
- - [LaunchDarklyApi::FlagScheduledChangesInput](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagScheduledChangesInput.md)
259
- - [LaunchDarklyApi::FlagStatusRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagStatusRep.md)
260
- - [LaunchDarklyApi::FlagSummary](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/FlagSummary.md)
261
- - [LaunchDarklyApi::HunkRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/HunkRep.md)
262
- - [LaunchDarklyApi::InlineObject](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/InlineObject.md)
263
- - [LaunchDarklyApi::InlineObject1](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/InlineObject1.md)
264
- - [LaunchDarklyApi::InlineResponse200](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/InlineResponse200.md)
265
- - [LaunchDarklyApi::IntegrationMetadata](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/IntegrationMetadata.md)
266
- - [LaunchDarklyApi::IntegrationStatus](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/IntegrationStatus.md)
267
- - [LaunchDarklyApi::IpList](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/IpList.md)
268
- - [LaunchDarklyApi::LastSeenMetadata](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/LastSeenMetadata.md)
269
- - [LaunchDarklyApi::Link](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Link.md)
270
- - [LaunchDarklyApi::Member](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Member.md)
271
- - [LaunchDarklyApi::MemberDataRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MemberDataRep.md)
272
- - [LaunchDarklyApi::MemberPermissionGrantSummaryRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MemberPermissionGrantSummaryRep.md)
273
- - [LaunchDarklyApi::MemberSummaryRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MemberSummaryRep.md)
274
- - [LaunchDarklyApi::MemberTeamSummaryRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MemberTeamSummaryRep.md)
275
- - [LaunchDarklyApi::Members](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Members.md)
276
- - [LaunchDarklyApi::MetricCollectionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricCollectionRep.md)
277
- - [LaunchDarklyApi::MetricListingRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricListingRep.md)
278
- - [LaunchDarklyApi::MetricPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricPost.md)
279
- - [LaunchDarklyApi::MetricRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MetricRep.md)
280
- - [LaunchDarklyApi::Modification](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Modification.md)
281
- - [LaunchDarklyApi::MultiEnvironmentDependentFlag](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MultiEnvironmentDependentFlag.md)
282
- - [LaunchDarklyApi::MultiEnvironmentDependentFlags](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/MultiEnvironmentDependentFlags.md)
283
- - [LaunchDarklyApi::NewMemberForm](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/NewMemberForm.md)
284
- - [LaunchDarklyApi::ParentResourceRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ParentResourceRep.md)
285
- - [LaunchDarklyApi::PatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PatchOperation.md)
286
- - [LaunchDarklyApi::PatchSegmentInstruction](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PatchSegmentInstruction.md)
287
- - [LaunchDarklyApi::PatchSegmentRequest](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PatchSegmentRequest.md)
288
- - [LaunchDarklyApi::PatchWithComment](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PatchWithComment.md)
289
- - [LaunchDarklyApi::PostApprovalRequestApplyRequest](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PostApprovalRequestApplyRequest.md)
290
- - [LaunchDarklyApi::PostApprovalRequestReviewRequest](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PostApprovalRequestReviewRequest.md)
291
- - [LaunchDarklyApi::PostFlagScheduledChangesInput](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PostFlagScheduledChangesInput.md)
292
- - [LaunchDarklyApi::Prerequisite](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Prerequisite.md)
293
- - [LaunchDarklyApi::Project](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Project.md)
294
- - [LaunchDarklyApi::ProjectListingRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectListingRep.md)
295
- - [LaunchDarklyApi::ProjectPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ProjectPost.md)
296
- - [LaunchDarklyApi::Projects](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Projects.md)
297
- - [LaunchDarklyApi::PubNubDetailRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/PubNubDetailRep.md)
298
- - [LaunchDarklyApi::ReferenceRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ReferenceRep.md)
299
- - [LaunchDarklyApi::RelayAutoConfigCollectionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayAutoConfigCollectionRep.md)
300
- - [LaunchDarklyApi::RelayAutoConfigPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayAutoConfigPost.md)
301
- - [LaunchDarklyApi::RelayAutoConfigRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RelayAutoConfigRep.md)
302
- - [LaunchDarklyApi::RepositoryCollectionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RepositoryCollectionRep.md)
303
- - [LaunchDarklyApi::RepositoryPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RepositoryPost.md)
304
- - [LaunchDarklyApi::RepositoryRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/RepositoryRep.md)
305
- - [LaunchDarklyApi::ResourceAccess](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ResourceAccess.md)
306
- - [LaunchDarklyApi::ResourceIDResponse](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ResourceIDResponse.md)
307
- - [LaunchDarklyApi::ReviewResponse](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ReviewResponse.md)
308
- - [LaunchDarklyApi::Rollout](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Rollout.md)
309
- - [LaunchDarklyApi::Rule](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Rule.md)
310
- - [LaunchDarklyApi::SdkListRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SdkListRep.md)
311
- - [LaunchDarklyApi::SdkVersionListRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SdkVersionListRep.md)
312
- - [LaunchDarklyApi::SdkVersionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SdkVersionRep.md)
313
- - [LaunchDarklyApi::SegmentBody](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentBody.md)
314
- - [LaunchDarklyApi::SegmentMetadata](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentMetadata.md)
315
- - [LaunchDarklyApi::SegmentUserList](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentUserList.md)
316
- - [LaunchDarklyApi::SegmentUserState](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SegmentUserState.md)
317
- - [LaunchDarklyApi::SeriesListRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SeriesListRep.md)
318
- - [LaunchDarklyApi::SourceFlag](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SourceFlag.md)
319
- - [LaunchDarklyApi::Statement](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Statement.md)
320
- - [LaunchDarklyApi::StatementPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/StatementPost.md)
321
- - [LaunchDarklyApi::StatementPostData](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/StatementPostData.md)
322
- - [LaunchDarklyApi::StatementRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/StatementRep.md)
323
- - [LaunchDarklyApi::StatisticCollectionRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/StatisticCollectionRep.md)
324
- - [LaunchDarklyApi::StatisticRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/StatisticRep.md)
325
- - [LaunchDarklyApi::StatisticsRoot](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/StatisticsRoot.md)
326
- - [LaunchDarklyApi::SubjectDataRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/SubjectDataRep.md)
327
- - [LaunchDarklyApi::Target](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Target.md)
328
- - [LaunchDarklyApi::TargetResourceRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/TargetResourceRep.md)
329
- - [LaunchDarklyApi::TitleRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/TitleRep.md)
330
- - [LaunchDarklyApi::Token](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Token.md)
331
- - [LaunchDarklyApi::TokenDataRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/TokenDataRep.md)
332
- - [LaunchDarklyApi::Tokens](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Tokens.md)
333
- - [LaunchDarklyApi::UrlPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UrlPost.md)
334
- - [LaunchDarklyApi::User](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/User.md)
335
- - [LaunchDarklyApi::UserAttributeNamesRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserAttributeNamesRep.md)
336
- - [LaunchDarklyApi::UserFlagSetting](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserFlagSetting.md)
337
- - [LaunchDarklyApi::UserFlagSettings](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserFlagSettings.md)
338
- - [LaunchDarklyApi::UserRecord](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserRecord.md)
339
- - [LaunchDarklyApi::UserSegment](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSegment.md)
340
- - [LaunchDarklyApi::UserSegmentRule](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSegmentRule.md)
341
- - [LaunchDarklyApi::UserSegments](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/UserSegments.md)
342
- - [LaunchDarklyApi::Users](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Users.md)
343
- - [LaunchDarklyApi::ValuePut](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/ValuePut.md)
344
- - [LaunchDarklyApi::Variate](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Variate.md)
345
- - [LaunchDarklyApi::Variation](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Variation.md)
346
- - [LaunchDarklyApi::VariationOrRolloutRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/VariationOrRolloutRep.md)
347
- - [LaunchDarklyApi::VariationSummary](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/VariationSummary.md)
348
- - [LaunchDarklyApi::VersionsRep](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/VersionsRep.md)
349
- - [LaunchDarklyApi::Webhook](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Webhook.md)
350
- - [LaunchDarklyApi::WebhookPost](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WebhookPost.md)
351
- - [LaunchDarklyApi::Webhooks](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/Webhooks.md)
352
- - [LaunchDarklyApi::WeightedVariation](https://github.com/launchdarkly/api-client-ruby/blob/2.0/docs/WeightedVariation.md)
651
+ - [LaunchDarklyApi::AccessDeniedReasonRep](docs/AccessDeniedReasonRep.md)
652
+ - [LaunchDarklyApi::AccessDeniedRep](docs/AccessDeniedRep.md)
653
+ - [LaunchDarklyApi::AccessRep](docs/AccessRep.md)
654
+ - [LaunchDarklyApi::AccessTokenPost](docs/AccessTokenPost.md)
655
+ - [LaunchDarklyApi::ApprovalSettings](docs/ApprovalSettings.md)
656
+ - [LaunchDarklyApi::AuditLogEntryListingRep](docs/AuditLogEntryListingRep.md)
657
+ - [LaunchDarklyApi::AuditLogEntryListingRepCollection](docs/AuditLogEntryListingRepCollection.md)
658
+ - [LaunchDarklyApi::AuditLogEntryRep](docs/AuditLogEntryRep.md)
659
+ - [LaunchDarklyApi::AuthorizedAppDataRep](docs/AuthorizedAppDataRep.md)
660
+ - [LaunchDarklyApi::BigSegmentTarget](docs/BigSegmentTarget.md)
661
+ - [LaunchDarklyApi::BranchCollectionRep](docs/BranchCollectionRep.md)
662
+ - [LaunchDarklyApi::BranchRep](docs/BranchRep.md)
663
+ - [LaunchDarklyApi::Clause](docs/Clause.md)
664
+ - [LaunchDarklyApi::ClientSideAvailability](docs/ClientSideAvailability.md)
665
+ - [LaunchDarklyApi::ClientSideAvailabilityPost](docs/ClientSideAvailabilityPost.md)
666
+ - [LaunchDarklyApi::ConfidenceIntervalRep](docs/ConfidenceIntervalRep.md)
667
+ - [LaunchDarklyApi::Conflict](docs/Conflict.md)
668
+ - [LaunchDarklyApi::CopiedFromEnv](docs/CopiedFromEnv.md)
669
+ - [LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest](docs/CreateCopyFlagConfigApprovalRequestRequest.md)
670
+ - [LaunchDarklyApi::CreateFlagConfigApprovalRequestRequest](docs/CreateFlagConfigApprovalRequestRequest.md)
671
+ - [LaunchDarklyApi::CustomProperty](docs/CustomProperty.md)
672
+ - [LaunchDarklyApi::CustomRole](docs/CustomRole.md)
673
+ - [LaunchDarklyApi::CustomRolePost](docs/CustomRolePost.md)
674
+ - [LaunchDarklyApi::CustomRolePostData](docs/CustomRolePostData.md)
675
+ - [LaunchDarklyApi::CustomRoles](docs/CustomRoles.md)
676
+ - [LaunchDarklyApi::CustomWorkflowMeta](docs/CustomWorkflowMeta.md)
677
+ - [LaunchDarklyApi::CustomWorkflowStageMeta](docs/CustomWorkflowStageMeta.md)
678
+ - [LaunchDarklyApi::DefaultClientSideAvailabilityPost](docs/DefaultClientSideAvailabilityPost.md)
679
+ - [LaunchDarklyApi::Defaults](docs/Defaults.md)
680
+ - [LaunchDarklyApi::DependentFlag](docs/DependentFlag.md)
681
+ - [LaunchDarklyApi::DependentFlagEnvironment](docs/DependentFlagEnvironment.md)
682
+ - [LaunchDarklyApi::DependentFlagsByEnvironment](docs/DependentFlagsByEnvironment.md)
683
+ - [LaunchDarklyApi::Destination](docs/Destination.md)
684
+ - [LaunchDarklyApi::DestinationPost](docs/DestinationPost.md)
685
+ - [LaunchDarklyApi::Destinations](docs/Destinations.md)
686
+ - [LaunchDarklyApi::Environment](docs/Environment.md)
687
+ - [LaunchDarklyApi::EnvironmentPost](docs/EnvironmentPost.md)
688
+ - [LaunchDarklyApi::ExperimentAllocationRep](docs/ExperimentAllocationRep.md)
689
+ - [LaunchDarklyApi::ExperimentEnabledPeriodRep](docs/ExperimentEnabledPeriodRep.md)
690
+ - [LaunchDarklyApi::ExperimentEnvironmentSettingRep](docs/ExperimentEnvironmentSettingRep.md)
691
+ - [LaunchDarklyApi::ExperimentInfoRep](docs/ExperimentInfoRep.md)
692
+ - [LaunchDarklyApi::ExperimentMetadataRep](docs/ExperimentMetadataRep.md)
693
+ - [LaunchDarklyApi::ExperimentRep](docs/ExperimentRep.md)
694
+ - [LaunchDarklyApi::ExperimentResultsRep](docs/ExperimentResultsRep.md)
695
+ - [LaunchDarklyApi::ExperimentStatsRep](docs/ExperimentStatsRep.md)
696
+ - [LaunchDarklyApi::ExperimentTimeSeriesSlice](docs/ExperimentTimeSeriesSlice.md)
697
+ - [LaunchDarklyApi::ExperimentTimeSeriesVariationSlice](docs/ExperimentTimeSeriesVariationSlice.md)
698
+ - [LaunchDarklyApi::ExperimentTotalsRep](docs/ExperimentTotalsRep.md)
699
+ - [LaunchDarklyApi::ExpiringUserTargetError](docs/ExpiringUserTargetError.md)
700
+ - [LaunchDarklyApi::ExpiringUserTargetGetResponse](docs/ExpiringUserTargetGetResponse.md)
701
+ - [LaunchDarklyApi::ExpiringUserTargetItem](docs/ExpiringUserTargetItem.md)
702
+ - [LaunchDarklyApi::ExpiringUserTargetPatchResponse](docs/ExpiringUserTargetPatchResponse.md)
703
+ - [LaunchDarklyApi::Extinction](docs/Extinction.md)
704
+ - [LaunchDarklyApi::ExtinctionCollectionRep](docs/ExtinctionCollectionRep.md)
705
+ - [LaunchDarklyApi::ExtinctionRep](docs/ExtinctionRep.md)
706
+ - [LaunchDarklyApi::FeatureFlag](docs/FeatureFlag.md)
707
+ - [LaunchDarklyApi::FeatureFlagBody](docs/FeatureFlagBody.md)
708
+ - [LaunchDarklyApi::FeatureFlagConfig](docs/FeatureFlagConfig.md)
709
+ - [LaunchDarklyApi::FeatureFlagScheduledChange](docs/FeatureFlagScheduledChange.md)
710
+ - [LaunchDarklyApi::FeatureFlagScheduledChanges](docs/FeatureFlagScheduledChanges.md)
711
+ - [LaunchDarklyApi::FeatureFlagStatus](docs/FeatureFlagStatus.md)
712
+ - [LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments](docs/FeatureFlagStatusAcrossEnvironments.md)
713
+ - [LaunchDarklyApi::FeatureFlagStatuses](docs/FeatureFlagStatuses.md)
714
+ - [LaunchDarklyApi::FeatureFlags](docs/FeatureFlags.md)
715
+ - [LaunchDarklyApi::FlagConfigApprovalRequestResponse](docs/FlagConfigApprovalRequestResponse.md)
716
+ - [LaunchDarklyApi::FlagConfigApprovalRequestsResponse](docs/FlagConfigApprovalRequestsResponse.md)
717
+ - [LaunchDarklyApi::FlagCopyConfigEnvironment](docs/FlagCopyConfigEnvironment.md)
718
+ - [LaunchDarklyApi::FlagCopyConfigPost](docs/FlagCopyConfigPost.md)
719
+ - [LaunchDarklyApi::FlagGlobalAttributesRep](docs/FlagGlobalAttributesRep.md)
720
+ - [LaunchDarklyApi::FlagListingRep](docs/FlagListingRep.md)
721
+ - [LaunchDarklyApi::FlagScheduledChangesInput](docs/FlagScheduledChangesInput.md)
722
+ - [LaunchDarklyApi::FlagStatusRep](docs/FlagStatusRep.md)
723
+ - [LaunchDarklyApi::FlagSummary](docs/FlagSummary.md)
724
+ - [LaunchDarklyApi::HunkRep](docs/HunkRep.md)
725
+ - [LaunchDarklyApi::InlineObject](docs/InlineObject.md)
726
+ - [LaunchDarklyApi::InlineObject1](docs/InlineObject1.md)
727
+ - [LaunchDarklyApi::InlineResponse200](docs/InlineResponse200.md)
728
+ - [LaunchDarklyApi::IntegrationMetadata](docs/IntegrationMetadata.md)
729
+ - [LaunchDarklyApi::IntegrationStatus](docs/IntegrationStatus.md)
730
+ - [LaunchDarklyApi::IpList](docs/IpList.md)
731
+ - [LaunchDarklyApi::LastSeenMetadata](docs/LastSeenMetadata.md)
732
+ - [LaunchDarklyApi::Link](docs/Link.md)
733
+ - [LaunchDarklyApi::Member](docs/Member.md)
734
+ - [LaunchDarklyApi::MemberDataRep](docs/MemberDataRep.md)
735
+ - [LaunchDarklyApi::MemberPermissionGrantSummaryRep](docs/MemberPermissionGrantSummaryRep.md)
736
+ - [LaunchDarklyApi::MemberSummaryRep](docs/MemberSummaryRep.md)
737
+ - [LaunchDarklyApi::MemberTeamSummaryRep](docs/MemberTeamSummaryRep.md)
738
+ - [LaunchDarklyApi::Members](docs/Members.md)
739
+ - [LaunchDarklyApi::MetricCollectionRep](docs/MetricCollectionRep.md)
740
+ - [LaunchDarklyApi::MetricListingRep](docs/MetricListingRep.md)
741
+ - [LaunchDarklyApi::MetricPost](docs/MetricPost.md)
742
+ - [LaunchDarklyApi::MetricRep](docs/MetricRep.md)
743
+ - [LaunchDarklyApi::Modification](docs/Modification.md)
744
+ - [LaunchDarklyApi::MultiEnvironmentDependentFlag](docs/MultiEnvironmentDependentFlag.md)
745
+ - [LaunchDarklyApi::MultiEnvironmentDependentFlags](docs/MultiEnvironmentDependentFlags.md)
746
+ - [LaunchDarklyApi::NewMemberForm](docs/NewMemberForm.md)
747
+ - [LaunchDarklyApi::ParentResourceRep](docs/ParentResourceRep.md)
748
+ - [LaunchDarklyApi::PatchOperation](docs/PatchOperation.md)
749
+ - [LaunchDarklyApi::PatchSegmentInstruction](docs/PatchSegmentInstruction.md)
750
+ - [LaunchDarklyApi::PatchSegmentRequest](docs/PatchSegmentRequest.md)
751
+ - [LaunchDarklyApi::PatchWithComment](docs/PatchWithComment.md)
752
+ - [LaunchDarklyApi::PermissionGrantInput](docs/PermissionGrantInput.md)
753
+ - [LaunchDarklyApi::PermissionGrantRep](docs/PermissionGrantRep.md)
754
+ - [LaunchDarklyApi::PostApprovalRequestApplyRequest](docs/PostApprovalRequestApplyRequest.md)
755
+ - [LaunchDarklyApi::PostApprovalRequestReviewRequest](docs/PostApprovalRequestReviewRequest.md)
756
+ - [LaunchDarklyApi::PostFlagScheduledChangesInput](docs/PostFlagScheduledChangesInput.md)
757
+ - [LaunchDarklyApi::Prerequisite](docs/Prerequisite.md)
758
+ - [LaunchDarklyApi::Project](docs/Project.md)
759
+ - [LaunchDarklyApi::ProjectListingRep](docs/ProjectListingRep.md)
760
+ - [LaunchDarklyApi::ProjectPost](docs/ProjectPost.md)
761
+ - [LaunchDarklyApi::Projects](docs/Projects.md)
762
+ - [LaunchDarklyApi::PubNubDetailRep](docs/PubNubDetailRep.md)
763
+ - [LaunchDarklyApi::ReferenceRep](docs/ReferenceRep.md)
764
+ - [LaunchDarklyApi::RelayAutoConfigCollectionRep](docs/RelayAutoConfigCollectionRep.md)
765
+ - [LaunchDarklyApi::RelayAutoConfigPost](docs/RelayAutoConfigPost.md)
766
+ - [LaunchDarklyApi::RelayAutoConfigRep](docs/RelayAutoConfigRep.md)
767
+ - [LaunchDarklyApi::RepositoryCollectionRep](docs/RepositoryCollectionRep.md)
768
+ - [LaunchDarklyApi::RepositoryPost](docs/RepositoryPost.md)
769
+ - [LaunchDarklyApi::RepositoryRep](docs/RepositoryRep.md)
770
+ - [LaunchDarklyApi::ResourceAccess](docs/ResourceAccess.md)
771
+ - [LaunchDarklyApi::ResourceIDResponse](docs/ResourceIDResponse.md)
772
+ - [LaunchDarklyApi::ReviewResponse](docs/ReviewResponse.md)
773
+ - [LaunchDarklyApi::Rollout](docs/Rollout.md)
774
+ - [LaunchDarklyApi::Rule](docs/Rule.md)
775
+ - [LaunchDarklyApi::SdkListRep](docs/SdkListRep.md)
776
+ - [LaunchDarklyApi::SdkVersionListRep](docs/SdkVersionListRep.md)
777
+ - [LaunchDarklyApi::SdkVersionRep](docs/SdkVersionRep.md)
778
+ - [LaunchDarklyApi::SegmentBody](docs/SegmentBody.md)
779
+ - [LaunchDarklyApi::SegmentMetadata](docs/SegmentMetadata.md)
780
+ - [LaunchDarklyApi::SegmentUserList](docs/SegmentUserList.md)
781
+ - [LaunchDarklyApi::SegmentUserState](docs/SegmentUserState.md)
782
+ - [LaunchDarklyApi::SeriesListRep](docs/SeriesListRep.md)
783
+ - [LaunchDarklyApi::SourceFlag](docs/SourceFlag.md)
784
+ - [LaunchDarklyApi::Statement](docs/Statement.md)
785
+ - [LaunchDarklyApi::StatementPost](docs/StatementPost.md)
786
+ - [LaunchDarklyApi::StatementPostData](docs/StatementPostData.md)
787
+ - [LaunchDarklyApi::StatementRep](docs/StatementRep.md)
788
+ - [LaunchDarklyApi::StatisticCollectionRep](docs/StatisticCollectionRep.md)
789
+ - [LaunchDarklyApi::StatisticRep](docs/StatisticRep.md)
790
+ - [LaunchDarklyApi::StatisticsRoot](docs/StatisticsRoot.md)
791
+ - [LaunchDarklyApi::SubjectDataRep](docs/SubjectDataRep.md)
792
+ - [LaunchDarklyApi::Target](docs/Target.md)
793
+ - [LaunchDarklyApi::TargetResourceRep](docs/TargetResourceRep.md)
794
+ - [LaunchDarklyApi::TeamCollectionRep](docs/TeamCollectionRep.md)
795
+ - [LaunchDarklyApi::TeamPatchInput](docs/TeamPatchInput.md)
796
+ - [LaunchDarklyApi::TeamPostInput](docs/TeamPostInput.md)
797
+ - [LaunchDarklyApi::TeamRep](docs/TeamRep.md)
798
+ - [LaunchDarklyApi::TitleRep](docs/TitleRep.md)
799
+ - [LaunchDarklyApi::Token](docs/Token.md)
800
+ - [LaunchDarklyApi::TokenDataRep](docs/TokenDataRep.md)
801
+ - [LaunchDarklyApi::Tokens](docs/Tokens.md)
802
+ - [LaunchDarklyApi::UrlPost](docs/UrlPost.md)
803
+ - [LaunchDarklyApi::User](docs/User.md)
804
+ - [LaunchDarklyApi::UserAttributeNamesRep](docs/UserAttributeNamesRep.md)
805
+ - [LaunchDarklyApi::UserFlagSetting](docs/UserFlagSetting.md)
806
+ - [LaunchDarklyApi::UserFlagSettings](docs/UserFlagSettings.md)
807
+ - [LaunchDarklyApi::UserRecord](docs/UserRecord.md)
808
+ - [LaunchDarklyApi::UserSegment](docs/UserSegment.md)
809
+ - [LaunchDarklyApi::UserSegmentRule](docs/UserSegmentRule.md)
810
+ - [LaunchDarklyApi::UserSegments](docs/UserSegments.md)
811
+ - [LaunchDarklyApi::Users](docs/Users.md)
812
+ - [LaunchDarklyApi::ValuePut](docs/ValuePut.md)
813
+ - [LaunchDarklyApi::Variate](docs/Variate.md)
814
+ - [LaunchDarklyApi::Variation](docs/Variation.md)
815
+ - [LaunchDarklyApi::VariationOrRolloutRep](docs/VariationOrRolloutRep.md)
816
+ - [LaunchDarklyApi::VariationSummary](docs/VariationSummary.md)
817
+ - [LaunchDarklyApi::VersionsRep](docs/VersionsRep.md)
818
+ - [LaunchDarklyApi::Webhook](docs/Webhook.md)
819
+ - [LaunchDarklyApi::WebhookPost](docs/WebhookPost.md)
820
+ - [LaunchDarklyApi::Webhooks](docs/Webhooks.md)
821
+ - [LaunchDarklyApi::WeightedVariation](docs/WeightedVariation.md)
822
+
823
+
824
+ ## Documentation for Authorization
825
+
826
+
827
+ ### ApiKey
828
+
829
+
830
+ - **Type**: API key
831
+ - **API key parameter name**: Authorization
832
+ - **Location**: HTTP header
353
833
 
354
834
  ## Sample Code
355
835