launchdarkly_api 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (300) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +236 -236
  4. data/launchdarkly_api.gemspec +3 -2
  5. data/lib/launchdarkly_api.rb +2 -2
  6. data/lib/launchdarkly_api/api/access_tokens_api.rb +2 -2
  7. data/lib/launchdarkly_api/api/audit_log_api.rb +2 -2
  8. data/lib/launchdarkly_api/api/custom_roles_api.rb +2 -2
  9. data/lib/launchdarkly_api/api/customer_metrics_api.rb +2 -2
  10. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +2 -2
  11. data/lib/launchdarkly_api/api/environments_api.rb +2 -2
  12. data/lib/launchdarkly_api/api/feature_flags_api.rb +2 -2
  13. data/lib/launchdarkly_api/api/integrations_api.rb +2 -2
  14. data/lib/launchdarkly_api/api/projects_api.rb +2 -2
  15. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +2 -2
  16. data/lib/launchdarkly_api/api/root_api.rb +2 -2
  17. data/lib/launchdarkly_api/api/team_members_api.rb +2 -2
  18. data/lib/launchdarkly_api/api/user_segments_api.rb +2 -2
  19. data/lib/launchdarkly_api/api/user_settings_api.rb +2 -2
  20. data/lib/launchdarkly_api/api/users_api.rb +2 -2
  21. data/lib/launchdarkly_api/api/webhooks_api.rb +2 -2
  22. data/lib/launchdarkly_api/api_client.rb +7 -5
  23. data/lib/launchdarkly_api/api_error.rb +2 -2
  24. data/lib/launchdarkly_api/configuration.rb +4 -4
  25. data/lib/launchdarkly_api/models/approval_request.rb +4 -3
  26. data/lib/launchdarkly_api/models/approval_request_apply_config_body.rb +4 -3
  27. data/lib/launchdarkly_api/models/approval_request_config_body.rb +4 -3
  28. data/lib/launchdarkly_api/models/approval_request_review.rb +4 -3
  29. data/lib/launchdarkly_api/models/approval_request_review_config_body.rb +4 -3
  30. data/lib/launchdarkly_api/models/approval_request_review_status.rb +2 -2
  31. data/lib/launchdarkly_api/models/approval_requests.rb +4 -3
  32. data/lib/launchdarkly_api/models/audit_log_entries.rb +4 -3
  33. data/lib/launchdarkly_api/models/audit_log_entry.rb +4 -3
  34. data/lib/launchdarkly_api/models/audit_log_entry_target.rb +4 -3
  35. data/lib/launchdarkly_api/models/clause.rb +4 -3
  36. data/lib/launchdarkly_api/models/client_side_availability.rb +4 -3
  37. data/lib/launchdarkly_api/models/copy_actions.rb +2 -2
  38. data/lib/launchdarkly_api/models/custom_property.rb +4 -3
  39. data/lib/launchdarkly_api/models/custom_property_values.rb +4 -3
  40. data/lib/launchdarkly_api/models/custom_role.rb +4 -3
  41. data/lib/launchdarkly_api/models/custom_role_body.rb +4 -3
  42. data/lib/launchdarkly_api/models/custom_roles.rb +4 -3
  43. data/lib/launchdarkly_api/models/defaults.rb +4 -3
  44. data/lib/launchdarkly_api/models/destination.rb +4 -3
  45. data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +4 -3
  46. data/lib/launchdarkly_api/models/destination_body.rb +4 -3
  47. data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +4 -3
  48. data/lib/launchdarkly_api/models/destination_m_particle.rb +4 -3
  49. data/lib/launchdarkly_api/models/destination_segment.rb +4 -3
  50. data/lib/launchdarkly_api/models/destinations.rb +4 -3
  51. data/lib/launchdarkly_api/models/environment.rb +4 -3
  52. data/lib/launchdarkly_api/models/environment_approval_settings.rb +4 -3
  53. data/lib/launchdarkly_api/models/environment_post.rb +4 -3
  54. data/lib/launchdarkly_api/models/evaluation_usage_error.rb +4 -3
  55. data/lib/launchdarkly_api/models/events.rb +4 -3
  56. data/lib/launchdarkly_api/models/fallthrough.rb +4 -3
  57. data/lib/launchdarkly_api/models/feature_flag.rb +4 -3
  58. data/lib/launchdarkly_api/models/feature_flag_body.rb +4 -3
  59. data/lib/launchdarkly_api/models/feature_flag_config.rb +4 -3
  60. data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +4 -3
  61. data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +4 -3
  62. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +4 -3
  63. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +4 -3
  64. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +4 -3
  65. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +4 -3
  66. data/lib/launchdarkly_api/models/feature_flag_status.rb +4 -3
  67. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +4 -3
  68. data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +4 -3
  69. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +4 -3
  70. data/lib/launchdarkly_api/models/feature_flags.rb +4 -3
  71. data/lib/launchdarkly_api/models/flag_config_scheduled_changes_conflicts_body.rb +4 -3
  72. data/lib/launchdarkly_api/models/flag_config_scheduled_changes_patch_body.rb +4 -3
  73. data/lib/launchdarkly_api/models/flag_config_scheduled_changes_post_body.rb +4 -3
  74. data/lib/launchdarkly_api/models/flag_list_item.rb +4 -3
  75. data/lib/launchdarkly_api/models/hierarchical_links.rb +4 -3
  76. data/lib/launchdarkly_api/models/id.rb +4 -3
  77. data/lib/launchdarkly_api/models/integration.rb +4 -3
  78. data/lib/launchdarkly_api/models/integration__links.rb +4 -3
  79. data/lib/launchdarkly_api/models/integration_subscription.rb +4 -3
  80. data/lib/launchdarkly_api/models/integration_subscription__status.rb +4 -3
  81. data/lib/launchdarkly_api/models/integrations.rb +4 -3
  82. data/lib/launchdarkly_api/models/link.rb +4 -3
  83. data/lib/launchdarkly_api/models/links.rb +4 -3
  84. data/lib/launchdarkly_api/models/ma_uby_category.rb +4 -3
  85. data/lib/launchdarkly_api/models/mau.rb +4 -3
  86. data/lib/launchdarkly_api/models/mau_metadata.rb +4 -3
  87. data/lib/launchdarkly_api/models/member.rb +4 -3
  88. data/lib/launchdarkly_api/models/member__last_seen_metadata.rb +4 -3
  89. data/lib/launchdarkly_api/models/members.rb +4 -3
  90. data/lib/launchdarkly_api/models/members_body.rb +4 -3
  91. data/lib/launchdarkly_api/models/patch_comment.rb +4 -3
  92. data/lib/launchdarkly_api/models/patch_operation.rb +4 -3
  93. data/lib/launchdarkly_api/models/policy.rb +4 -3
  94. data/lib/launchdarkly_api/models/prerequisite.rb +4 -3
  95. data/lib/launchdarkly_api/models/project.rb +4 -3
  96. data/lib/launchdarkly_api/models/project_body.rb +4 -3
  97. data/lib/launchdarkly_api/models/projects.rb +4 -3
  98. data/lib/launchdarkly_api/models/relay_proxy_config.rb +4 -3
  99. data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +4 -3
  100. data/lib/launchdarkly_api/models/relay_proxy_configs.rb +4 -3
  101. data/lib/launchdarkly_api/models/role.rb +2 -2
  102. data/lib/launchdarkly_api/models/rollout.rb +4 -3
  103. data/lib/launchdarkly_api/models/rule.rb +4 -3
  104. data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +4 -3
  105. data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +4 -3
  106. data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +4 -3
  107. data/lib/launchdarkly_api/models/semantic_patch_operation.rb +4 -3
  108. data/lib/launchdarkly_api/models/site.rb +4 -3
  109. data/lib/launchdarkly_api/models/statement.rb +4 -3
  110. data/lib/launchdarkly_api/models/stream.rb +4 -3
  111. data/lib/launchdarkly_api/models/stream_by_sdk.rb +4 -3
  112. data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +4 -3
  113. data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +4 -3
  114. data/lib/launchdarkly_api/models/stream_links.rb +4 -3
  115. data/lib/launchdarkly_api/models/stream_sdk_version.rb +4 -3
  116. data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +4 -3
  117. data/lib/launchdarkly_api/models/stream_usage_error.rb +4 -3
  118. data/lib/launchdarkly_api/models/stream_usage_links.rb +4 -3
  119. data/lib/launchdarkly_api/models/stream_usage_metadata.rb +4 -3
  120. data/lib/launchdarkly_api/models/stream_usage_series.rb +4 -3
  121. data/lib/launchdarkly_api/models/streams.rb +4 -3
  122. data/lib/launchdarkly_api/models/subscription_body.rb +4 -3
  123. data/lib/launchdarkly_api/models/target.rb +4 -3
  124. data/lib/launchdarkly_api/models/token.rb +4 -3
  125. data/lib/launchdarkly_api/models/token_body.rb +4 -3
  126. data/lib/launchdarkly_api/models/tokens.rb +4 -3
  127. data/lib/launchdarkly_api/models/unbounded_segment_target_changes.rb +4 -3
  128. data/lib/launchdarkly_api/models/unbounded_segment_targets_body.rb +4 -3
  129. data/lib/launchdarkly_api/models/usage.rb +4 -3
  130. data/lib/launchdarkly_api/models/usage_error.rb +4 -3
  131. data/lib/launchdarkly_api/models/usage_links.rb +4 -3
  132. data/lib/launchdarkly_api/models/user.rb +4 -3
  133. data/lib/launchdarkly_api/models/user_flag_setting.rb +4 -3
  134. data/lib/launchdarkly_api/models/user_flag_settings.rb +4 -3
  135. data/lib/launchdarkly_api/models/user_record.rb +4 -3
  136. data/lib/launchdarkly_api/models/user_segment.rb +4 -3
  137. data/lib/launchdarkly_api/models/user_segment_body.rb +4 -3
  138. data/lib/launchdarkly_api/models/user_segment_rule.rb +4 -3
  139. data/lib/launchdarkly_api/models/user_segments.rb +4 -3
  140. data/lib/launchdarkly_api/models/user_settings_body.rb +4 -3
  141. data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +4 -3
  142. data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +4 -3
  143. data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +4 -3
  144. data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +4 -3
  145. data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +4 -3
  146. data/lib/launchdarkly_api/models/users.rb +4 -3
  147. data/lib/launchdarkly_api/models/variation.rb +4 -3
  148. data/lib/launchdarkly_api/models/webhook.rb +4 -3
  149. data/lib/launchdarkly_api/models/webhook_body.rb +4 -3
  150. data/lib/launchdarkly_api/models/webhooks.rb +4 -3
  151. data/lib/launchdarkly_api/models/weighted_variation.rb +4 -3
  152. data/lib/launchdarkly_api/version.rb +3 -3
  153. data/openapi.yml +1 -1
  154. data/spec/api/access_tokens_api_spec.rb +2 -2
  155. data/spec/api/audit_log_api_spec.rb +2 -2
  156. data/spec/api/custom_roles_api_spec.rb +2 -2
  157. data/spec/api/customer_metrics_api_spec.rb +2 -2
  158. data/spec/api/data_export_destinations_api_spec.rb +2 -2
  159. data/spec/api/environments_api_spec.rb +2 -2
  160. data/spec/api/feature_flags_api_spec.rb +2 -2
  161. data/spec/api/integrations_api_spec.rb +2 -2
  162. data/spec/api/projects_api_spec.rb +2 -2
  163. data/spec/api/relay_proxy_configurations_api_spec.rb +2 -2
  164. data/spec/api/root_api_spec.rb +2 -2
  165. data/spec/api/team_members_api_spec.rb +2 -2
  166. data/spec/api/user_segments_api_spec.rb +2 -2
  167. data/spec/api/user_settings_api_spec.rb +2 -2
  168. data/spec/api/users_api_spec.rb +2 -2
  169. data/spec/api/webhooks_api_spec.rb +2 -2
  170. data/spec/api_client_spec.rb +19 -2
  171. data/spec/configuration_spec.rb +2 -2
  172. data/spec/models/approval_request_apply_config_body_spec.rb +2 -2
  173. data/spec/models/approval_request_config_body_spec.rb +2 -2
  174. data/spec/models/approval_request_review_config_body_spec.rb +2 -2
  175. data/spec/models/approval_request_review_spec.rb +2 -2
  176. data/spec/models/approval_request_review_status_spec.rb +2 -2
  177. data/spec/models/approval_request_spec.rb +2 -2
  178. data/spec/models/approval_requests_spec.rb +2 -2
  179. data/spec/models/audit_log_entries_spec.rb +2 -2
  180. data/spec/models/audit_log_entry_spec.rb +2 -2
  181. data/spec/models/audit_log_entry_target_spec.rb +2 -2
  182. data/spec/models/clause_spec.rb +2 -2
  183. data/spec/models/client_side_availability_spec.rb +2 -2
  184. data/spec/models/copy_actions_spec.rb +2 -2
  185. data/spec/models/custom_property_spec.rb +2 -2
  186. data/spec/models/custom_property_values_spec.rb +2 -2
  187. data/spec/models/custom_role_body_spec.rb +2 -2
  188. data/spec/models/custom_role_spec.rb +2 -2
  189. data/spec/models/custom_roles_spec.rb +2 -2
  190. data/spec/models/defaults_spec.rb +2 -2
  191. data/spec/models/destination_amazon_kinesis_spec.rb +2 -2
  192. data/spec/models/destination_body_spec.rb +2 -2
  193. data/spec/models/destination_google_pub_sub_spec.rb +2 -2
  194. data/spec/models/destination_m_particle_spec.rb +2 -2
  195. data/spec/models/destination_segment_spec.rb +2 -2
  196. data/spec/models/destination_spec.rb +2 -2
  197. data/spec/models/destinations_spec.rb +2 -2
  198. data/spec/models/environment_approval_settings_spec.rb +2 -2
  199. data/spec/models/environment_post_spec.rb +2 -2
  200. data/spec/models/environment_spec.rb +2 -2
  201. data/spec/models/evaluation_usage_error_spec.rb +2 -2
  202. data/spec/models/events_spec.rb +2 -2
  203. data/spec/models/fallthrough_spec.rb +2 -2
  204. data/spec/models/feature_flag_body_spec.rb +2 -2
  205. data/spec/models/feature_flag_config_spec.rb +2 -2
  206. data/spec/models/feature_flag_copy_body_spec.rb +2 -2
  207. data/spec/models/feature_flag_copy_object_spec.rb +2 -2
  208. data/spec/models/feature_flag_scheduled_change_spec.rb +2 -2
  209. data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +2 -2
  210. data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +2 -2
  211. data/spec/models/feature_flag_scheduled_changes_spec.rb +2 -2
  212. data/spec/models/feature_flag_spec.rb +2 -2
  213. data/spec/models/feature_flag_status_across_environments_spec.rb +2 -2
  214. data/spec/models/feature_flag_status_for_queried_environment_spec.rb +2 -2
  215. data/spec/models/feature_flag_status_spec.rb +2 -2
  216. data/spec/models/feature_flag_statuses_spec.rb +2 -2
  217. data/spec/models/feature_flags_spec.rb +2 -2
  218. data/spec/models/flag_config_scheduled_changes_conflicts_body_spec.rb +2 -2
  219. data/spec/models/flag_config_scheduled_changes_patch_body_spec.rb +2 -2
  220. data/spec/models/flag_config_scheduled_changes_post_body_spec.rb +2 -2
  221. data/spec/models/flag_list_item_spec.rb +2 -2
  222. data/spec/models/hierarchical_links_spec.rb +2 -2
  223. data/spec/models/id_spec.rb +2 -2
  224. data/spec/models/integration__links_spec.rb +2 -2
  225. data/spec/models/integration_spec.rb +2 -2
  226. data/spec/models/integration_subscription__status_spec.rb +2 -2
  227. data/spec/models/integration_subscription_spec.rb +2 -2
  228. data/spec/models/integrations_spec.rb +2 -2
  229. data/spec/models/link_spec.rb +2 -2
  230. data/spec/models/links_spec.rb +2 -2
  231. data/spec/models/ma_uby_category_spec.rb +2 -2
  232. data/spec/models/mau_metadata_spec.rb +2 -2
  233. data/spec/models/mau_spec.rb +2 -2
  234. data/spec/models/member__last_seen_metadata_spec.rb +2 -2
  235. data/spec/models/member_spec.rb +2 -2
  236. data/spec/models/members_body_spec.rb +2 -2
  237. data/spec/models/members_spec.rb +2 -2
  238. data/spec/models/patch_comment_spec.rb +2 -2
  239. data/spec/models/patch_operation_spec.rb +2 -2
  240. data/spec/models/policy_spec.rb +2 -2
  241. data/spec/models/prerequisite_spec.rb +2 -2
  242. data/spec/models/project_body_spec.rb +2 -2
  243. data/spec/models/project_spec.rb +2 -2
  244. data/spec/models/projects_spec.rb +2 -2
  245. data/spec/models/relay_proxy_config_body_spec.rb +2 -2
  246. data/spec/models/relay_proxy_config_spec.rb +2 -2
  247. data/spec/models/relay_proxy_configs_spec.rb +2 -2
  248. data/spec/models/role_spec.rb +2 -2
  249. data/spec/models/rollout_spec.rb +2 -2
  250. data/spec/models/rule_spec.rb +2 -2
  251. data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +2 -2
  252. data/spec/models/semantic_patch_instruction_inner_spec.rb +2 -2
  253. data/spec/models/semantic_patch_instruction_spec.rb +2 -2
  254. data/spec/models/semantic_patch_operation_spec.rb +2 -2
  255. data/spec/models/site_spec.rb +2 -2
  256. data/spec/models/statement_spec.rb +2 -2
  257. data/spec/models/stream_by_sdk_links_metadata_spec.rb +2 -2
  258. data/spec/models/stream_by_sdk_links_spec.rb +2 -2
  259. data/spec/models/stream_by_sdk_spec.rb +2 -2
  260. data/spec/models/stream_links_spec.rb +2 -2
  261. data/spec/models/stream_sdk_version_data_spec.rb +2 -2
  262. data/spec/models/stream_sdk_version_spec.rb +2 -2
  263. data/spec/models/stream_spec.rb +2 -2
  264. data/spec/models/stream_usage_error_spec.rb +2 -2
  265. data/spec/models/stream_usage_links_spec.rb +2 -2
  266. data/spec/models/stream_usage_metadata_spec.rb +2 -2
  267. data/spec/models/stream_usage_series_spec.rb +2 -2
  268. data/spec/models/streams_spec.rb +2 -2
  269. data/spec/models/subscription_body_spec.rb +2 -2
  270. data/spec/models/target_spec.rb +2 -2
  271. data/spec/models/token_body_spec.rb +2 -2
  272. data/spec/models/token_spec.rb +2 -2
  273. data/spec/models/tokens_spec.rb +2 -2
  274. data/spec/models/unbounded_segment_target_changes_spec.rb +2 -2
  275. data/spec/models/unbounded_segment_targets_body_spec.rb +2 -2
  276. data/spec/models/usage_error_spec.rb +2 -2
  277. data/spec/models/usage_links_spec.rb +2 -2
  278. data/spec/models/usage_spec.rb +2 -2
  279. data/spec/models/user_flag_setting_spec.rb +2 -2
  280. data/spec/models/user_flag_settings_spec.rb +2 -2
  281. data/spec/models/user_record_spec.rb +2 -2
  282. data/spec/models/user_segment_body_spec.rb +2 -2
  283. data/spec/models/user_segment_rule_spec.rb +2 -2
  284. data/spec/models/user_segment_spec.rb +2 -2
  285. data/spec/models/user_segments_spec.rb +2 -2
  286. data/spec/models/user_settings_body_spec.rb +2 -2
  287. data/spec/models/user_spec.rb +2 -2
  288. data/spec/models/user_targeting_expiration_for_flag_spec.rb +2 -2
  289. data/spec/models/user_targeting_expiration_for_flags_spec.rb +2 -2
  290. data/spec/models/user_targeting_expiration_for_segment_spec.rb +2 -2
  291. data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +2 -2
  292. data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +2 -2
  293. data/spec/models/users_spec.rb +2 -2
  294. data/spec/models/variation_spec.rb +2 -2
  295. data/spec/models/webhook_body_spec.rb +2 -2
  296. data/spec/models/webhook_spec.rb +2 -2
  297. data/spec/models/webhooks_spec.rb +2 -2
  298. data/spec/models/weighted_variation_spec.rb +2 -2
  299. data/spec/spec_helper.rb +2 -2
  300. metadata +22 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d64a8415c658132eabd5de854764fb8f5a91ff907d62aa8b5922cebc66d0577
4
- data.tar.gz: ea0bde3dbb156da101009e514509d2bbf97c6174872b0eacd2ff41f674b483b6
3
+ metadata.gz: 4956d34e4eab5b9557f6cd5e4389e429e924a9aed96f109434d7b6f19a98f3a4
4
+ data.tar.gz: 5690cd022e79b7ba0a387e4b2340ac54d34d7440b489163866556dcd2b9094d0
5
5
  SHA512:
6
- metadata.gz: 6bfe722a18c351ee0b84c7e62051abde991afd6759f58bf28b98ea0309e44eb670d8969c743e54babf3420e529038cb4e93de68dd79294134bb911bcecc0db81
7
- data.tar.gz: 37e950b606173214ff9ca7515cf3554ebc14ae766d6e700f8f77026067959dfa1aa10cdbf7563c730b7564522a5fc042109cae9b79ab30c8254b256c52f9ecee
6
+ metadata.gz: '0986222007a9cddb18cc40d07cc386fe6a03c2a067c45d81a5d8a35b5022b48123f08cf63ed8ec4ca9911722a9cbd8a39d48b2c4acedd75bac16d5a3140082c0'
7
+ data.tar.gz: d6508289e4116afa1fd2321c4e13561937c85147ccdc5cb33a305cadf053353973199c4b01b3f20f5162245e6fe5f9607337edf35f9cb9f44fc7b135766c5ece
data/Gemfile CHANGED
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.0.0'
6
+ gem 'rake', '~> 12.3.3'
7
7
  end
data/README.md CHANGED
@@ -11,8 +11,8 @@ Build custom integrations with the LaunchDarkly REST API
11
11
 
12
12
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
13
13
 
14
- - API version: 5.0.1
15
- - Package version: 5.0.1
14
+ - API version: 5.0.2
15
+ - Package version: 5.0.2
16
16
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
17
17
  For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
18
18
 
@@ -29,15 +29,15 @@ gem build launchdarkly_api.gemspec
29
29
  Then either install the gem locally:
30
30
 
31
31
  ```shell
32
- gem install ./launchdarkly_api-5.0.1.gem
32
+ gem install ./launchdarkly_api-5.0.2.gem
33
33
  ```
34
- (for development, run `gem install --dev ./launchdarkly_api-5.0.1.gem` to install the development dependencies)
34
+ (for development, run `gem install --dev ./launchdarkly_api-5.0.2.gem` to install the development dependencies)
35
35
 
36
36
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
37
37
 
38
38
  Finally add this to the Gemfile:
39
39
 
40
- gem 'launchdarkly_api', '~> 5.0.1'
40
+ gem 'launchdarkly_api', '~> 5.0.2'
41
41
 
42
42
  ### Install from Git
43
43
 
@@ -63,244 +63,244 @@ All URIs are relative to *https://app.launchdarkly.com/api/v2*
63
63
 
64
64
  Class | Method | HTTP request | Description
65
65
  ------------ | ------------- | ------------- | -------------
66
- *LaunchDarklyApi::AccessTokensApi* | [**delete_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AccessTokensApi.md#delete_token) | **DELETE** /tokens/{tokenId} | Delete an access token by ID.
67
- *LaunchDarklyApi::AccessTokensApi* | [**get_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AccessTokensApi.md#get_token) | **GET** /tokens/{tokenId} | Get a single access token by ID.
68
- *LaunchDarklyApi::AccessTokensApi* | [**get_tokens**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AccessTokensApi.md#get_tokens) | **GET** /tokens | Returns a list of tokens in the account.
69
- *LaunchDarklyApi::AccessTokensApi* | [**patch_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AccessTokensApi.md#patch_token) | **PATCH** /tokens/{tokenId} | Modify an access token by ID.
70
- *LaunchDarklyApi::AccessTokensApi* | [**post_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AccessTokensApi.md#post_token) | **POST** /tokens | Create a new token.
71
- *LaunchDarklyApi::AccessTokensApi* | [**reset_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AccessTokensApi.md#reset_token) | **POST** /tokens/{tokenId}/reset | Reset an access token's secret key with an optional expiry time for the old key.
72
- *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entries**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AuditLogApi.md#get_audit_log_entries) | **GET** /auditlog | Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.
73
- *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entry**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AuditLogApi.md#get_audit_log_entry) | **GET** /auditlog/{resourceId} | Use this endpoint to fetch a single audit log entry by its resouce ID.
74
- *LaunchDarklyApi::CustomRolesApi* | [**delete_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRolesApi.md#delete_custom_role) | **DELETE** /roles/{customRoleKey} | Delete a custom role by key.
75
- *LaunchDarklyApi::CustomRolesApi* | [**get_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRolesApi.md#get_custom_role) | **GET** /roles/{customRoleKey} | Get one custom role by key.
76
- *LaunchDarklyApi::CustomRolesApi* | [**get_custom_roles**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRolesApi.md#get_custom_roles) | **GET** /roles | Return a complete list of custom roles.
77
- *LaunchDarklyApi::CustomRolesApi* | [**patch_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRolesApi.md#patch_custom_role) | **PATCH** /roles/{customRoleKey} | Modify a custom role by key.
78
- *LaunchDarklyApi::CustomRolesApi* | [**post_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRolesApi.md#post_custom_role) | **POST** /roles | Create a new custom role.
79
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_evaluations**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_evaluations) | **GET** /usage/evaluations/{envId}/{flagKey} | Get events usage by event id and the feature flag key.
80
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_event**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_event) | **GET** /usage/events/{type} | Get events usage by event type.
81
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_events**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_events) | **GET** /usage/events | Get events usage endpoints.
82
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_mau**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_mau) | **GET** /usage/mau | Get monthly active user data.
83
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_mau_by_category**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_mau_by_category) | **GET** /usage/mau/bycategory | Get monthly active user data by category.
84
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_stream**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_stream) | **GET** /usage/streams/{source} | Get a stream endpoint and return timeseries data.
85
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_stream_by_sdk**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_stream_by_sdk) | **GET** /usage/streams/{source}/bysdkversion | Get a stream timeseries data by source show sdk version metadata.
86
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_stream_sdk_version**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_stream_sdk_version) | **GET** /usage/streams/{source}/sdkversions | Get a stream timeseries data by source and show all sdk version associated.
87
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_streams**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_streams) | **GET** /usage/streams | Returns a list of all streams.
88
- *LaunchDarklyApi::CustomerMetricsApi* | [**get_usage**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomerMetricsApi.md#get_usage) | **GET** /usage | Returns of the usage endpoints available.
89
- *LaunchDarklyApi::DataExportDestinationsApi* | [**delete_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DataExportDestinationsApi.md#delete_destination) | **DELETE** /destinations/{projectKey}/{environmentKey}/{destinationId} | Get a single data export destination by ID
90
- *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DataExportDestinationsApi.md#get_destination) | **GET** /destinations/{projectKey}/{environmentKey}/{destinationId} | Get a single data export destination by ID
91
- *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destinations**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DataExportDestinationsApi.md#get_destinations) | **GET** /destinations | Returns a list of all data export destinations.
92
- *LaunchDarklyApi::DataExportDestinationsApi* | [**patch_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DataExportDestinationsApi.md#patch_destination) | **PATCH** /destinations/{projectKey}/{environmentKey}/{destinationId} | Perform a partial update to a data export destination.
93
- *LaunchDarklyApi::DataExportDestinationsApi* | [**post_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DataExportDestinationsApi.md#post_destination) | **POST** /destinations/{projectKey}/{environmentKey} | Create a new data export destination
94
- *LaunchDarklyApi::EnvironmentsApi* | [**delete_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentsApi.md#delete_environment) | **DELETE** /projects/{projectKey}/environments/{environmentKey} | Delete an environment in a specific project.
95
- *LaunchDarklyApi::EnvironmentsApi* | [**get_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentsApi.md#get_environment) | **GET** /projects/{projectKey}/environments/{environmentKey} | Get an environment given a project and key.
96
- *LaunchDarklyApi::EnvironmentsApi* | [**patch_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentsApi.md#patch_environment) | **PATCH** /projects/{projectKey}/environments/{environmentKey} | Modify an environment by ID.
97
- *LaunchDarklyApi::EnvironmentsApi* | [**post_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentsApi.md#post_environment) | **POST** /projects/{projectKey}/environments | Create a new environment in a specified project with a given name, key, and swatch color.
98
- *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_mobile_key**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /projects/{projectKey}/environments/{environmentKey}/mobileKey | Reset an environment's mobile key. The optional expiry for the old key is deprecated for this endpoint, so the old key will always expire immediately.
99
- *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_sdk_key**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /projects/{projectKey}/environments/{environmentKey}/apiKey | Reset an environment's SDK key with an optional expiry time for the old key.
100
- *LaunchDarklyApi::FeatureFlagsApi* | [**copy_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#copy_feature_flag) | **POST** /flags/{projectKey}/{featureFlagKey}/copy | Copies the feature flag configuration from one environment to the same feature flag in another environment.
101
- *LaunchDarklyApi::FeatureFlagsApi* | [**delete_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#delete_approval_request) | **DELETE** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId} | Delete an approval request for a feature flag config
102
- *LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#delete_feature_flag) | **DELETE** /flags/{projectKey}/{featureFlagKey} | Delete a feature flag in all environments. Be careful-- only delete feature flags that are no longer being used by your application.
103
- *LaunchDarklyApi::FeatureFlagsApi* | [**delete_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#delete_flag_config_scheduled_changes) | **DELETE** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId} | Delete a scheduled change on a feature flag in an environment.
104
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_approval_request) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId} | Get a single approval request for a feature flag config
105
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_approval_requests**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_approval_requests) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Get all approval requests for a feature flag config
106
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_expiring_user_targets) | **GET** /flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for feature flag
107
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_feature_flag) | **GET** /flags/{projectKey}/{featureFlagKey} | Get a single feature flag by key.
108
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_feature_flag_status) | **GET** /flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey} | Get the status for a particular feature flag.
109
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status_across_environments**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_feature_flag_status_across_environments) | **GET** /flag-status/{projectKey}/{featureFlagKey} | Get the status for a particular feature flag across environments
110
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_statuses**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_feature_flag_statuses) | **GET** /flag-statuses/{projectKey}/{environmentKey} | Get a list of statuses for all feature flags. The status includes the last time the feature flag was requested, as well as the state of the flag.
111
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flags**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_feature_flags) | **GET** /flags/{projectKey} | Get a list of all features in the given project.
112
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_flag_config_scheduled_change**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_flag_config_scheduled_change) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId} | Get a scheduled change on a feature flag by id.
113
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_flag_config_scheduled_changes) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Get all scheduled workflows for a feature flag by key.
114
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_flag_config_scheduled_changes_conflicts**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#get_flag_config_scheduled_changes_conflicts) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes-conflicts | Lists conflicts between the given instructions and any existing scheduled changes for the feature flag. The actual HTTP verb should be REPORT, not POST.
115
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#patch_expiring_user_targets) | **PATCH** /flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on feature flag
116
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#patch_feature_flag) | **PATCH** /flags/{projectKey}/{featureFlagKey} | Perform a partial update to a feature.
117
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_flag_config_scheduled_change**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#patch_flag_config_scheduled_change) | **PATCH** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId} | Updates an existing scheduled-change on a feature flag in an environment.
118
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_apply_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#post_apply_approval_request) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId}/apply | Apply approval request for a feature flag config
119
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#post_approval_request) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId} | Create an approval request for a feature flag config
120
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#post_feature_flag) | **POST** /flags/{projectKey} | Creates a new feature flag.
121
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#post_flag_config_scheduled_changes) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Creates a new scheduled change for a feature flag.
122
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_review_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagsApi.md#post_review_approval_request) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId}/review | Review approval request for a feature flag config
123
- *LaunchDarklyApi::IntegrationsApi* | [**delete_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationsApi.md#delete_integration_subscription) | **DELETE** /integrations/{integrationKey}/{integrationId} | Delete an integration subscription by ID.
124
- *LaunchDarklyApi::IntegrationsApi* | [**get_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationsApi.md#get_integration_subscription) | **GET** /integrations/{integrationKey}/{integrationId} | Get a single integration subscription by ID.
125
- *LaunchDarklyApi::IntegrationsApi* | [**get_integration_subscriptions**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationsApi.md#get_integration_subscriptions) | **GET** /integrations/{integrationKey} | Get a list of all configured integrations of a given kind.
126
- *LaunchDarklyApi::IntegrationsApi* | [**get_integrations**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationsApi.md#get_integrations) | **GET** /integrations | Get a list of all configured audit log event integrations associated with this account.
127
- *LaunchDarklyApi::IntegrationsApi* | [**patch_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationsApi.md#patch_integration_subscription) | **PATCH** /integrations/{integrationKey}/{integrationId} | Modify an integration subscription by ID.
128
- *LaunchDarklyApi::IntegrationsApi* | [**post_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationsApi.md#post_integration_subscription) | **POST** /integrations/{integrationKey} | Create a new integration subscription of a given kind.
129
- *LaunchDarklyApi::ProjectsApi* | [**delete_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ProjectsApi.md#delete_project) | **DELETE** /projects/{projectKey} | Delete a project by key. Caution-- deleting a project will delete all associated environments and feature flags. You cannot delete the last project in an account.
130
- *LaunchDarklyApi::ProjectsApi* | [**get_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ProjectsApi.md#get_project) | **GET** /projects/{projectKey} | Fetch a single project by key.
131
- *LaunchDarklyApi::ProjectsApi* | [**get_projects**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ProjectsApi.md#get_projects) | **GET** /projects | Returns a list of all projects in the account.
132
- *LaunchDarklyApi::ProjectsApi* | [**patch_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ProjectsApi.md#patch_project) | **PATCH** /projects/{projectKey} | Modify a project by ID.
133
- *LaunchDarklyApi::ProjectsApi* | [**post_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ProjectsApi.md#post_project) | **POST** /projects | Create a new project with the given key and name.
134
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**delete_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigurationsApi.md#delete_relay_proxy_config) | **DELETE** /account/relay-auto-configs/{id} | Delete a relay proxy configuration by ID.
135
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigurationsApi.md#get_relay_proxy_config) | **GET** /account/relay-auto-configs/{id} | Get a single relay proxy configuration by ID.
136
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_configs**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigurationsApi.md#get_relay_proxy_configs) | **GET** /account/relay-auto-configs | Returns a list of relay proxy configurations in the account.
137
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**patch_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigurationsApi.md#patch_relay_proxy_config) | **PATCH** /account/relay-auto-configs/{id} | Modify a relay proxy configuration by ID.
138
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**post_relay_auto_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigurationsApi.md#post_relay_auto_config) | **POST** /account/relay-auto-configs | Create a new relay proxy config.
139
- *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**reset_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigurationsApi.md#reset_relay_proxy_config) | **POST** /account/relay-auto-configs/{id}/reset | Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
140
- *LaunchDarklyApi::RootApi* | [**get_root**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RootApi.md#get_root) | **GET** / |
141
- *LaunchDarklyApi::TeamMembersApi* | [**delete_member**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TeamMembersApi.md#delete_member) | **DELETE** /members/{memberId} | Delete a team member by ID.
142
- *LaunchDarklyApi::TeamMembersApi* | [**get_me**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TeamMembersApi.md#get_me) | **GET** /members/me | Get the current team member associated with the token
143
- *LaunchDarklyApi::TeamMembersApi* | [**get_member**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TeamMembersApi.md#get_member) | **GET** /members/{memberId} | Get a single team member by ID.
144
- *LaunchDarklyApi::TeamMembersApi* | [**get_members**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TeamMembersApi.md#get_members) | **GET** /members | Returns a list of all members in the account.
145
- *LaunchDarklyApi::TeamMembersApi* | [**patch_member**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TeamMembersApi.md#patch_member) | **PATCH** /members/{memberId} | Modify a team member by ID.
146
- *LaunchDarklyApi::TeamMembersApi* | [**post_members**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TeamMembersApi.md#post_members) | **POST** /members | Invite new members.
147
- *LaunchDarklyApi::UserSegmentsApi* | [**delete_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#delete_user_segment) | **DELETE** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Delete a user segment.
148
- *LaunchDarklyApi::UserSegmentsApi* | [**get_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#get_expiring_user_targets_on_segment) | **GET** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for user segment
149
- *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#get_user_segment) | **GET** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Get a single user segment by key.
150
- *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segments**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#get_user_segments) | **GET** /segments/{projectKey}/{environmentKey} | Get a list of all user segments in the given project.
151
- *LaunchDarklyApi::UserSegmentsApi* | [**patch_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#patch_expiring_user_targets_on_segment) | **PATCH** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on user segment
152
- *LaunchDarklyApi::UserSegmentsApi* | [**patch_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#patch_user_segment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
153
- *LaunchDarklyApi::UserSegmentsApi* | [**post_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#post_user_segment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
154
- *LaunchDarklyApi::UserSegmentsApi* | [**updated_unbounded_segment_targets**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentsApi.md#updated_unbounded_segment_targets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users | Update targets included or excluded in an unbounded segment
155
- *LaunchDarklyApi::UserSettingsApi* | [**get_expiring_user_targets_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSettingsApi.md#get_expiring_user_targets_for_user) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
156
- *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
157
- *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_settings**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
158
- *LaunchDarklyApi::UserSettingsApi* | [**patch_expiring_user_targets_for_flags**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSettingsApi.md#patch_expiring_user_targets_for_flags) | **PATCH** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets for a single user on all flags
159
- *LaunchDarklyApi::UserSettingsApi* | [**put_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSettingsApi.md#put_flag_setting) | **PUT** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Specifically enable or disable a feature flag for a user based on their key.
160
- *LaunchDarklyApi::UsersApi* | [**delete_user**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UsersApi.md#delete_user) | **DELETE** /users/{projectKey}/{environmentKey}/{userKey} | Delete a user by ID.
161
- *LaunchDarklyApi::UsersApi* | [**get_search_users**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UsersApi.md#get_search_users) | **GET** /user-search/{projectKey}/{environmentKey} | Search users in LaunchDarkly based on their last active date, or a search query. It should not be used to enumerate all users in LaunchDarkly-- use the List users API resource.
162
- *LaunchDarklyApi::UsersApi* | [**get_user**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UsersApi.md#get_user) | **GET** /users/{projectKey}/{environmentKey}/{userKey} | Get a user by key.
163
- *LaunchDarklyApi::UsersApi* | [**get_users**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UsersApi.md#get_users) | **GET** /users/{projectKey}/{environmentKey} | List all users in the environment. Includes the total count of users. In each page, there will be up to 'limit' users returned (default 20). This is useful for exporting all users in the system for further analysis. Paginated collections will include a next link containing a URL with the next set of elements in the collection.
164
- *LaunchDarklyApi::WebhooksApi* | [**delete_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{resourceId} | Delete a webhook by ID.
165
- *LaunchDarklyApi::WebhooksApi* | [**get_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WebhooksApi.md#get_webhook) | **GET** /webhooks/{resourceId} | Get a webhook by ID.
166
- *LaunchDarklyApi::WebhooksApi* | [**get_webhooks**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | Fetch a list of all webhooks.
167
- *LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WebhooksApi.md#patch_webhook) | **PATCH** /webhooks/{resourceId} | Modify a webhook by ID.
168
- *LaunchDarklyApi::WebhooksApi* | [**post_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WebhooksApi.md#post_webhook) | **POST** /webhooks | Create a webhook.
66
+ *LaunchDarklyApi::AccessTokensApi* | [**delete_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AccessTokensApi.md#delete_token) | **DELETE** /tokens/{tokenId} | Delete an access token by ID.
67
+ *LaunchDarklyApi::AccessTokensApi* | [**get_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AccessTokensApi.md#get_token) | **GET** /tokens/{tokenId} | Get a single access token by ID.
68
+ *LaunchDarklyApi::AccessTokensApi* | [**get_tokens**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AccessTokensApi.md#get_tokens) | **GET** /tokens | Returns a list of tokens in the account.
69
+ *LaunchDarklyApi::AccessTokensApi* | [**patch_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AccessTokensApi.md#patch_token) | **PATCH** /tokens/{tokenId} | Modify an access token by ID.
70
+ *LaunchDarklyApi::AccessTokensApi* | [**post_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AccessTokensApi.md#post_token) | **POST** /tokens | Create a new token.
71
+ *LaunchDarklyApi::AccessTokensApi* | [**reset_token**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AccessTokensApi.md#reset_token) | **POST** /tokens/{tokenId}/reset | Reset an access token's secret key with an optional expiry time for the old key.
72
+ *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entries**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AuditLogApi.md#get_audit_log_entries) | **GET** /auditlog | Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.
73
+ *LaunchDarklyApi::AuditLogApi* | [**get_audit_log_entry**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AuditLogApi.md#get_audit_log_entry) | **GET** /auditlog/{resourceId} | Use this endpoint to fetch a single audit log entry by its resouce ID.
74
+ *LaunchDarklyApi::CustomRolesApi* | [**delete_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRolesApi.md#delete_custom_role) | **DELETE** /roles/{customRoleKey} | Delete a custom role by key.
75
+ *LaunchDarklyApi::CustomRolesApi* | [**get_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRolesApi.md#get_custom_role) | **GET** /roles/{customRoleKey} | Get one custom role by key.
76
+ *LaunchDarklyApi::CustomRolesApi* | [**get_custom_roles**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRolesApi.md#get_custom_roles) | **GET** /roles | Return a complete list of custom roles.
77
+ *LaunchDarklyApi::CustomRolesApi* | [**patch_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRolesApi.md#patch_custom_role) | **PATCH** /roles/{customRoleKey} | Modify a custom role by key.
78
+ *LaunchDarklyApi::CustomRolesApi* | [**post_custom_role**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRolesApi.md#post_custom_role) | **POST** /roles | Create a new custom role.
79
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_evaluations**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_evaluations) | **GET** /usage/evaluations/{envId}/{flagKey} | Get events usage by event id and the feature flag key.
80
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_event**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_event) | **GET** /usage/events/{type} | Get events usage by event type.
81
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_events**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_events) | **GET** /usage/events | Get events usage endpoints.
82
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_mau**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_mau) | **GET** /usage/mau | Get monthly active user data.
83
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_mau_by_category**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_mau_by_category) | **GET** /usage/mau/bycategory | Get monthly active user data by category.
84
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_stream**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_stream) | **GET** /usage/streams/{source} | Get a stream endpoint and return timeseries data.
85
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_stream_by_sdk**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_stream_by_sdk) | **GET** /usage/streams/{source}/bysdkversion | Get a stream timeseries data by source show sdk version metadata.
86
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_stream_sdk_version**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_stream_sdk_version) | **GET** /usage/streams/{source}/sdkversions | Get a stream timeseries data by source and show all sdk version associated.
87
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_streams**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_streams) | **GET** /usage/streams | Returns a list of all streams.
88
+ *LaunchDarklyApi::CustomerMetricsApi* | [**get_usage**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomerMetricsApi.md#get_usage) | **GET** /usage | Returns of the usage endpoints available.
89
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**delete_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DataExportDestinationsApi.md#delete_destination) | **DELETE** /destinations/{projectKey}/{environmentKey}/{destinationId} | Get a single data export destination by ID
90
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DataExportDestinationsApi.md#get_destination) | **GET** /destinations/{projectKey}/{environmentKey}/{destinationId} | Get a single data export destination by ID
91
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**get_destinations**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DataExportDestinationsApi.md#get_destinations) | **GET** /destinations | Returns a list of all data export destinations.
92
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**patch_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DataExportDestinationsApi.md#patch_destination) | **PATCH** /destinations/{projectKey}/{environmentKey}/{destinationId} | Perform a partial update to a data export destination.
93
+ *LaunchDarklyApi::DataExportDestinationsApi* | [**post_destination**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DataExportDestinationsApi.md#post_destination) | **POST** /destinations/{projectKey}/{environmentKey} | Create a new data export destination
94
+ *LaunchDarklyApi::EnvironmentsApi* | [**delete_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentsApi.md#delete_environment) | **DELETE** /projects/{projectKey}/environments/{environmentKey} | Delete an environment in a specific project.
95
+ *LaunchDarklyApi::EnvironmentsApi* | [**get_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentsApi.md#get_environment) | **GET** /projects/{projectKey}/environments/{environmentKey} | Get an environment given a project and key.
96
+ *LaunchDarklyApi::EnvironmentsApi* | [**patch_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentsApi.md#patch_environment) | **PATCH** /projects/{projectKey}/environments/{environmentKey} | Modify an environment by ID.
97
+ *LaunchDarklyApi::EnvironmentsApi* | [**post_environment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentsApi.md#post_environment) | **POST** /projects/{projectKey}/environments | Create a new environment in a specified project with a given name, key, and swatch color.
98
+ *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_mobile_key**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentsApi.md#reset_environment_mobile_key) | **POST** /projects/{projectKey}/environments/{environmentKey}/mobileKey | Reset an environment's mobile key. The optional expiry for the old key is deprecated for this endpoint, so the old key will always expire immediately.
99
+ *LaunchDarklyApi::EnvironmentsApi* | [**reset_environment_sdk_key**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentsApi.md#reset_environment_sdk_key) | **POST** /projects/{projectKey}/environments/{environmentKey}/apiKey | Reset an environment's SDK key with an optional expiry time for the old key.
100
+ *LaunchDarklyApi::FeatureFlagsApi* | [**copy_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#copy_feature_flag) | **POST** /flags/{projectKey}/{featureFlagKey}/copy | Copies the feature flag configuration from one environment to the same feature flag in another environment.
101
+ *LaunchDarklyApi::FeatureFlagsApi* | [**delete_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#delete_approval_request) | **DELETE** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId} | Delete an approval request for a feature flag config
102
+ *LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#delete_feature_flag) | **DELETE** /flags/{projectKey}/{featureFlagKey} | Delete a feature flag in all environments. Be careful-- only delete feature flags that are no longer being used by your application.
103
+ *LaunchDarklyApi::FeatureFlagsApi* | [**delete_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#delete_flag_config_scheduled_changes) | **DELETE** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId} | Delete a scheduled change on a feature flag in an environment.
104
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_approval_request) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId} | Get a single approval request for a feature flag config
105
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_approval_requests**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_approval_requests) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Get all approval requests for a feature flag config
106
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_expiring_user_targets) | **GET** /flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for feature flag
107
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_feature_flag) | **GET** /flags/{projectKey}/{featureFlagKey} | Get a single feature flag by key.
108
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_feature_flag_status) | **GET** /flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey} | Get the status for a particular feature flag.
109
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status_across_environments**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_feature_flag_status_across_environments) | **GET** /flag-status/{projectKey}/{featureFlagKey} | Get the status for a particular feature flag across environments
110
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_statuses**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_feature_flag_statuses) | **GET** /flag-statuses/{projectKey}/{environmentKey} | Get a list of statuses for all feature flags. The status includes the last time the feature flag was requested, as well as the state of the flag.
111
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flags**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_feature_flags) | **GET** /flags/{projectKey} | Get a list of all features in the given project.
112
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_flag_config_scheduled_change**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_flag_config_scheduled_change) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId} | Get a scheduled change on a feature flag by id.
113
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_flag_config_scheduled_changes) | **GET** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Get all scheduled workflows for a feature flag by key.
114
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_flag_config_scheduled_changes_conflicts**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#get_flag_config_scheduled_changes_conflicts) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes-conflicts | Lists conflicts between the given instructions and any existing scheduled changes for the feature flag. The actual HTTP verb should be REPORT, not POST.
115
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#patch_expiring_user_targets) | **PATCH** /flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on feature flag
116
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#patch_feature_flag) | **PATCH** /flags/{projectKey}/{featureFlagKey} | Perform a partial update to a feature.
117
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_flag_config_scheduled_change**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#patch_flag_config_scheduled_change) | **PATCH** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes/{scheduledChangeId} | Updates an existing scheduled-change on a feature flag in an environment.
118
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_apply_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#post_apply_approval_request) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId}/apply | Apply approval request for a feature flag config
119
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#post_approval_request) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId} | Create an approval request for a feature flag config
120
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#post_feature_flag) | **POST** /flags/{projectKey} | Creates a new feature flag.
121
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_flag_config_scheduled_changes**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#post_flag_config_scheduled_changes) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes | Creates a new scheduled change for a feature flag.
122
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_review_approval_request**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagsApi.md#post_review_approval_request) | **POST** /projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{approvalRequestId}/review | Review approval request for a feature flag config
123
+ *LaunchDarklyApi::IntegrationsApi* | [**delete_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationsApi.md#delete_integration_subscription) | **DELETE** /integrations/{integrationKey}/{integrationId} | Delete an integration subscription by ID.
124
+ *LaunchDarklyApi::IntegrationsApi* | [**get_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationsApi.md#get_integration_subscription) | **GET** /integrations/{integrationKey}/{integrationId} | Get a single integration subscription by ID.
125
+ *LaunchDarklyApi::IntegrationsApi* | [**get_integration_subscriptions**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationsApi.md#get_integration_subscriptions) | **GET** /integrations/{integrationKey} | Get a list of all configured integrations of a given kind.
126
+ *LaunchDarklyApi::IntegrationsApi* | [**get_integrations**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationsApi.md#get_integrations) | **GET** /integrations | Get a list of all configured audit log event integrations associated with this account.
127
+ *LaunchDarklyApi::IntegrationsApi* | [**patch_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationsApi.md#patch_integration_subscription) | **PATCH** /integrations/{integrationKey}/{integrationId} | Modify an integration subscription by ID.
128
+ *LaunchDarklyApi::IntegrationsApi* | [**post_integration_subscription**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationsApi.md#post_integration_subscription) | **POST** /integrations/{integrationKey} | Create a new integration subscription of a given kind.
129
+ *LaunchDarklyApi::ProjectsApi* | [**delete_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ProjectsApi.md#delete_project) | **DELETE** /projects/{projectKey} | Delete a project by key. Caution-- deleting a project will delete all associated environments and feature flags. You cannot delete the last project in an account.
130
+ *LaunchDarklyApi::ProjectsApi* | [**get_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ProjectsApi.md#get_project) | **GET** /projects/{projectKey} | Fetch a single project by key.
131
+ *LaunchDarklyApi::ProjectsApi* | [**get_projects**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ProjectsApi.md#get_projects) | **GET** /projects | Returns a list of all projects in the account.
132
+ *LaunchDarklyApi::ProjectsApi* | [**patch_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ProjectsApi.md#patch_project) | **PATCH** /projects/{projectKey} | Modify a project by ID.
133
+ *LaunchDarklyApi::ProjectsApi* | [**post_project**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ProjectsApi.md#post_project) | **POST** /projects | Create a new project with the given key and name.
134
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**delete_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigurationsApi.md#delete_relay_proxy_config) | **DELETE** /account/relay-auto-configs/{id} | Delete a relay proxy configuration by ID.
135
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigurationsApi.md#get_relay_proxy_config) | **GET** /account/relay-auto-configs/{id} | Get a single relay proxy configuration by ID.
136
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**get_relay_proxy_configs**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigurationsApi.md#get_relay_proxy_configs) | **GET** /account/relay-auto-configs | Returns a list of relay proxy configurations in the account.
137
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**patch_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigurationsApi.md#patch_relay_proxy_config) | **PATCH** /account/relay-auto-configs/{id} | Modify a relay proxy configuration by ID.
138
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**post_relay_auto_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigurationsApi.md#post_relay_auto_config) | **POST** /account/relay-auto-configs | Create a new relay proxy config.
139
+ *LaunchDarklyApi::RelayProxyConfigurationsApi* | [**reset_relay_proxy_config**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigurationsApi.md#reset_relay_proxy_config) | **POST** /account/relay-auto-configs/{id}/reset | Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
140
+ *LaunchDarklyApi::RootApi* | [**get_root**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RootApi.md#get_root) | **GET** / |
141
+ *LaunchDarklyApi::TeamMembersApi* | [**delete_member**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TeamMembersApi.md#delete_member) | **DELETE** /members/{memberId} | Delete a team member by ID.
142
+ *LaunchDarklyApi::TeamMembersApi* | [**get_me**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TeamMembersApi.md#get_me) | **GET** /members/me | Get the current team member associated with the token
143
+ *LaunchDarklyApi::TeamMembersApi* | [**get_member**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TeamMembersApi.md#get_member) | **GET** /members/{memberId} | Get a single team member by ID.
144
+ *LaunchDarklyApi::TeamMembersApi* | [**get_members**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TeamMembersApi.md#get_members) | **GET** /members | Returns a list of all members in the account.
145
+ *LaunchDarklyApi::TeamMembersApi* | [**patch_member**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TeamMembersApi.md#patch_member) | **PATCH** /members/{memberId} | Modify a team member by ID.
146
+ *LaunchDarklyApi::TeamMembersApi* | [**post_members**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TeamMembersApi.md#post_members) | **POST** /members | Invite new members.
147
+ *LaunchDarklyApi::UserSegmentsApi* | [**delete_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#delete_user_segment) | **DELETE** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Delete a user segment.
148
+ *LaunchDarklyApi::UserSegmentsApi* | [**get_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#get_expiring_user_targets_on_segment) | **GET** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for user segment
149
+ *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#get_user_segment) | **GET** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Get a single user segment by key.
150
+ *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segments**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#get_user_segments) | **GET** /segments/{projectKey}/{environmentKey} | Get a list of all user segments in the given project.
151
+ *LaunchDarklyApi::UserSegmentsApi* | [**patch_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#patch_expiring_user_targets_on_segment) | **PATCH** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on user segment
152
+ *LaunchDarklyApi::UserSegmentsApi* | [**patch_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#patch_user_segment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
153
+ *LaunchDarklyApi::UserSegmentsApi* | [**post_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#post_user_segment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
154
+ *LaunchDarklyApi::UserSegmentsApi* | [**updated_unbounded_segment_targets**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentsApi.md#updated_unbounded_segment_targets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users | Update targets included or excluded in an unbounded segment
155
+ *LaunchDarklyApi::UserSettingsApi* | [**get_expiring_user_targets_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSettingsApi.md#get_expiring_user_targets_for_user) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
156
+ *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
157
+ *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_settings**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
158
+ *LaunchDarklyApi::UserSettingsApi* | [**patch_expiring_user_targets_for_flags**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSettingsApi.md#patch_expiring_user_targets_for_flags) | **PATCH** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets for a single user on all flags
159
+ *LaunchDarklyApi::UserSettingsApi* | [**put_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSettingsApi.md#put_flag_setting) | **PUT** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Specifically enable or disable a feature flag for a user based on their key.
160
+ *LaunchDarklyApi::UsersApi* | [**delete_user**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UsersApi.md#delete_user) | **DELETE** /users/{projectKey}/{environmentKey}/{userKey} | Delete a user by ID.
161
+ *LaunchDarklyApi::UsersApi* | [**get_search_users**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UsersApi.md#get_search_users) | **GET** /user-search/{projectKey}/{environmentKey} | Search users in LaunchDarkly based on their last active date, or a search query. It should not be used to enumerate all users in LaunchDarkly-- use the List users API resource.
162
+ *LaunchDarklyApi::UsersApi* | [**get_user**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UsersApi.md#get_user) | **GET** /users/{projectKey}/{environmentKey}/{userKey} | Get a user by key.
163
+ *LaunchDarklyApi::UsersApi* | [**get_users**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UsersApi.md#get_users) | **GET** /users/{projectKey}/{environmentKey} | List all users in the environment. Includes the total count of users. In each page, there will be up to 'limit' users returned (default 20). This is useful for exporting all users in the system for further analysis. Paginated collections will include a next link containing a URL with the next set of elements in the collection.
164
+ *LaunchDarklyApi::WebhooksApi* | [**delete_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{resourceId} | Delete a webhook by ID.
165
+ *LaunchDarklyApi::WebhooksApi* | [**get_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WebhooksApi.md#get_webhook) | **GET** /webhooks/{resourceId} | Get a webhook by ID.
166
+ *LaunchDarklyApi::WebhooksApi* | [**get_webhooks**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | Fetch a list of all webhooks.
167
+ *LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WebhooksApi.md#patch_webhook) | **PATCH** /webhooks/{resourceId} | Modify a webhook by ID.
168
+ *LaunchDarklyApi::WebhooksApi* | [**post_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WebhooksApi.md#post_webhook) | **POST** /webhooks | Create a webhook.
169
169
 
170
170
 
171
171
  ## Documentation for Models
172
172
 
173
- - [LaunchDarklyApi::ApprovalRequest](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequest.md)
174
- - [LaunchDarklyApi::ApprovalRequestApplyConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequestApplyConfigBody.md)
175
- - [LaunchDarklyApi::ApprovalRequestConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequestConfigBody.md)
176
- - [LaunchDarklyApi::ApprovalRequestReview](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequestReview.md)
177
- - [LaunchDarklyApi::ApprovalRequestReviewConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequestReviewConfigBody.md)
178
- - [LaunchDarklyApi::ApprovalRequestReviewStatus](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequestReviewStatus.md)
179
- - [LaunchDarklyApi::ApprovalRequests](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ApprovalRequests.md)
180
- - [LaunchDarklyApi::AuditLogEntries](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AuditLogEntries.md)
181
- - [LaunchDarklyApi::AuditLogEntry](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AuditLogEntry.md)
182
- - [LaunchDarklyApi::AuditLogEntryTarget](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/AuditLogEntryTarget.md)
183
- - [LaunchDarklyApi::Clause](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Clause.md)
184
- - [LaunchDarklyApi::ClientSideAvailability](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ClientSideAvailability.md)
185
- - [LaunchDarklyApi::CopyActions](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CopyActions.md)
186
- - [LaunchDarklyApi::CustomProperty](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomProperty.md)
187
- - [LaunchDarklyApi::CustomPropertyValues](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomPropertyValues.md)
188
- - [LaunchDarklyApi::CustomRole](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRole.md)
189
- - [LaunchDarklyApi::CustomRoleBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRoleBody.md)
190
- - [LaunchDarklyApi::CustomRoles](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/CustomRoles.md)
191
- - [LaunchDarklyApi::Defaults](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Defaults.md)
192
- - [LaunchDarklyApi::Destination](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Destination.md)
193
- - [LaunchDarklyApi::DestinationAmazonKinesis](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DestinationAmazonKinesis.md)
194
- - [LaunchDarklyApi::DestinationBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DestinationBody.md)
195
- - [LaunchDarklyApi::DestinationGooglePubSub](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DestinationGooglePubSub.md)
196
- - [LaunchDarklyApi::DestinationMParticle](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DestinationMParticle.md)
197
- - [LaunchDarklyApi::DestinationSegment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/DestinationSegment.md)
198
- - [LaunchDarklyApi::Destinations](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Destinations.md)
199
- - [LaunchDarklyApi::Environment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Environment.md)
200
- - [LaunchDarklyApi::EnvironmentApprovalSettings](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentApprovalSettings.md)
201
- - [LaunchDarklyApi::EnvironmentPost](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EnvironmentPost.md)
202
- - [LaunchDarklyApi::EvaluationUsageError](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/EvaluationUsageError.md)
203
- - [LaunchDarklyApi::Events](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Events.md)
204
- - [LaunchDarklyApi::Fallthrough](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Fallthrough.md)
205
- - [LaunchDarklyApi::FeatureFlag](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlag.md)
206
- - [LaunchDarklyApi::FeatureFlagBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagBody.md)
207
- - [LaunchDarklyApi::FeatureFlagConfig](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagConfig.md)
208
- - [LaunchDarklyApi::FeatureFlagCopyBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagCopyBody.md)
209
- - [LaunchDarklyApi::FeatureFlagCopyObject](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagCopyObject.md)
210
- - [LaunchDarklyApi::FeatureFlagScheduledChange](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagScheduledChange.md)
211
- - [LaunchDarklyApi::FeatureFlagScheduledChanges](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagScheduledChanges.md)
212
- - [LaunchDarklyApi::FeatureFlagScheduledChangesConflicts](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagScheduledChangesConflicts.md)
213
- - [LaunchDarklyApi::FeatureFlagScheduledChangesConflictsInstructions](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagScheduledChangesConflictsInstructions.md)
214
- - [LaunchDarklyApi::FeatureFlagStatus](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagStatus.md)
215
- - [LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagStatusAcrossEnvironments.md)
216
- - [LaunchDarklyApi::FeatureFlagStatusForQueriedEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagStatusForQueriedEnvironment.md)
217
- - [LaunchDarklyApi::FeatureFlagStatuses](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlagStatuses.md)
218
- - [LaunchDarklyApi::FeatureFlags](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FeatureFlags.md)
219
- - [LaunchDarklyApi::FlagConfigScheduledChangesConflictsBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FlagConfigScheduledChangesConflictsBody.md)
220
- - [LaunchDarklyApi::FlagConfigScheduledChangesPatchBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FlagConfigScheduledChangesPatchBody.md)
221
- - [LaunchDarklyApi::FlagConfigScheduledChangesPostBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FlagConfigScheduledChangesPostBody.md)
222
- - [LaunchDarklyApi::FlagListItem](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/FlagListItem.md)
223
- - [LaunchDarklyApi::HierarchicalLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/HierarchicalLinks.md)
224
- - [LaunchDarklyApi::Id](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Id.md)
225
- - [LaunchDarklyApi::Integration](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Integration.md)
226
- - [LaunchDarklyApi::IntegrationLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationLinks.md)
227
- - [LaunchDarklyApi::IntegrationSubscription](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationSubscription.md)
228
- - [LaunchDarklyApi::IntegrationSubscriptionStatus](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/IntegrationSubscriptionStatus.md)
229
- - [LaunchDarklyApi::Integrations](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Integrations.md)
230
- - [LaunchDarklyApi::Link](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Link.md)
231
- - [LaunchDarklyApi::Links](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Links.md)
232
- - [LaunchDarklyApi::MAU](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/MAU.md)
233
- - [LaunchDarklyApi::MAUMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/MAUMetadata.md)
234
- - [LaunchDarklyApi::MAUbyCategory](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/MAUbyCategory.md)
235
- - [LaunchDarklyApi::Member](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Member.md)
236
- - [LaunchDarklyApi::MemberLastSeenMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/MemberLastSeenMetadata.md)
237
- - [LaunchDarklyApi::Members](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Members.md)
238
- - [LaunchDarklyApi::MembersBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/MembersBody.md)
239
- - [LaunchDarklyApi::PatchComment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/PatchComment.md)
240
- - [LaunchDarklyApi::PatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/PatchOperation.md)
241
- - [LaunchDarklyApi::Policy](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Policy.md)
242
- - [LaunchDarklyApi::Prerequisite](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Prerequisite.md)
243
- - [LaunchDarklyApi::Project](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Project.md)
244
- - [LaunchDarklyApi::ProjectBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ProjectBody.md)
245
- - [LaunchDarklyApi::Projects](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Projects.md)
246
- - [LaunchDarklyApi::RelayProxyConfig](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfig.md)
247
- - [LaunchDarklyApi::RelayProxyConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigBody.md)
248
- - [LaunchDarklyApi::RelayProxyConfigs](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/RelayProxyConfigs.md)
249
- - [LaunchDarklyApi::Role](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Role.md)
250
- - [LaunchDarklyApi::Rollout](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Rollout.md)
251
- - [LaunchDarklyApi::Rule](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Rule.md)
252
- - [LaunchDarklyApi::ScheduledChangesFeatureFlagConflict](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/ScheduledChangesFeatureFlagConflict.md)
253
- - [LaunchDarklyApi::SemanticPatchInstruction](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/SemanticPatchInstruction.md)
254
- - [LaunchDarklyApi::SemanticPatchInstructionInner](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/SemanticPatchInstructionInner.md)
255
- - [LaunchDarklyApi::SemanticPatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/SemanticPatchOperation.md)
256
- - [LaunchDarklyApi::Site](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Site.md)
257
- - [LaunchDarklyApi::Statement](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Statement.md)
258
- - [LaunchDarklyApi::Stream](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Stream.md)
259
- - [LaunchDarklyApi::StreamBySDK](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamBySDK.md)
260
- - [LaunchDarklyApi::StreamBySDKLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamBySDKLinks.md)
261
- - [LaunchDarklyApi::StreamBySDKLinksMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamBySDKLinksMetadata.md)
262
- - [LaunchDarklyApi::StreamLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamLinks.md)
263
- - [LaunchDarklyApi::StreamSDKVersion](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamSDKVersion.md)
264
- - [LaunchDarklyApi::StreamSDKVersionData](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamSDKVersionData.md)
265
- - [LaunchDarklyApi::StreamUsageError](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamUsageError.md)
266
- - [LaunchDarklyApi::StreamUsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamUsageLinks.md)
267
- - [LaunchDarklyApi::StreamUsageMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamUsageMetadata.md)
268
- - [LaunchDarklyApi::StreamUsageSeries](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/StreamUsageSeries.md)
269
- - [LaunchDarklyApi::Streams](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Streams.md)
270
- - [LaunchDarklyApi::SubscriptionBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/SubscriptionBody.md)
271
- - [LaunchDarklyApi::Target](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Target.md)
272
- - [LaunchDarklyApi::Token](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Token.md)
273
- - [LaunchDarklyApi::TokenBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/TokenBody.md)
274
- - [LaunchDarklyApi::Tokens](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Tokens.md)
275
- - [LaunchDarklyApi::UnboundedSegmentTargetChanges](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UnboundedSegmentTargetChanges.md)
276
- - [LaunchDarklyApi::UnboundedSegmentTargetsBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UnboundedSegmentTargetsBody.md)
277
- - [LaunchDarklyApi::Usage](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Usage.md)
278
- - [LaunchDarklyApi::UsageError](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UsageError.md)
279
- - [LaunchDarklyApi::UsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UsageLinks.md)
280
- - [LaunchDarklyApi::User](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/User.md)
281
- - [LaunchDarklyApi::UserFlagSetting](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserFlagSetting.md)
282
- - [LaunchDarklyApi::UserFlagSettings](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserFlagSettings.md)
283
- - [LaunchDarklyApi::UserRecord](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserRecord.md)
284
- - [LaunchDarklyApi::UserSegment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegment.md)
285
- - [LaunchDarklyApi::UserSegmentBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentBody.md)
286
- - [LaunchDarklyApi::UserSegmentRule](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegmentRule.md)
287
- - [LaunchDarklyApi::UserSegments](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSegments.md)
288
- - [LaunchDarklyApi::UserSettingsBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserSettingsBody.md)
289
- - [LaunchDarklyApi::UserTargetingExpirationForFlag](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserTargetingExpirationForFlag.md)
290
- - [LaunchDarklyApi::UserTargetingExpirationForFlags](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserTargetingExpirationForFlags.md)
291
- - [LaunchDarklyApi::UserTargetingExpirationForSegment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserTargetingExpirationForSegment.md)
292
- - [LaunchDarklyApi::UserTargetingExpirationOnFlagsForUser](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserTargetingExpirationOnFlagsForUser.md)
293
- - [LaunchDarklyApi::UserTargetingExpirationResourceIdForFlag](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/UserTargetingExpirationResourceIdForFlag.md)
294
- - [LaunchDarklyApi::Users](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Users.md)
295
- - [LaunchDarklyApi::Variation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Variation.md)
296
- - [LaunchDarklyApi::Webhook](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Webhook.md)
297
- - [LaunchDarklyApi::WebhookBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WebhookBody.md)
298
- - [LaunchDarklyApi::Webhooks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/Webhooks.md)
299
- - [LaunchDarklyApi::WeightedVariation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.1/docs/WeightedVariation.md)
173
+ - [LaunchDarklyApi::ApprovalRequest](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequest.md)
174
+ - [LaunchDarklyApi::ApprovalRequestApplyConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequestApplyConfigBody.md)
175
+ - [LaunchDarklyApi::ApprovalRequestConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequestConfigBody.md)
176
+ - [LaunchDarklyApi::ApprovalRequestReview](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequestReview.md)
177
+ - [LaunchDarklyApi::ApprovalRequestReviewConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequestReviewConfigBody.md)
178
+ - [LaunchDarklyApi::ApprovalRequestReviewStatus](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequestReviewStatus.md)
179
+ - [LaunchDarklyApi::ApprovalRequests](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ApprovalRequests.md)
180
+ - [LaunchDarklyApi::AuditLogEntries](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AuditLogEntries.md)
181
+ - [LaunchDarklyApi::AuditLogEntry](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AuditLogEntry.md)
182
+ - [LaunchDarklyApi::AuditLogEntryTarget](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/AuditLogEntryTarget.md)
183
+ - [LaunchDarklyApi::Clause](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Clause.md)
184
+ - [LaunchDarklyApi::ClientSideAvailability](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ClientSideAvailability.md)
185
+ - [LaunchDarklyApi::CopyActions](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CopyActions.md)
186
+ - [LaunchDarklyApi::CustomProperty](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomProperty.md)
187
+ - [LaunchDarklyApi::CustomPropertyValues](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomPropertyValues.md)
188
+ - [LaunchDarklyApi::CustomRole](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRole.md)
189
+ - [LaunchDarklyApi::CustomRoleBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRoleBody.md)
190
+ - [LaunchDarklyApi::CustomRoles](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/CustomRoles.md)
191
+ - [LaunchDarklyApi::Defaults](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Defaults.md)
192
+ - [LaunchDarklyApi::Destination](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Destination.md)
193
+ - [LaunchDarklyApi::DestinationAmazonKinesis](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DestinationAmazonKinesis.md)
194
+ - [LaunchDarklyApi::DestinationBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DestinationBody.md)
195
+ - [LaunchDarklyApi::DestinationGooglePubSub](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DestinationGooglePubSub.md)
196
+ - [LaunchDarklyApi::DestinationMParticle](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DestinationMParticle.md)
197
+ - [LaunchDarklyApi::DestinationSegment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/DestinationSegment.md)
198
+ - [LaunchDarklyApi::Destinations](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Destinations.md)
199
+ - [LaunchDarklyApi::Environment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Environment.md)
200
+ - [LaunchDarklyApi::EnvironmentApprovalSettings](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentApprovalSettings.md)
201
+ - [LaunchDarklyApi::EnvironmentPost](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EnvironmentPost.md)
202
+ - [LaunchDarklyApi::EvaluationUsageError](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/EvaluationUsageError.md)
203
+ - [LaunchDarklyApi::Events](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Events.md)
204
+ - [LaunchDarklyApi::Fallthrough](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Fallthrough.md)
205
+ - [LaunchDarklyApi::FeatureFlag](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlag.md)
206
+ - [LaunchDarklyApi::FeatureFlagBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagBody.md)
207
+ - [LaunchDarklyApi::FeatureFlagConfig](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagConfig.md)
208
+ - [LaunchDarklyApi::FeatureFlagCopyBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagCopyBody.md)
209
+ - [LaunchDarklyApi::FeatureFlagCopyObject](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagCopyObject.md)
210
+ - [LaunchDarklyApi::FeatureFlagScheduledChange](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagScheduledChange.md)
211
+ - [LaunchDarklyApi::FeatureFlagScheduledChanges](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagScheduledChanges.md)
212
+ - [LaunchDarklyApi::FeatureFlagScheduledChangesConflicts](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagScheduledChangesConflicts.md)
213
+ - [LaunchDarklyApi::FeatureFlagScheduledChangesConflictsInstructions](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagScheduledChangesConflictsInstructions.md)
214
+ - [LaunchDarklyApi::FeatureFlagStatus](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagStatus.md)
215
+ - [LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagStatusAcrossEnvironments.md)
216
+ - [LaunchDarklyApi::FeatureFlagStatusForQueriedEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagStatusForQueriedEnvironment.md)
217
+ - [LaunchDarklyApi::FeatureFlagStatuses](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlagStatuses.md)
218
+ - [LaunchDarklyApi::FeatureFlags](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FeatureFlags.md)
219
+ - [LaunchDarklyApi::FlagConfigScheduledChangesConflictsBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FlagConfigScheduledChangesConflictsBody.md)
220
+ - [LaunchDarklyApi::FlagConfigScheduledChangesPatchBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FlagConfigScheduledChangesPatchBody.md)
221
+ - [LaunchDarklyApi::FlagConfigScheduledChangesPostBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FlagConfigScheduledChangesPostBody.md)
222
+ - [LaunchDarklyApi::FlagListItem](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/FlagListItem.md)
223
+ - [LaunchDarklyApi::HierarchicalLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/HierarchicalLinks.md)
224
+ - [LaunchDarklyApi::Id](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Id.md)
225
+ - [LaunchDarklyApi::Integration](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Integration.md)
226
+ - [LaunchDarklyApi::IntegrationLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationLinks.md)
227
+ - [LaunchDarklyApi::IntegrationSubscription](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationSubscription.md)
228
+ - [LaunchDarklyApi::IntegrationSubscriptionStatus](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/IntegrationSubscriptionStatus.md)
229
+ - [LaunchDarklyApi::Integrations](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Integrations.md)
230
+ - [LaunchDarklyApi::Link](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Link.md)
231
+ - [LaunchDarklyApi::Links](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Links.md)
232
+ - [LaunchDarklyApi::MAU](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/MAU.md)
233
+ - [LaunchDarklyApi::MAUMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/MAUMetadata.md)
234
+ - [LaunchDarklyApi::MAUbyCategory](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/MAUbyCategory.md)
235
+ - [LaunchDarklyApi::Member](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Member.md)
236
+ - [LaunchDarklyApi::MemberLastSeenMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/MemberLastSeenMetadata.md)
237
+ - [LaunchDarklyApi::Members](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Members.md)
238
+ - [LaunchDarklyApi::MembersBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/MembersBody.md)
239
+ - [LaunchDarklyApi::PatchComment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/PatchComment.md)
240
+ - [LaunchDarklyApi::PatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/PatchOperation.md)
241
+ - [LaunchDarklyApi::Policy](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Policy.md)
242
+ - [LaunchDarklyApi::Prerequisite](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Prerequisite.md)
243
+ - [LaunchDarklyApi::Project](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Project.md)
244
+ - [LaunchDarklyApi::ProjectBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ProjectBody.md)
245
+ - [LaunchDarklyApi::Projects](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Projects.md)
246
+ - [LaunchDarklyApi::RelayProxyConfig](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfig.md)
247
+ - [LaunchDarklyApi::RelayProxyConfigBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigBody.md)
248
+ - [LaunchDarklyApi::RelayProxyConfigs](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/RelayProxyConfigs.md)
249
+ - [LaunchDarklyApi::Role](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Role.md)
250
+ - [LaunchDarklyApi::Rollout](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Rollout.md)
251
+ - [LaunchDarklyApi::Rule](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Rule.md)
252
+ - [LaunchDarklyApi::ScheduledChangesFeatureFlagConflict](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/ScheduledChangesFeatureFlagConflict.md)
253
+ - [LaunchDarklyApi::SemanticPatchInstruction](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/SemanticPatchInstruction.md)
254
+ - [LaunchDarklyApi::SemanticPatchInstructionInner](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/SemanticPatchInstructionInner.md)
255
+ - [LaunchDarklyApi::SemanticPatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/SemanticPatchOperation.md)
256
+ - [LaunchDarklyApi::Site](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Site.md)
257
+ - [LaunchDarklyApi::Statement](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Statement.md)
258
+ - [LaunchDarklyApi::Stream](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Stream.md)
259
+ - [LaunchDarklyApi::StreamBySDK](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamBySDK.md)
260
+ - [LaunchDarklyApi::StreamBySDKLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamBySDKLinks.md)
261
+ - [LaunchDarklyApi::StreamBySDKLinksMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamBySDKLinksMetadata.md)
262
+ - [LaunchDarklyApi::StreamLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamLinks.md)
263
+ - [LaunchDarklyApi::StreamSDKVersion](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamSDKVersion.md)
264
+ - [LaunchDarklyApi::StreamSDKVersionData](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamSDKVersionData.md)
265
+ - [LaunchDarklyApi::StreamUsageError](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamUsageError.md)
266
+ - [LaunchDarklyApi::StreamUsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamUsageLinks.md)
267
+ - [LaunchDarklyApi::StreamUsageMetadata](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamUsageMetadata.md)
268
+ - [LaunchDarklyApi::StreamUsageSeries](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/StreamUsageSeries.md)
269
+ - [LaunchDarklyApi::Streams](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Streams.md)
270
+ - [LaunchDarklyApi::SubscriptionBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/SubscriptionBody.md)
271
+ - [LaunchDarklyApi::Target](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Target.md)
272
+ - [LaunchDarklyApi::Token](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Token.md)
273
+ - [LaunchDarklyApi::TokenBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/TokenBody.md)
274
+ - [LaunchDarklyApi::Tokens](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Tokens.md)
275
+ - [LaunchDarklyApi::UnboundedSegmentTargetChanges](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UnboundedSegmentTargetChanges.md)
276
+ - [LaunchDarklyApi::UnboundedSegmentTargetsBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UnboundedSegmentTargetsBody.md)
277
+ - [LaunchDarklyApi::Usage](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Usage.md)
278
+ - [LaunchDarklyApi::UsageError](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UsageError.md)
279
+ - [LaunchDarklyApi::UsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UsageLinks.md)
280
+ - [LaunchDarklyApi::User](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/User.md)
281
+ - [LaunchDarklyApi::UserFlagSetting](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserFlagSetting.md)
282
+ - [LaunchDarklyApi::UserFlagSettings](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserFlagSettings.md)
283
+ - [LaunchDarklyApi::UserRecord](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserRecord.md)
284
+ - [LaunchDarklyApi::UserSegment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegment.md)
285
+ - [LaunchDarklyApi::UserSegmentBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentBody.md)
286
+ - [LaunchDarklyApi::UserSegmentRule](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegmentRule.md)
287
+ - [LaunchDarklyApi::UserSegments](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSegments.md)
288
+ - [LaunchDarklyApi::UserSettingsBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserSettingsBody.md)
289
+ - [LaunchDarklyApi::UserTargetingExpirationForFlag](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserTargetingExpirationForFlag.md)
290
+ - [LaunchDarklyApi::UserTargetingExpirationForFlags](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserTargetingExpirationForFlags.md)
291
+ - [LaunchDarklyApi::UserTargetingExpirationForSegment](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserTargetingExpirationForSegment.md)
292
+ - [LaunchDarklyApi::UserTargetingExpirationOnFlagsForUser](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserTargetingExpirationOnFlagsForUser.md)
293
+ - [LaunchDarklyApi::UserTargetingExpirationResourceIdForFlag](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/UserTargetingExpirationResourceIdForFlag.md)
294
+ - [LaunchDarklyApi::Users](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Users.md)
295
+ - [LaunchDarklyApi::Variation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Variation.md)
296
+ - [LaunchDarklyApi::Webhook](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Webhook.md)
297
+ - [LaunchDarklyApi::WebhookBody](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WebhookBody.md)
298
+ - [LaunchDarklyApi::Webhooks](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/Webhooks.md)
299
+ - [LaunchDarklyApi::WeightedVariation](https://github.com/launchdarkly/api-client-ruby/blob/5.0.2/docs/WeightedVariation.md)
300
300
 
301
301
  ## Sample Code
302
302
 
303
- ```
303
+ ```ruby
304
304
  # Load the gem
305
305
  require 'launchdarkly_api'
306
306