launchdarkly_api 3.4.0 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (240) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +178 -177
  3. data/docs/ClientSideAvailability.md +9 -0
  4. data/docs/FeatureFlag.md +1 -0
  5. data/docs/FeatureFlagBody.md +1 -0
  6. data/docs/Project.md +1 -0
  7. data/docs/ProjectBody.md +1 -0
  8. data/launchdarkly_api.gemspec +1 -1
  9. data/lib/launchdarkly_api.rb +2 -1
  10. data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
  11. data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
  12. data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
  13. data/lib/launchdarkly_api/api/customer_metrics_api.rb +1 -1
  14. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
  15. data/lib/launchdarkly_api/api/environments_api.rb +1 -1
  16. data/lib/launchdarkly_api/api/feature_flags_api.rb +1 -1
  17. data/lib/launchdarkly_api/api/projects_api.rb +1 -1
  18. data/lib/launchdarkly_api/api/root_api.rb +1 -1
  19. data/lib/launchdarkly_api/api/team_members_api.rb +1 -1
  20. data/lib/launchdarkly_api/api/user_segments_api.rb +1 -1
  21. data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
  22. data/lib/launchdarkly_api/api/users_api.rb +1 -1
  23. data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
  24. data/lib/launchdarkly_api/api_client.rb +1 -1
  25. data/lib/launchdarkly_api/api_error.rb +1 -1
  26. data/lib/launchdarkly_api/configuration.rb +1 -1
  27. data/lib/launchdarkly_api/models/audit_log_entries.rb +1 -1
  28. data/lib/launchdarkly_api/models/audit_log_entry.rb +1 -1
  29. data/lib/launchdarkly_api/models/audit_log_entry_target.rb +1 -1
  30. data/lib/launchdarkly_api/models/clause.rb +1 -1
  31. data/lib/launchdarkly_api/models/client_side_availability.rb +194 -0
  32. data/lib/launchdarkly_api/models/copy_actions.rb +1 -1
  33. data/lib/launchdarkly_api/models/custom_property.rb +1 -1
  34. data/lib/launchdarkly_api/models/custom_property_values.rb +1 -1
  35. data/lib/launchdarkly_api/models/custom_role.rb +1 -1
  36. data/lib/launchdarkly_api/models/custom_role_body.rb +1 -1
  37. data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
  38. data/lib/launchdarkly_api/models/defaults.rb +1 -1
  39. data/lib/launchdarkly_api/models/destination.rb +1 -1
  40. data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +1 -1
  41. data/lib/launchdarkly_api/models/destination_body.rb +1 -1
  42. data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +1 -1
  43. data/lib/launchdarkly_api/models/destination_m_particle.rb +1 -1
  44. data/lib/launchdarkly_api/models/destination_segment.rb +1 -1
  45. data/lib/launchdarkly_api/models/destinations.rb +1 -1
  46. data/lib/launchdarkly_api/models/environment.rb +1 -1
  47. data/lib/launchdarkly_api/models/environment_post.rb +1 -1
  48. data/lib/launchdarkly_api/models/evaluation_usage_error.rb +1 -1
  49. data/lib/launchdarkly_api/models/events.rb +1 -1
  50. data/lib/launchdarkly_api/models/fallthrough.rb +1 -1
  51. data/lib/launchdarkly_api/models/feature_flag.rb +11 -2
  52. data/lib/launchdarkly_api/models/feature_flag_body.rb +11 -2
  53. data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
  54. data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +1 -1
  55. data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +1 -1
  56. data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
  57. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
  58. data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +1 -1
  59. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
  60. data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
  61. data/lib/launchdarkly_api/models/flag_list_item.rb +1 -1
  62. data/lib/launchdarkly_api/models/id.rb +1 -1
  63. data/lib/launchdarkly_api/models/link.rb +1 -1
  64. data/lib/launchdarkly_api/models/links.rb +1 -1
  65. data/lib/launchdarkly_api/models/ma_uby_category.rb +1 -1
  66. data/lib/launchdarkly_api/models/mau.rb +1 -1
  67. data/lib/launchdarkly_api/models/mau_metadata.rb +1 -1
  68. data/lib/launchdarkly_api/models/member.rb +1 -1
  69. data/lib/launchdarkly_api/models/members.rb +1 -1
  70. data/lib/launchdarkly_api/models/members_body.rb +1 -1
  71. data/lib/launchdarkly_api/models/patch_comment.rb +1 -1
  72. data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
  73. data/lib/launchdarkly_api/models/policy.rb +1 -1
  74. data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
  75. data/lib/launchdarkly_api/models/project.rb +14 -5
  76. data/lib/launchdarkly_api/models/project_body.rb +14 -5
  77. data/lib/launchdarkly_api/models/projects.rb +1 -1
  78. data/lib/launchdarkly_api/models/role.rb +1 -1
  79. data/lib/launchdarkly_api/models/rollout.rb +1 -1
  80. data/lib/launchdarkly_api/models/rule.rb +1 -1
  81. data/lib/launchdarkly_api/models/semantic_patch_operation.rb +1 -1
  82. data/lib/launchdarkly_api/models/semantic_patch_operation_instructions.rb +1 -1
  83. data/lib/launchdarkly_api/models/site.rb +1 -1
  84. data/lib/launchdarkly_api/models/statement.rb +1 -1
  85. data/lib/launchdarkly_api/models/stream.rb +1 -1
  86. data/lib/launchdarkly_api/models/stream_by_sdk.rb +1 -1
  87. data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +1 -1
  88. data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +1 -1
  89. data/lib/launchdarkly_api/models/stream_links.rb +1 -1
  90. data/lib/launchdarkly_api/models/stream_sdk_version.rb +1 -1
  91. data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +1 -1
  92. data/lib/launchdarkly_api/models/stream_usage_error.rb +1 -1
  93. data/lib/launchdarkly_api/models/stream_usage_links.rb +1 -1
  94. data/lib/launchdarkly_api/models/stream_usage_metadata.rb +1 -1
  95. data/lib/launchdarkly_api/models/stream_usage_series.rb +1 -1
  96. data/lib/launchdarkly_api/models/streams.rb +1 -1
  97. data/lib/launchdarkly_api/models/target.rb +1 -1
  98. data/lib/launchdarkly_api/models/token.rb +1 -1
  99. data/lib/launchdarkly_api/models/token_body.rb +1 -1
  100. data/lib/launchdarkly_api/models/tokens.rb +1 -1
  101. data/lib/launchdarkly_api/models/usage.rb +1 -1
  102. data/lib/launchdarkly_api/models/usage_error.rb +1 -1
  103. data/lib/launchdarkly_api/models/usage_links.rb +1 -1
  104. data/lib/launchdarkly_api/models/user.rb +1 -1
  105. data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
  106. data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
  107. data/lib/launchdarkly_api/models/user_record.rb +1 -1
  108. data/lib/launchdarkly_api/models/user_segment.rb +1 -1
  109. data/lib/launchdarkly_api/models/user_segment_body.rb +1 -1
  110. data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
  111. data/lib/launchdarkly_api/models/user_segments.rb +1 -1
  112. data/lib/launchdarkly_api/models/user_settings_body.rb +1 -1
  113. data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +1 -1
  114. data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +1 -1
  115. data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +1 -1
  116. data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +1 -1
  117. data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +1 -1
  118. data/lib/launchdarkly_api/models/users.rb +1 -1
  119. data/lib/launchdarkly_api/models/variation.rb +1 -1
  120. data/lib/launchdarkly_api/models/webhook.rb +1 -1
  121. data/lib/launchdarkly_api/models/webhook_body.rb +1 -1
  122. data/lib/launchdarkly_api/models/webhooks.rb +1 -1
  123. data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
  124. data/lib/launchdarkly_api/version.rb +2 -2
  125. data/openapi.yml +22 -1
  126. data/spec/api/access_tokens_api_spec.rb +1 -1
  127. data/spec/api/audit_log_api_spec.rb +1 -1
  128. data/spec/api/custom_roles_api_spec.rb +1 -1
  129. data/spec/api/customer_metrics_api_spec.rb +1 -1
  130. data/spec/api/data_export_destinations_api_spec.rb +1 -1
  131. data/spec/api/environments_api_spec.rb +1 -1
  132. data/spec/api/feature_flags_api_spec.rb +1 -1
  133. data/spec/api/projects_api_spec.rb +1 -1
  134. data/spec/api/root_api_spec.rb +1 -1
  135. data/spec/api/team_members_api_spec.rb +1 -1
  136. data/spec/api/user_segments_api_spec.rb +1 -1
  137. data/spec/api/user_settings_api_spec.rb +1 -1
  138. data/spec/api/users_api_spec.rb +1 -1
  139. data/spec/api/webhooks_api_spec.rb +1 -1
  140. data/spec/api_client_spec.rb +1 -1
  141. data/spec/configuration_spec.rb +1 -1
  142. data/spec/models/audit_log_entries_spec.rb +1 -1
  143. data/spec/models/audit_log_entry_spec.rb +1 -1
  144. data/spec/models/audit_log_entry_target_spec.rb +1 -1
  145. data/spec/models/clause_spec.rb +1 -1
  146. data/spec/models/client_side_availability_spec.rb +47 -0
  147. data/spec/models/copy_actions_spec.rb +1 -1
  148. data/spec/models/custom_property_spec.rb +1 -1
  149. data/spec/models/custom_property_values_spec.rb +1 -1
  150. data/spec/models/custom_role_body_spec.rb +1 -1
  151. data/spec/models/custom_role_spec.rb +1 -1
  152. data/spec/models/custom_roles_spec.rb +1 -1
  153. data/spec/models/defaults_spec.rb +1 -1
  154. data/spec/models/destination_amazon_kinesis_spec.rb +1 -1
  155. data/spec/models/destination_body_spec.rb +1 -1
  156. data/spec/models/destination_google_pub_sub_spec.rb +1 -1
  157. data/spec/models/destination_m_particle_spec.rb +1 -1
  158. data/spec/models/destination_segment_spec.rb +1 -1
  159. data/spec/models/destination_spec.rb +1 -1
  160. data/spec/models/destinations_spec.rb +1 -1
  161. data/spec/models/environment_post_spec.rb +1 -1
  162. data/spec/models/environment_spec.rb +1 -1
  163. data/spec/models/evaluation_usage_error_spec.rb +1 -1
  164. data/spec/models/events_spec.rb +1 -1
  165. data/spec/models/fallthrough_spec.rb +1 -1
  166. data/spec/models/feature_flag_body_spec.rb +7 -1
  167. data/spec/models/feature_flag_config_spec.rb +1 -1
  168. data/spec/models/feature_flag_copy_body_spec.rb +1 -1
  169. data/spec/models/feature_flag_copy_object_spec.rb +1 -1
  170. data/spec/models/feature_flag_spec.rb +7 -1
  171. data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
  172. data/spec/models/feature_flag_status_for_queried_environment_spec.rb +1 -1
  173. data/spec/models/feature_flag_status_spec.rb +1 -1
  174. data/spec/models/feature_flag_statuses_spec.rb +1 -1
  175. data/spec/models/feature_flags_spec.rb +1 -1
  176. data/spec/models/flag_list_item_spec.rb +1 -1
  177. data/spec/models/id_spec.rb +1 -1
  178. data/spec/models/link_spec.rb +1 -1
  179. data/spec/models/links_spec.rb +1 -1
  180. data/spec/models/ma_uby_category_spec.rb +1 -1
  181. data/spec/models/mau_metadata_spec.rb +1 -1
  182. data/spec/models/mau_spec.rb +1 -1
  183. data/spec/models/member_spec.rb +1 -1
  184. data/spec/models/members_body_spec.rb +1 -1
  185. data/spec/models/members_spec.rb +1 -1
  186. data/spec/models/patch_comment_spec.rb +1 -1
  187. data/spec/models/patch_operation_spec.rb +1 -1
  188. data/spec/models/policy_spec.rb +1 -1
  189. data/spec/models/prerequisite_spec.rb +1 -1
  190. data/spec/models/project_body_spec.rb +7 -1
  191. data/spec/models/project_spec.rb +7 -1
  192. data/spec/models/projects_spec.rb +1 -1
  193. data/spec/models/role_spec.rb +1 -1
  194. data/spec/models/rollout_spec.rb +1 -1
  195. data/spec/models/rule_spec.rb +1 -1
  196. data/spec/models/semantic_patch_operation_instructions_spec.rb +1 -1
  197. data/spec/models/semantic_patch_operation_spec.rb +1 -1
  198. data/spec/models/site_spec.rb +1 -1
  199. data/spec/models/statement_spec.rb +1 -1
  200. data/spec/models/stream_by_sdk_links_metadata_spec.rb +1 -1
  201. data/spec/models/stream_by_sdk_links_spec.rb +1 -1
  202. data/spec/models/stream_by_sdk_spec.rb +1 -1
  203. data/spec/models/stream_links_spec.rb +1 -1
  204. data/spec/models/stream_sdk_version_data_spec.rb +1 -1
  205. data/spec/models/stream_sdk_version_spec.rb +1 -1
  206. data/spec/models/stream_spec.rb +1 -1
  207. data/spec/models/stream_usage_error_spec.rb +1 -1
  208. data/spec/models/stream_usage_links_spec.rb +1 -1
  209. data/spec/models/stream_usage_metadata_spec.rb +1 -1
  210. data/spec/models/stream_usage_series_spec.rb +1 -1
  211. data/spec/models/streams_spec.rb +1 -1
  212. data/spec/models/target_spec.rb +1 -1
  213. data/spec/models/token_body_spec.rb +1 -1
  214. data/spec/models/token_spec.rb +1 -1
  215. data/spec/models/tokens_spec.rb +1 -1
  216. data/spec/models/usage_error_spec.rb +1 -1
  217. data/spec/models/usage_links_spec.rb +1 -1
  218. data/spec/models/usage_spec.rb +1 -1
  219. data/spec/models/user_flag_setting_spec.rb +1 -1
  220. data/spec/models/user_flag_settings_spec.rb +1 -1
  221. data/spec/models/user_record_spec.rb +1 -1
  222. data/spec/models/user_segment_body_spec.rb +1 -1
  223. data/spec/models/user_segment_rule_spec.rb +1 -1
  224. data/spec/models/user_segment_spec.rb +1 -1
  225. data/spec/models/user_segments_spec.rb +1 -1
  226. data/spec/models/user_settings_body_spec.rb +1 -1
  227. data/spec/models/user_spec.rb +1 -1
  228. data/spec/models/user_targeting_expiration_for_flag_spec.rb +1 -1
  229. data/spec/models/user_targeting_expiration_for_flags_spec.rb +1 -1
  230. data/spec/models/user_targeting_expiration_for_segment_spec.rb +1 -1
  231. data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +1 -1
  232. data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +1 -1
  233. data/spec/models/users_spec.rb +1 -1
  234. data/spec/models/variation_spec.rb +1 -1
  235. data/spec/models/webhook_body_spec.rb +1 -1
  236. data/spec/models/webhook_spec.rb +1 -1
  237. data/spec/models/webhooks_spec.rb +1 -1
  238. data/spec/models/weighted_variation_spec.rb +1 -1
  239. data/spec/spec_helper.rb +1 -1
  240. metadata +93 -89
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d202127ea549fe10ed13f0d84e456ac5ccc0cb3668aa0986cf370770385b6fe
4
- data.tar.gz: e1fca1644aa3769e926eb998de15f9c82abb65169ef4e15e4b3fd511ce8c0fa1
3
+ metadata.gz: 10d83a43e34532bae60a13e275351eac46cfa841252c08df58c829367a4094c0
4
+ data.tar.gz: 17a08bbd8ad573574a301d5f1057f45d2837b2dbf4dd8698366e747304ecabef
5
5
  SHA512:
6
- metadata.gz: 1ab18410dc72c645d53e46914d49094d2c4d4d238228c78764888e3d2088f2ccb82429c624fd92cef39e3670706abb32ccfcf7e4198520148b7aa0640f7fb393
7
- data.tar.gz: 12539d5ca68ed90d5ffd5141b3ccfbad3568d583598d9119dd27ff0630a503ce0eda9875708d9319e6647f622e1429faec80c59699229a19af6f87ee1f0e44b5
6
+ metadata.gz: d36477013d13cbdab17532f52a77ec2228018c24c8726c7bfc99bf07d98d7a17d2c4ea06a58b9db2f383979c03ec5fdad8b34c625ae002efbae75239daa4b0a0
7
+ data.tar.gz: db7399e672877012942f35e5c30ed173dd916fd134a69314c541dce5d379391716fa37d377ba1bd57fdd9dfe5855132c6b55f14890573e955de8f54d4c8890ea
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: 3.4.0
15
- - Package version: 3.4.0
14
+ - API version: 3.5.0
15
+ - Package version: 3.5.0
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-3.4.0.gem
32
+ gem install ./launchdarkly_api-3.5.0.gem
33
33
  ```
34
- (for development, run `gem install --dev ./launchdarkly_api-3.4.0.gem` to install the development dependencies)
34
+ (for development, run `gem install --dev ./launchdarkly_api-3.5.0.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', '~> 3.4.0'
40
+ gem 'launchdarkly_api', '~> 3.5.0'
41
41
 
42
42
  ### Install from Git
43
43
 
@@ -63,182 +63,183 @@ 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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/docs/AccessTokensApi.md#patch_token) | **PATCH** /tokens/{tokenId} | Modify an access tokenby ID.
70
- *LaunchDarklyApi::AccessTokensApi* | [**post_token**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/AccessTokensApi.md#post_token) | **POST** /tokens | Create a new token.
71
- *LaunchDarklyApi::AccessTokensApi* | [**reset_token**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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/3.4.0/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::FeatureFlagsApi* | [**copy_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
99
- *LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
100
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#get_expiring_user_targets) | **GET** /flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for feature flag
101
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#get_feature_flag) | **GET** /flags/{projectKey}/{featureFlagKey} | Get a single feature flag by key.
102
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#get_feature_flag_status) | **GET** /flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey} | Get the status for a particular feature flag.
103
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status_across_environments**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#get_feature_flag_status_across_environments) | **GET** /flag-status/{projectKey}/{featureFlagKey} | Get the status for a particular feature flag across environments
104
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_statuses**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
105
- *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flags**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#get_feature_flags) | **GET** /flags/{projectKey} | Get a list of all features in the given project.
106
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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
107
- *LaunchDarklyApi::FeatureFlagsApi* | [**patch_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#patch_feature_flag) | **PATCH** /flags/{projectKey}/{featureFlagKey} | Perform a partial update to a feature.
108
- *LaunchDarklyApi::FeatureFlagsApi* | [**post_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagsApi.md#post_feature_flag) | **POST** /flags/{projectKey} | Creates a new feature flag.
109
- *LaunchDarklyApi::ProjectsApi* | [**delete_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
110
- *LaunchDarklyApi::ProjectsApi* | [**get_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/ProjectsApi.md#get_project) | **GET** /projects/{projectKey} | Fetch a single project by key.
111
- *LaunchDarklyApi::ProjectsApi* | [**get_projects**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/ProjectsApi.md#get_projects) | **GET** /projects | Returns a list of all projects in the account.
112
- *LaunchDarklyApi::ProjectsApi* | [**patch_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/ProjectsApi.md#patch_project) | **PATCH** /projects/{projectKey} | Modify a project by ID.
113
- *LaunchDarklyApi::ProjectsApi* | [**post_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/ProjectsApi.md#post_project) | **POST** /projects | Create a new project with the given key and name.
114
- *LaunchDarklyApi::RootApi* | [**get_root**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/RootApi.md#get_root) | **GET** / |
115
- *LaunchDarklyApi::TeamMembersApi* | [**delete_member**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TeamMembersApi.md#delete_member) | **DELETE** /members/{memberId} | Delete a team member by ID.
116
- *LaunchDarklyApi::TeamMembersApi* | [**get_me**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TeamMembersApi.md#get_me) | **GET** /members/me | Get the current team member associated with the token
117
- *LaunchDarklyApi::TeamMembersApi* | [**get_member**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TeamMembersApi.md#get_member) | **GET** /members/{memberId} | Get a single team member by ID.
118
- *LaunchDarklyApi::TeamMembersApi* | [**get_members**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TeamMembersApi.md#get_members) | **GET** /members | Returns a list of all members in the account.
119
- *LaunchDarklyApi::TeamMembersApi* | [**patch_member**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TeamMembersApi.md#patch_member) | **PATCH** /members/{memberId} | Modify a team member by ID.
120
- *LaunchDarklyApi::TeamMembersApi* | [**post_members**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TeamMembersApi.md#post_members) | **POST** /members | Invite new members.
121
- *LaunchDarklyApi::UserSegmentsApi* | [**delete_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentsApi.md#delete_user_segment) | **DELETE** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Delete a user segment.
122
- *LaunchDarklyApi::UserSegmentsApi* | [**get_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentsApi.md#get_expiring_user_targets_on_segment) | **GET** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for user segment
123
- *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentsApi.md#get_user_segment) | **GET** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Get a single user segment by key.
124
- *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segments**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentsApi.md#get_user_segments) | **GET** /segments/{projectKey}/{environmentKey} | Get a list of all user segments in the given project.
125
- *LaunchDarklyApi::UserSegmentsApi* | [**patch_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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
126
- *LaunchDarklyApi::UserSegmentsApi* | [**patch_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentsApi.md#patch_user_segment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
127
- *LaunchDarklyApi::UserSegmentsApi* | [**post_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentsApi.md#post_user_segment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
128
- *LaunchDarklyApi::UserSettingsApi* | [**get_expiring_user_targets_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSettingsApi.md#get_expiring_user_targets_for_user) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
129
- *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
130
- *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_settings**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
131
- *LaunchDarklyApi::UserSettingsApi* | [**patch_expiring_user_targets_for_flags**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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
132
- *LaunchDarklyApi::UserSettingsApi* | [**put_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
133
- *LaunchDarklyApi::UsersApi* | [**delete_user**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UsersApi.md#delete_user) | **DELETE** /users/{projectKey}/{environmentKey}/{userKey} | Delete a user by ID.
134
- *LaunchDarklyApi::UsersApi* | [**get_search_users**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
135
- *LaunchDarklyApi::UsersApi* | [**get_user**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UsersApi.md#get_user) | **GET** /users/{projectKey}/{environmentKey}/{userKey} | Get a user by key.
136
- *LaunchDarklyApi::UsersApi* | [**get_users**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/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.
137
- *LaunchDarklyApi::WebhooksApi* | [**delete_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{resourceId} | Delete a webhook by ID.
138
- *LaunchDarklyApi::WebhooksApi* | [**get_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WebhooksApi.md#get_webhook) | **GET** /webhooks/{resourceId} | Get a webhook by ID.
139
- *LaunchDarklyApi::WebhooksApi* | [**get_webhooks**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | Fetch a list of all webhooks.
140
- *LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WebhooksApi.md#patch_webhook) | **PATCH** /webhooks/{resourceId} | Modify a webhook by ID.
141
- *LaunchDarklyApi::WebhooksApi* | [**post_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WebhooksApi.md#post_webhook) | **POST** /webhooks | Create a webhook.
66
+ *LaunchDarklyApi::AccessTokensApi* | [**delete_token**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/docs/AccessTokensApi.md#patch_token) | **PATCH** /tokens/{tokenId} | Modify an access tokenby ID.
70
+ *LaunchDarklyApi::AccessTokensApi* | [**post_token**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/AccessTokensApi.md#post_token) | **POST** /tokens | Create a new token.
71
+ *LaunchDarklyApi::AccessTokensApi* | [**reset_token**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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/3.5.0/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::FeatureFlagsApi* | [**copy_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
99
+ *LaunchDarklyApi::FeatureFlagsApi* | [**delete_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
100
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#get_expiring_user_targets) | **GET** /flags/{projectKey}/{featureFlagKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for feature flag
101
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#get_feature_flag) | **GET** /flags/{projectKey}/{featureFlagKey} | Get a single feature flag by key.
102
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#get_feature_flag_status) | **GET** /flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey} | Get the status for a particular feature flag.
103
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_status_across_environments**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#get_feature_flag_status_across_environments) | **GET** /flag-status/{projectKey}/{featureFlagKey} | Get the status for a particular feature flag across environments
104
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flag_statuses**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
105
+ *LaunchDarklyApi::FeatureFlagsApi* | [**get_feature_flags**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#get_feature_flags) | **GET** /flags/{projectKey} | Get a list of all features in the given project.
106
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_expiring_user_targets**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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
107
+ *LaunchDarklyApi::FeatureFlagsApi* | [**patch_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#patch_feature_flag) | **PATCH** /flags/{projectKey}/{featureFlagKey} | Perform a partial update to a feature.
108
+ *LaunchDarklyApi::FeatureFlagsApi* | [**post_feature_flag**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagsApi.md#post_feature_flag) | **POST** /flags/{projectKey} | Creates a new feature flag.
109
+ *LaunchDarklyApi::ProjectsApi* | [**delete_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
110
+ *LaunchDarklyApi::ProjectsApi* | [**get_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/ProjectsApi.md#get_project) | **GET** /projects/{projectKey} | Fetch a single project by key.
111
+ *LaunchDarklyApi::ProjectsApi* | [**get_projects**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/ProjectsApi.md#get_projects) | **GET** /projects | Returns a list of all projects in the account.
112
+ *LaunchDarklyApi::ProjectsApi* | [**patch_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/ProjectsApi.md#patch_project) | **PATCH** /projects/{projectKey} | Modify a project by ID.
113
+ *LaunchDarklyApi::ProjectsApi* | [**post_project**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/ProjectsApi.md#post_project) | **POST** /projects | Create a new project with the given key and name.
114
+ *LaunchDarklyApi::RootApi* | [**get_root**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/RootApi.md#get_root) | **GET** / |
115
+ *LaunchDarklyApi::TeamMembersApi* | [**delete_member**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TeamMembersApi.md#delete_member) | **DELETE** /members/{memberId} | Delete a team member by ID.
116
+ *LaunchDarklyApi::TeamMembersApi* | [**get_me**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TeamMembersApi.md#get_me) | **GET** /members/me | Get the current team member associated with the token
117
+ *LaunchDarklyApi::TeamMembersApi* | [**get_member**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TeamMembersApi.md#get_member) | **GET** /members/{memberId} | Get a single team member by ID.
118
+ *LaunchDarklyApi::TeamMembersApi* | [**get_members**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TeamMembersApi.md#get_members) | **GET** /members | Returns a list of all members in the account.
119
+ *LaunchDarklyApi::TeamMembersApi* | [**patch_member**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TeamMembersApi.md#patch_member) | **PATCH** /members/{memberId} | Modify a team member by ID.
120
+ *LaunchDarklyApi::TeamMembersApi* | [**post_members**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TeamMembersApi.md#post_members) | **POST** /members | Invite new members.
121
+ *LaunchDarklyApi::UserSegmentsApi* | [**delete_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentsApi.md#delete_user_segment) | **DELETE** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Delete a user segment.
122
+ *LaunchDarklyApi::UserSegmentsApi* | [**get_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentsApi.md#get_expiring_user_targets_on_segment) | **GET** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for user segment
123
+ *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentsApi.md#get_user_segment) | **GET** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Get a single user segment by key.
124
+ *LaunchDarklyApi::UserSegmentsApi* | [**get_user_segments**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentsApi.md#get_user_segments) | **GET** /segments/{projectKey}/{environmentKey} | Get a list of all user segments in the given project.
125
+ *LaunchDarklyApi::UserSegmentsApi* | [**patch_expiring_user_targets_on_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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
126
+ *LaunchDarklyApi::UserSegmentsApi* | [**patch_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentsApi.md#patch_user_segment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
127
+ *LaunchDarklyApi::UserSegmentsApi* | [**post_user_segment**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentsApi.md#post_user_segment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
128
+ *LaunchDarklyApi::UserSettingsApi* | [**get_expiring_user_targets_for_user**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSettingsApi.md#get_expiring_user_targets_for_user) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
129
+ *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSettingsApi.md#get_user_flag_setting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
130
+ *LaunchDarklyApi::UserSettingsApi* | [**get_user_flag_settings**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSettingsApi.md#get_user_flag_settings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
131
+ *LaunchDarklyApi::UserSettingsApi* | [**patch_expiring_user_targets_for_flags**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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
132
+ *LaunchDarklyApi::UserSettingsApi* | [**put_flag_setting**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
133
+ *LaunchDarklyApi::UsersApi* | [**delete_user**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UsersApi.md#delete_user) | **DELETE** /users/{projectKey}/{environmentKey}/{userKey} | Delete a user by ID.
134
+ *LaunchDarklyApi::UsersApi* | [**get_search_users**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
135
+ *LaunchDarklyApi::UsersApi* | [**get_user**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UsersApi.md#get_user) | **GET** /users/{projectKey}/{environmentKey}/{userKey} | Get a user by key.
136
+ *LaunchDarklyApi::UsersApi* | [**get_users**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/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.
137
+ *LaunchDarklyApi::WebhooksApi* | [**delete_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{resourceId} | Delete a webhook by ID.
138
+ *LaunchDarklyApi::WebhooksApi* | [**get_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WebhooksApi.md#get_webhook) | **GET** /webhooks/{resourceId} | Get a webhook by ID.
139
+ *LaunchDarklyApi::WebhooksApi* | [**get_webhooks**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | Fetch a list of all webhooks.
140
+ *LaunchDarklyApi::WebhooksApi* | [**patch_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WebhooksApi.md#patch_webhook) | **PATCH** /webhooks/{resourceId} | Modify a webhook by ID.
141
+ *LaunchDarklyApi::WebhooksApi* | [**post_webhook**](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WebhooksApi.md#post_webhook) | **POST** /webhooks | Create a webhook.
142
142
 
143
143
 
144
144
  ## Documentation for Models
145
145
 
146
- - [LaunchDarklyApi::AuditLogEntries](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/AuditLogEntries.md)
147
- - [LaunchDarklyApi::AuditLogEntry](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/AuditLogEntry.md)
148
- - [LaunchDarklyApi::AuditLogEntryTarget](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/AuditLogEntryTarget.md)
149
- - [LaunchDarklyApi::Clause](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Clause.md)
150
- - [LaunchDarklyApi::CopyActions](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/CopyActions.md)
151
- - [LaunchDarklyApi::CustomProperty](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/CustomProperty.md)
152
- - [LaunchDarklyApi::CustomPropertyValues](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/CustomPropertyValues.md)
153
- - [LaunchDarklyApi::CustomRole](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/CustomRole.md)
154
- - [LaunchDarklyApi::CustomRoleBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/CustomRoleBody.md)
155
- - [LaunchDarklyApi::CustomRoles](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/CustomRoles.md)
156
- - [LaunchDarklyApi::Defaults](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Defaults.md)
157
- - [LaunchDarklyApi::Destination](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Destination.md)
158
- - [LaunchDarklyApi::DestinationAmazonKinesis](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/DestinationAmazonKinesis.md)
159
- - [LaunchDarklyApi::DestinationBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/DestinationBody.md)
160
- - [LaunchDarklyApi::DestinationGooglePubSub](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/DestinationGooglePubSub.md)
161
- - [LaunchDarklyApi::DestinationMParticle](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/DestinationMParticle.md)
162
- - [LaunchDarklyApi::DestinationSegment](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/DestinationSegment.md)
163
- - [LaunchDarklyApi::Destinations](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Destinations.md)
164
- - [LaunchDarklyApi::Environment](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Environment.md)
165
- - [LaunchDarklyApi::EnvironmentPost](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/EnvironmentPost.md)
166
- - [LaunchDarklyApi::EvaluationUsageError](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/EvaluationUsageError.md)
167
- - [LaunchDarklyApi::Events](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Events.md)
168
- - [LaunchDarklyApi::Fallthrough](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Fallthrough.md)
169
- - [LaunchDarklyApi::FeatureFlag](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlag.md)
170
- - [LaunchDarklyApi::FeatureFlagBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagBody.md)
171
- - [LaunchDarklyApi::FeatureFlagConfig](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagConfig.md)
172
- - [LaunchDarklyApi::FeatureFlagCopyBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagCopyBody.md)
173
- - [LaunchDarklyApi::FeatureFlagCopyObject](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagCopyObject.md)
174
- - [LaunchDarklyApi::FeatureFlagStatus](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagStatus.md)
175
- - [LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagStatusAcrossEnvironments.md)
176
- - [LaunchDarklyApi::FeatureFlagStatusForQueriedEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagStatusForQueriedEnvironment.md)
177
- - [LaunchDarklyApi::FeatureFlagStatuses](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlagStatuses.md)
178
- - [LaunchDarklyApi::FeatureFlags](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FeatureFlags.md)
179
- - [LaunchDarklyApi::FlagListItem](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/FlagListItem.md)
180
- - [LaunchDarklyApi::Id](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Id.md)
181
- - [LaunchDarklyApi::Link](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Link.md)
182
- - [LaunchDarklyApi::Links](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Links.md)
183
- - [LaunchDarklyApi::MAU](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/MAU.md)
184
- - [LaunchDarklyApi::MAUMetadata](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/MAUMetadata.md)
185
- - [LaunchDarklyApi::MAUbyCategory](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/MAUbyCategory.md)
186
- - [LaunchDarklyApi::Member](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Member.md)
187
- - [LaunchDarklyApi::Members](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Members.md)
188
- - [LaunchDarklyApi::MembersBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/MembersBody.md)
189
- - [LaunchDarklyApi::PatchComment](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/PatchComment.md)
190
- - [LaunchDarklyApi::PatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/PatchOperation.md)
191
- - [LaunchDarklyApi::Policy](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Policy.md)
192
- - [LaunchDarklyApi::Prerequisite](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Prerequisite.md)
193
- - [LaunchDarklyApi::Project](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Project.md)
194
- - [LaunchDarklyApi::ProjectBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/ProjectBody.md)
195
- - [LaunchDarklyApi::Projects](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Projects.md)
196
- - [LaunchDarklyApi::Role](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Role.md)
197
- - [LaunchDarklyApi::Rollout](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Rollout.md)
198
- - [LaunchDarklyApi::Rule](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Rule.md)
199
- - [LaunchDarklyApi::SemanticPatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/SemanticPatchOperation.md)
200
- - [LaunchDarklyApi::SemanticPatchOperationInstructions](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/SemanticPatchOperationInstructions.md)
201
- - [LaunchDarklyApi::Site](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Site.md)
202
- - [LaunchDarklyApi::Statement](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Statement.md)
203
- - [LaunchDarklyApi::Stream](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Stream.md)
204
- - [LaunchDarklyApi::StreamBySDK](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamBySDK.md)
205
- - [LaunchDarklyApi::StreamBySDKLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamBySDKLinks.md)
206
- - [LaunchDarklyApi::StreamBySDKLinksMetadata](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamBySDKLinksMetadata.md)
207
- - [LaunchDarklyApi::StreamLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamLinks.md)
208
- - [LaunchDarklyApi::StreamSDKVersion](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamSDKVersion.md)
209
- - [LaunchDarklyApi::StreamSDKVersionData](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamSDKVersionData.md)
210
- - [LaunchDarklyApi::StreamUsageError](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamUsageError.md)
211
- - [LaunchDarklyApi::StreamUsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamUsageLinks.md)
212
- - [LaunchDarklyApi::StreamUsageMetadata](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamUsageMetadata.md)
213
- - [LaunchDarklyApi::StreamUsageSeries](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/StreamUsageSeries.md)
214
- - [LaunchDarklyApi::Streams](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Streams.md)
215
- - [LaunchDarklyApi::Target](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Target.md)
216
- - [LaunchDarklyApi::Token](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Token.md)
217
- - [LaunchDarklyApi::TokenBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/TokenBody.md)
218
- - [LaunchDarklyApi::Tokens](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Tokens.md)
219
- - [LaunchDarklyApi::Usage](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Usage.md)
220
- - [LaunchDarklyApi::UsageError](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UsageError.md)
221
- - [LaunchDarklyApi::UsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UsageLinks.md)
222
- - [LaunchDarklyApi::User](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/User.md)
223
- - [LaunchDarklyApi::UserFlagSetting](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserFlagSetting.md)
224
- - [LaunchDarklyApi::UserFlagSettings](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserFlagSettings.md)
225
- - [LaunchDarklyApi::UserRecord](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserRecord.md)
226
- - [LaunchDarklyApi::UserSegment](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegment.md)
227
- - [LaunchDarklyApi::UserSegmentBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentBody.md)
228
- - [LaunchDarklyApi::UserSegmentRule](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegmentRule.md)
229
- - [LaunchDarklyApi::UserSegments](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSegments.md)
230
- - [LaunchDarklyApi::UserSettingsBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserSettingsBody.md)
231
- - [LaunchDarklyApi::UserTargetingExpirationForFlag](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserTargetingExpirationForFlag.md)
232
- - [LaunchDarklyApi::UserTargetingExpirationForFlags](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserTargetingExpirationForFlags.md)
233
- - [LaunchDarklyApi::UserTargetingExpirationForSegment](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserTargetingExpirationForSegment.md)
234
- - [LaunchDarklyApi::UserTargetingExpirationOnFlagsForUser](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserTargetingExpirationOnFlagsForUser.md)
235
- - [LaunchDarklyApi::UserTargetingExpirationResourceIdForFlag](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/UserTargetingExpirationResourceIdForFlag.md)
236
- - [LaunchDarklyApi::Users](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Users.md)
237
- - [LaunchDarklyApi::Variation](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Variation.md)
238
- - [LaunchDarklyApi::Webhook](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Webhook.md)
239
- - [LaunchDarklyApi::WebhookBody](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WebhookBody.md)
240
- - [LaunchDarklyApi::Webhooks](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/Webhooks.md)
241
- - [LaunchDarklyApi::WeightedVariation](https://github.com/launchdarkly/api-client-ruby/blob/3.4.0/docs/WeightedVariation.md)
146
+ - [LaunchDarklyApi::AuditLogEntries](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/AuditLogEntries.md)
147
+ - [LaunchDarklyApi::AuditLogEntry](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/AuditLogEntry.md)
148
+ - [LaunchDarklyApi::AuditLogEntryTarget](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/AuditLogEntryTarget.md)
149
+ - [LaunchDarklyApi::Clause](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Clause.md)
150
+ - [LaunchDarklyApi::ClientSideAvailability](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/ClientSideAvailability.md)
151
+ - [LaunchDarklyApi::CopyActions](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/CopyActions.md)
152
+ - [LaunchDarklyApi::CustomProperty](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/CustomProperty.md)
153
+ - [LaunchDarklyApi::CustomPropertyValues](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/CustomPropertyValues.md)
154
+ - [LaunchDarklyApi::CustomRole](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/CustomRole.md)
155
+ - [LaunchDarklyApi::CustomRoleBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/CustomRoleBody.md)
156
+ - [LaunchDarklyApi::CustomRoles](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/CustomRoles.md)
157
+ - [LaunchDarklyApi::Defaults](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Defaults.md)
158
+ - [LaunchDarklyApi::Destination](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Destination.md)
159
+ - [LaunchDarklyApi::DestinationAmazonKinesis](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/DestinationAmazonKinesis.md)
160
+ - [LaunchDarklyApi::DestinationBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/DestinationBody.md)
161
+ - [LaunchDarklyApi::DestinationGooglePubSub](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/DestinationGooglePubSub.md)
162
+ - [LaunchDarklyApi::DestinationMParticle](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/DestinationMParticle.md)
163
+ - [LaunchDarklyApi::DestinationSegment](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/DestinationSegment.md)
164
+ - [LaunchDarklyApi::Destinations](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Destinations.md)
165
+ - [LaunchDarklyApi::Environment](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Environment.md)
166
+ - [LaunchDarklyApi::EnvironmentPost](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/EnvironmentPost.md)
167
+ - [LaunchDarklyApi::EvaluationUsageError](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/EvaluationUsageError.md)
168
+ - [LaunchDarklyApi::Events](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Events.md)
169
+ - [LaunchDarklyApi::Fallthrough](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Fallthrough.md)
170
+ - [LaunchDarklyApi::FeatureFlag](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlag.md)
171
+ - [LaunchDarklyApi::FeatureFlagBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagBody.md)
172
+ - [LaunchDarklyApi::FeatureFlagConfig](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagConfig.md)
173
+ - [LaunchDarklyApi::FeatureFlagCopyBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagCopyBody.md)
174
+ - [LaunchDarklyApi::FeatureFlagCopyObject](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagCopyObject.md)
175
+ - [LaunchDarklyApi::FeatureFlagStatus](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagStatus.md)
176
+ - [LaunchDarklyApi::FeatureFlagStatusAcrossEnvironments](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagStatusAcrossEnvironments.md)
177
+ - [LaunchDarklyApi::FeatureFlagStatusForQueriedEnvironment](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagStatusForQueriedEnvironment.md)
178
+ - [LaunchDarklyApi::FeatureFlagStatuses](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlagStatuses.md)
179
+ - [LaunchDarklyApi::FeatureFlags](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FeatureFlags.md)
180
+ - [LaunchDarklyApi::FlagListItem](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/FlagListItem.md)
181
+ - [LaunchDarklyApi::Id](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Id.md)
182
+ - [LaunchDarklyApi::Link](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Link.md)
183
+ - [LaunchDarklyApi::Links](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Links.md)
184
+ - [LaunchDarklyApi::MAU](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/MAU.md)
185
+ - [LaunchDarklyApi::MAUMetadata](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/MAUMetadata.md)
186
+ - [LaunchDarklyApi::MAUbyCategory](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/MAUbyCategory.md)
187
+ - [LaunchDarklyApi::Member](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Member.md)
188
+ - [LaunchDarklyApi::Members](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Members.md)
189
+ - [LaunchDarklyApi::MembersBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/MembersBody.md)
190
+ - [LaunchDarklyApi::PatchComment](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/PatchComment.md)
191
+ - [LaunchDarklyApi::PatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/PatchOperation.md)
192
+ - [LaunchDarklyApi::Policy](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Policy.md)
193
+ - [LaunchDarklyApi::Prerequisite](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Prerequisite.md)
194
+ - [LaunchDarklyApi::Project](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Project.md)
195
+ - [LaunchDarklyApi::ProjectBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/ProjectBody.md)
196
+ - [LaunchDarklyApi::Projects](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Projects.md)
197
+ - [LaunchDarklyApi::Role](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Role.md)
198
+ - [LaunchDarklyApi::Rollout](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Rollout.md)
199
+ - [LaunchDarklyApi::Rule](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Rule.md)
200
+ - [LaunchDarklyApi::SemanticPatchOperation](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/SemanticPatchOperation.md)
201
+ - [LaunchDarklyApi::SemanticPatchOperationInstructions](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/SemanticPatchOperationInstructions.md)
202
+ - [LaunchDarklyApi::Site](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Site.md)
203
+ - [LaunchDarklyApi::Statement](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Statement.md)
204
+ - [LaunchDarklyApi::Stream](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Stream.md)
205
+ - [LaunchDarklyApi::StreamBySDK](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamBySDK.md)
206
+ - [LaunchDarklyApi::StreamBySDKLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamBySDKLinks.md)
207
+ - [LaunchDarklyApi::StreamBySDKLinksMetadata](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamBySDKLinksMetadata.md)
208
+ - [LaunchDarklyApi::StreamLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamLinks.md)
209
+ - [LaunchDarklyApi::StreamSDKVersion](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamSDKVersion.md)
210
+ - [LaunchDarklyApi::StreamSDKVersionData](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamSDKVersionData.md)
211
+ - [LaunchDarklyApi::StreamUsageError](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamUsageError.md)
212
+ - [LaunchDarklyApi::StreamUsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamUsageLinks.md)
213
+ - [LaunchDarklyApi::StreamUsageMetadata](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamUsageMetadata.md)
214
+ - [LaunchDarklyApi::StreamUsageSeries](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/StreamUsageSeries.md)
215
+ - [LaunchDarklyApi::Streams](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Streams.md)
216
+ - [LaunchDarklyApi::Target](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Target.md)
217
+ - [LaunchDarklyApi::Token](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Token.md)
218
+ - [LaunchDarklyApi::TokenBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/TokenBody.md)
219
+ - [LaunchDarklyApi::Tokens](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Tokens.md)
220
+ - [LaunchDarklyApi::Usage](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Usage.md)
221
+ - [LaunchDarklyApi::UsageError](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UsageError.md)
222
+ - [LaunchDarklyApi::UsageLinks](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UsageLinks.md)
223
+ - [LaunchDarklyApi::User](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/User.md)
224
+ - [LaunchDarklyApi::UserFlagSetting](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserFlagSetting.md)
225
+ - [LaunchDarklyApi::UserFlagSettings](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserFlagSettings.md)
226
+ - [LaunchDarklyApi::UserRecord](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserRecord.md)
227
+ - [LaunchDarklyApi::UserSegment](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegment.md)
228
+ - [LaunchDarklyApi::UserSegmentBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentBody.md)
229
+ - [LaunchDarklyApi::UserSegmentRule](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegmentRule.md)
230
+ - [LaunchDarklyApi::UserSegments](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSegments.md)
231
+ - [LaunchDarklyApi::UserSettingsBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserSettingsBody.md)
232
+ - [LaunchDarklyApi::UserTargetingExpirationForFlag](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserTargetingExpirationForFlag.md)
233
+ - [LaunchDarklyApi::UserTargetingExpirationForFlags](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserTargetingExpirationForFlags.md)
234
+ - [LaunchDarklyApi::UserTargetingExpirationForSegment](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserTargetingExpirationForSegment.md)
235
+ - [LaunchDarklyApi::UserTargetingExpirationOnFlagsForUser](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserTargetingExpirationOnFlagsForUser.md)
236
+ - [LaunchDarklyApi::UserTargetingExpirationResourceIdForFlag](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/UserTargetingExpirationResourceIdForFlag.md)
237
+ - [LaunchDarklyApi::Users](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Users.md)
238
+ - [LaunchDarklyApi::Variation](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Variation.md)
239
+ - [LaunchDarklyApi::Webhook](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Webhook.md)
240
+ - [LaunchDarklyApi::WebhookBody](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WebhookBody.md)
241
+ - [LaunchDarklyApi::Webhooks](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/Webhooks.md)
242
+ - [LaunchDarklyApi::WeightedVariation](https://github.com/launchdarkly/api-client-ruby/blob/3.5.0/docs/WeightedVariation.md)
242
243
 
243
244
  ## Sample Code
244
245
 
@@ -0,0 +1,9 @@
1
+ # LaunchDarklyApi::ClientSideAvailability
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **using_environment_id** | **BOOLEAN** | When set to true, this flag will be available to SDKs using the client-side id. | [optional]
7
+ **using_mobile_key** | **BOOLEAN** | When set to true, this flag will be available to SDKS using a mobile key. | [optional]
8
+
9
+
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
  **environments** | [**Hash<String, FeatureFlagConfig>**](FeatureFlagConfig.md) | | [optional]
22
22
  **archived_date** | **Integer** | A unix epoch time in milliseconds specifying the archived time of this flag. | [optional]
23
23
  **archived** | **BOOLEAN** | Whether or not this flag is archived. | [optional]
24
+ **client_side_availability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional]
24
25
  **defaults** | [**Defaults**](Defaults.md) | | [optional]
25
26
 
26
27
 
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **temporary** | **BOOLEAN** | Whether or not the flag is a temporary flag. | [optional]
11
11
  **tags** | **Array<String>** | Tags for the feature flag. | [optional]
12
12
  **include_in_snippet** | **BOOLEAN** | Whether or not this flag should be made available to the client-side JavaScript SDK. | [optional]
13
+ **client_side_availability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional]
13
14
  **defaults** | [**Defaults**](Defaults.md) | | [optional]
14
15
 
15
16
 
@@ -10,5 +10,6 @@ Name | Type | Description | Notes
10
10
  **include_in_snippet_by_default** | **BOOLEAN** | | [optional]
11
11
  **environments** | [**Array<Environment>**](Environment.md) | | [optional]
12
12
  **tags** | **Array<String>** | An array of tags for this project. | [optional]
13
+ **default_client_side_availability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional]
13
14
 
14
15
 
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
8
8
  **include_in_snippet_by_default** | **BOOLEAN** | | [optional]
9
9
  **tags** | **Array<String>** | | [optional]
10
10
  **environments** | [**Array<EnvironmentPost>**](EnvironmentPost.md) | | [optional]
11
+ **default_client_side_availability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional]
11
12
 
12
13
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Build custom integrations with the LaunchDarkly REST API
7
7
 
8
- OpenAPI spec version: 3.4.0
8
+ OpenAPI spec version: 3.5.0
9
9
  Contact: support@launchdarkly.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.4.8