launchdarkly_api 6.0.0 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (413) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +771 -291
  3. data/docs/CodeReferencesApi.md +4 -4
  4. data/docs/CustomWorkflowMeta.md +20 -0
  5. data/docs/CustomWorkflowStageMeta.md +20 -0
  6. data/docs/FeatureFlagsApi.md +1 -1
  7. data/docs/FlagConfigApprovalRequestResponse.md +3 -1
  8. data/docs/PermissionGrantInput.md +22 -0
  9. data/docs/PermissionGrantRep.md +24 -0
  10. data/docs/SegmentsApi.md +1 -1
  11. data/docs/TeamCollectionRep.md +22 -0
  12. data/docs/TeamPatchInput.md +20 -0
  13. data/docs/TeamPostInput.md +28 -0
  14. data/docs/TeamRep.md +40 -0
  15. data/docs/TeamsBetaApi.md +365 -0
  16. data/launchdarkly_api.gemspec +4 -4
  17. data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
  18. data/lib/launchdarkly_api/api/account_members_api.rb +1 -1
  19. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +1 -1
  20. data/lib/launchdarkly_api/api/approvals_api.rb +1 -1
  21. data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
  22. data/lib/launchdarkly_api/api/code_references_api.rb +3 -3
  23. data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
  24. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
  25. data/lib/launchdarkly_api/api/environments_api.rb +1 -1
  26. data/lib/launchdarkly_api/api/experiments_beta_api.rb +1 -1
  27. data/lib/launchdarkly_api/api/feature_flags_api.rb +3 -3
  28. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +1 -1
  29. data/lib/launchdarkly_api/api/metrics_api.rb +1 -1
  30. data/lib/launchdarkly_api/api/other_api.rb +1 -1
  31. data/lib/launchdarkly_api/api/projects_api.rb +1 -1
  32. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
  33. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +1 -1
  34. data/lib/launchdarkly_api/api/segments_api.rb +3 -3
  35. data/lib/launchdarkly_api/api/teams_beta_api.rb +339 -0
  36. data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
  37. data/lib/launchdarkly_api/api/users_api.rb +1 -1
  38. data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
  39. data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
  40. data/lib/launchdarkly_api/api_client.rb +1 -1
  41. data/lib/launchdarkly_api/api_error.rb +1 -1
  42. data/lib/launchdarkly_api/configuration.rb +1 -1
  43. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +1 -1
  44. data/lib/launchdarkly_api/models/access_denied_rep.rb +1 -1
  45. data/lib/launchdarkly_api/models/access_rep.rb +1 -1
  46. data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
  47. data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
  48. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
  49. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
  50. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
  51. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
  52. data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
  53. data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
  54. data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
  55. data/lib/launchdarkly_api/models/clause.rb +1 -1
  56. data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
  57. data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
  58. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
  59. data/lib/launchdarkly_api/models/conflict.rb +1 -1
  60. data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
  61. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
  62. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +1 -1
  63. data/lib/launchdarkly_api/models/custom_property.rb +1 -1
  64. data/lib/launchdarkly_api/models/custom_role.rb +1 -1
  65. data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
  66. data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
  67. data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
  68. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +227 -0
  69. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +227 -0
  70. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
  71. data/lib/launchdarkly_api/models/defaults.rb +1 -1
  72. data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
  73. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
  74. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
  75. data/lib/launchdarkly_api/models/destination.rb +1 -1
  76. data/lib/launchdarkly_api/models/destination_post.rb +1 -1
  77. data/lib/launchdarkly_api/models/destinations.rb +1 -1
  78. data/lib/launchdarkly_api/models/environment.rb +1 -1
  79. data/lib/launchdarkly_api/models/environment_post.rb +1 -1
  80. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
  81. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
  82. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
  83. data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
  84. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
  85. data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
  86. data/lib/launchdarkly_api/models/experiment_results_rep.rb +1 -1
  87. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
  88. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
  89. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
  90. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
  91. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
  92. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
  93. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
  94. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
  95. data/lib/launchdarkly_api/models/extinction.rb +1 -1
  96. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
  97. data/lib/launchdarkly_api/models/extinction_rep.rb +1 -1
  98. data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
  99. data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
  100. data/lib/launchdarkly_api/models/feature_flag_config.rb +1 -1
  101. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
  102. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
  103. data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
  104. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
  105. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
  106. data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
  107. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +14 -5
  108. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
  109. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
  110. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
  111. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +1 -1
  112. data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
  113. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +1 -1
  114. data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
  115. data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
  116. data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
  117. data/lib/launchdarkly_api/models/inline_object.rb +1 -1
  118. data/lib/launchdarkly_api/models/inline_object1.rb +1 -1
  119. data/lib/launchdarkly_api/models/inline_response200.rb +1 -1
  120. data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
  121. data/lib/launchdarkly_api/models/integration_status.rb +1 -1
  122. data/lib/launchdarkly_api/models/ip_list.rb +1 -1
  123. data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
  124. data/lib/launchdarkly_api/models/link.rb +1 -1
  125. data/lib/launchdarkly_api/models/member.rb +1 -1
  126. data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
  127. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
  128. data/lib/launchdarkly_api/models/member_summary_rep.rb +1 -1
  129. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
  130. data/lib/launchdarkly_api/models/members.rb +1 -1
  131. data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
  132. data/lib/launchdarkly_api/models/metric_listing_rep.rb +1 -1
  133. data/lib/launchdarkly_api/models/metric_post.rb +1 -1
  134. data/lib/launchdarkly_api/models/metric_rep.rb +1 -1
  135. data/lib/launchdarkly_api/models/modification.rb +1 -1
  136. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
  137. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
  138. data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
  139. data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
  140. data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
  141. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
  142. data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
  143. data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
  144. data/lib/launchdarkly_api/models/permission_grant_input.rb +240 -0
  145. data/lib/launchdarkly_api/models/permission_grant_rep.rb +249 -0
  146. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
  147. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
  148. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +1 -1
  149. data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
  150. data/lib/launchdarkly_api/models/project.rb +1 -1
  151. data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
  152. data/lib/launchdarkly_api/models/project_post.rb +1 -1
  153. data/lib/launchdarkly_api/models/projects.rb +1 -1
  154. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
  155. data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
  156. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
  157. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
  158. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +1 -1
  159. data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
  160. data/lib/launchdarkly_api/models/repository_post.rb +1 -1
  161. data/lib/launchdarkly_api/models/repository_rep.rb +1 -1
  162. data/lib/launchdarkly_api/models/resource_access.rb +1 -1
  163. data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
  164. data/lib/launchdarkly_api/models/review_response.rb +1 -1
  165. data/lib/launchdarkly_api/models/rollout.rb +1 -1
  166. data/lib/launchdarkly_api/models/rule.rb +1 -1
  167. data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
  168. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
  169. data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
  170. data/lib/launchdarkly_api/models/segment_body.rb +1 -1
  171. data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
  172. data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
  173. data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
  174. data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
  175. data/lib/launchdarkly_api/models/source_flag.rb +1 -1
  176. data/lib/launchdarkly_api/models/statement.rb +1 -1
  177. data/lib/launchdarkly_api/models/statement_post.rb +1 -1
  178. data/lib/launchdarkly_api/models/statement_post_data.rb +1 -1
  179. data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
  180. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
  181. data/lib/launchdarkly_api/models/statistic_rep.rb +1 -1
  182. data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
  183. data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
  184. data/lib/launchdarkly_api/models/target.rb +1 -1
  185. data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
  186. data/lib/launchdarkly_api/models/team_collection_rep.rb +240 -0
  187. data/lib/launchdarkly_api/models/team_patch_input.rb +229 -0
  188. data/lib/launchdarkly_api/models/team_post_input.rb +269 -0
  189. data/lib/launchdarkly_api/models/team_rep.rb +327 -0
  190. data/lib/launchdarkly_api/models/title_rep.rb +1 -1
  191. data/lib/launchdarkly_api/models/token.rb +1 -1
  192. data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
  193. data/lib/launchdarkly_api/models/tokens.rb +1 -1
  194. data/lib/launchdarkly_api/models/url_post.rb +1 -1
  195. data/lib/launchdarkly_api/models/user.rb +1 -1
  196. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
  197. data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
  198. data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
  199. data/lib/launchdarkly_api/models/user_record.rb +1 -1
  200. data/lib/launchdarkly_api/models/user_segment.rb +1 -1
  201. data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
  202. data/lib/launchdarkly_api/models/user_segments.rb +1 -1
  203. data/lib/launchdarkly_api/models/users.rb +1 -1
  204. data/lib/launchdarkly_api/models/value_put.rb +1 -1
  205. data/lib/launchdarkly_api/models/variate.rb +1 -1
  206. data/lib/launchdarkly_api/models/variation.rb +1 -1
  207. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
  208. data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
  209. data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
  210. data/lib/launchdarkly_api/models/webhook.rb +1 -1
  211. data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
  212. data/lib/launchdarkly_api/models/webhooks.rb +1 -1
  213. data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
  214. data/lib/launchdarkly_api/version.rb +2 -2
  215. data/lib/launchdarkly_api.rb +10 -1
  216. data/spec/api/access_tokens_api_spec.rb +1 -1
  217. data/spec/api/account_members_api_spec.rb +1 -1
  218. data/spec/api/account_usage_beta_api_spec.rb +1 -1
  219. data/spec/api/approvals_api_spec.rb +1 -1
  220. data/spec/api/audit_log_api_spec.rb +1 -1
  221. data/spec/api/code_references_api_spec.rb +2 -2
  222. data/spec/api/custom_roles_api_spec.rb +1 -1
  223. data/spec/api/data_export_destinations_api_spec.rb +1 -1
  224. data/spec/api/environments_api_spec.rb +1 -1
  225. data/spec/api/experiments_beta_api_spec.rb +1 -1
  226. data/spec/api/feature_flags_api_spec.rb +2 -2
  227. data/spec/api/feature_flags_beta_api_spec.rb +1 -1
  228. data/spec/api/metrics_api_spec.rb +1 -1
  229. data/spec/api/other_api_spec.rb +1 -1
  230. data/spec/api/projects_api_spec.rb +1 -1
  231. data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
  232. data/spec/api/scheduled_changes_api_spec.rb +1 -1
  233. data/spec/api/segments_api_spec.rb +2 -2
  234. data/spec/api/teams_beta_api_spec.rb +95 -0
  235. data/spec/api/user_settings_api_spec.rb +1 -1
  236. data/spec/api/users_api_spec.rb +1 -1
  237. data/spec/api/users_beta_api_spec.rb +1 -1
  238. data/spec/api/webhooks_api_spec.rb +1 -1
  239. data/spec/api_client_spec.rb +1 -1
  240. data/spec/configuration_spec.rb +1 -1
  241. data/spec/models/access_denied_reason_rep_spec.rb +1 -1
  242. data/spec/models/access_denied_rep_spec.rb +1 -1
  243. data/spec/models/access_rep_spec.rb +1 -1
  244. data/spec/models/access_token_post_spec.rb +1 -1
  245. data/spec/models/approval_settings_spec.rb +1 -1
  246. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
  247. data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
  248. data/spec/models/audit_log_entry_rep_spec.rb +1 -1
  249. data/spec/models/authorized_app_data_rep_spec.rb +1 -1
  250. data/spec/models/big_segment_target_spec.rb +1 -1
  251. data/spec/models/branch_collection_rep_spec.rb +1 -1
  252. data/spec/models/branch_rep_spec.rb +1 -1
  253. data/spec/models/clause_spec.rb +1 -1
  254. data/spec/models/client_side_availability_post_spec.rb +1 -1
  255. data/spec/models/client_side_availability_spec.rb +1 -1
  256. data/spec/models/confidence_interval_rep_spec.rb +1 -1
  257. data/spec/models/conflict_spec.rb +1 -1
  258. data/spec/models/copied_from_env_spec.rb +1 -1
  259. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
  260. data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
  261. data/spec/models/custom_property_spec.rb +1 -1
  262. data/spec/models/custom_role_post_data_spec.rb +1 -1
  263. data/spec/models/custom_role_post_spec.rb +1 -1
  264. data/spec/models/custom_role_spec.rb +1 -1
  265. data/spec/models/custom_roles_spec.rb +1 -1
  266. data/spec/models/custom_workflow_meta_spec.rb +40 -0
  267. data/spec/models/custom_workflow_stage_meta_spec.rb +40 -0
  268. data/spec/models/default_client_side_availability_post_spec.rb +1 -1
  269. data/spec/models/defaults_spec.rb +1 -1
  270. data/spec/models/dependent_flag_environment_spec.rb +1 -1
  271. data/spec/models/dependent_flag_spec.rb +1 -1
  272. data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
  273. data/spec/models/destination_post_spec.rb +1 -1
  274. data/spec/models/destination_spec.rb +1 -1
  275. data/spec/models/destinations_spec.rb +1 -1
  276. data/spec/models/environment_post_spec.rb +1 -1
  277. data/spec/models/environment_spec.rb +1 -1
  278. data/spec/models/experiment_allocation_rep_spec.rb +1 -1
  279. data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
  280. data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
  281. data/spec/models/experiment_info_rep_spec.rb +1 -1
  282. data/spec/models/experiment_metadata_rep_spec.rb +1 -1
  283. data/spec/models/experiment_rep_spec.rb +1 -1
  284. data/spec/models/experiment_results_rep_spec.rb +1 -1
  285. data/spec/models/experiment_stats_rep_spec.rb +1 -1
  286. data/spec/models/experiment_time_series_slice_spec.rb +1 -1
  287. data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
  288. data/spec/models/experiment_totals_rep_spec.rb +1 -1
  289. data/spec/models/expiring_user_target_error_spec.rb +1 -1
  290. data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
  291. data/spec/models/expiring_user_target_item_spec.rb +1 -1
  292. data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
  293. data/spec/models/extinction_collection_rep_spec.rb +1 -1
  294. data/spec/models/extinction_rep_spec.rb +1 -1
  295. data/spec/models/extinction_spec.rb +1 -1
  296. data/spec/models/feature_flag_body_spec.rb +1 -1
  297. data/spec/models/feature_flag_config_spec.rb +1 -1
  298. data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
  299. data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
  300. data/spec/models/feature_flag_spec.rb +1 -1
  301. data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
  302. data/spec/models/feature_flag_status_spec.rb +1 -1
  303. data/spec/models/feature_flag_statuses_spec.rb +1 -1
  304. data/spec/models/feature_flags_spec.rb +1 -1
  305. data/spec/models/flag_config_approval_request_response_spec.rb +7 -1
  306. data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
  307. data/spec/models/flag_copy_config_environment_spec.rb +1 -1
  308. data/spec/models/flag_copy_config_post_spec.rb +1 -1
  309. data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
  310. data/spec/models/flag_listing_rep_spec.rb +1 -1
  311. data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
  312. data/spec/models/flag_status_rep_spec.rb +1 -1
  313. data/spec/models/flag_summary_spec.rb +1 -1
  314. data/spec/models/hunk_rep_spec.rb +1 -1
  315. data/spec/models/inline_object1_spec.rb +1 -1
  316. data/spec/models/inline_object_spec.rb +1 -1
  317. data/spec/models/inline_response200_spec.rb +1 -1
  318. data/spec/models/integration_metadata_spec.rb +1 -1
  319. data/spec/models/integration_status_spec.rb +1 -1
  320. data/spec/models/ip_list_spec.rb +1 -1
  321. data/spec/models/last_seen_metadata_spec.rb +1 -1
  322. data/spec/models/link_spec.rb +1 -1
  323. data/spec/models/member_data_rep_spec.rb +1 -1
  324. data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
  325. data/spec/models/member_spec.rb +1 -1
  326. data/spec/models/member_summary_rep_spec.rb +1 -1
  327. data/spec/models/member_team_summary_rep_spec.rb +1 -1
  328. data/spec/models/members_spec.rb +1 -1
  329. data/spec/models/metric_collection_rep_spec.rb +1 -1
  330. data/spec/models/metric_listing_rep_spec.rb +1 -1
  331. data/spec/models/metric_post_spec.rb +1 -1
  332. data/spec/models/metric_rep_spec.rb +1 -1
  333. data/spec/models/modification_spec.rb +1 -1
  334. data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
  335. data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
  336. data/spec/models/new_member_form_spec.rb +1 -1
  337. data/spec/models/parent_resource_rep_spec.rb +1 -1
  338. data/spec/models/patch_operation_spec.rb +1 -1
  339. data/spec/models/patch_segment_instruction_spec.rb +1 -1
  340. data/spec/models/patch_segment_request_spec.rb +1 -1
  341. data/spec/models/patch_with_comment_spec.rb +1 -1
  342. data/spec/models/permission_grant_input_spec.rb +46 -0
  343. data/spec/models/permission_grant_rep_spec.rb +52 -0
  344. data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
  345. data/spec/models/post_approval_request_review_request_spec.rb +1 -1
  346. data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
  347. data/spec/models/prerequisite_spec.rb +1 -1
  348. data/spec/models/project_listing_rep_spec.rb +1 -1
  349. data/spec/models/project_post_spec.rb +1 -1
  350. data/spec/models/project_spec.rb +1 -1
  351. data/spec/models/projects_spec.rb +1 -1
  352. data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
  353. data/spec/models/reference_rep_spec.rb +1 -1
  354. data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
  355. data/spec/models/relay_auto_config_post_spec.rb +1 -1
  356. data/spec/models/relay_auto_config_rep_spec.rb +1 -1
  357. data/spec/models/repository_collection_rep_spec.rb +1 -1
  358. data/spec/models/repository_post_spec.rb +1 -1
  359. data/spec/models/repository_rep_spec.rb +1 -1
  360. data/spec/models/resource_access_spec.rb +1 -1
  361. data/spec/models/resource_id_response_spec.rb +1 -1
  362. data/spec/models/review_response_spec.rb +1 -1
  363. data/spec/models/rollout_spec.rb +1 -1
  364. data/spec/models/rule_spec.rb +1 -1
  365. data/spec/models/sdk_list_rep_spec.rb +1 -1
  366. data/spec/models/sdk_version_list_rep_spec.rb +1 -1
  367. data/spec/models/sdk_version_rep_spec.rb +1 -1
  368. data/spec/models/segment_body_spec.rb +1 -1
  369. data/spec/models/segment_metadata_spec.rb +1 -1
  370. data/spec/models/segment_user_list_spec.rb +1 -1
  371. data/spec/models/segment_user_state_spec.rb +1 -1
  372. data/spec/models/series_list_rep_spec.rb +1 -1
  373. data/spec/models/source_flag_spec.rb +1 -1
  374. data/spec/models/statement_post_data_spec.rb +1 -1
  375. data/spec/models/statement_post_spec.rb +1 -1
  376. data/spec/models/statement_rep_spec.rb +1 -1
  377. data/spec/models/statement_spec.rb +1 -1
  378. data/spec/models/statistic_collection_rep_spec.rb +1 -1
  379. data/spec/models/statistic_rep_spec.rb +1 -1
  380. data/spec/models/statistics_root_spec.rb +1 -1
  381. data/spec/models/subject_data_rep_spec.rb +1 -1
  382. data/spec/models/target_resource_rep_spec.rb +1 -1
  383. data/spec/models/target_spec.rb +1 -1
  384. data/spec/models/team_collection_rep_spec.rb +46 -0
  385. data/spec/models/team_patch_input_spec.rb +40 -0
  386. data/spec/models/team_post_input_spec.rb +64 -0
  387. data/spec/models/team_rep_spec.rb +100 -0
  388. data/spec/models/title_rep_spec.rb +1 -1
  389. data/spec/models/token_data_rep_spec.rb +1 -1
  390. data/spec/models/token_spec.rb +1 -1
  391. data/spec/models/tokens_spec.rb +1 -1
  392. data/spec/models/url_post_spec.rb +1 -1
  393. data/spec/models/user_attribute_names_rep_spec.rb +1 -1
  394. data/spec/models/user_flag_setting_spec.rb +1 -1
  395. data/spec/models/user_flag_settings_spec.rb +1 -1
  396. data/spec/models/user_record_spec.rb +1 -1
  397. data/spec/models/user_segment_rule_spec.rb +1 -1
  398. data/spec/models/user_segment_spec.rb +1 -1
  399. data/spec/models/user_segments_spec.rb +1 -1
  400. data/spec/models/user_spec.rb +1 -1
  401. data/spec/models/users_spec.rb +1 -1
  402. data/spec/models/value_put_spec.rb +1 -1
  403. data/spec/models/variate_spec.rb +1 -1
  404. data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
  405. data/spec/models/variation_spec.rb +1 -1
  406. data/spec/models/variation_summary_spec.rb +1 -1
  407. data/spec/models/versions_rep_spec.rb +1 -1
  408. data/spec/models/webhook_post_spec.rb +1 -1
  409. data/spec/models/webhook_spec.rb +1 -1
  410. data/spec/models/webhooks_spec.rb +1 -1
  411. data/spec/models/weighted_variation_spec.rb +1 -1
  412. data/spec/spec_helper.rb +1 -1
  413. metadata +271 -235
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: launchdarkly_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - LaunchDarkly
7
+ - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-02 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -50,8 +50,8 @@ dependencies:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 3.6.0
53
- description: '# Authentication All REST API resources are authenticated with either
54
- [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens),
53
+ description: '# Overview ## Authentication All REST API resources are authenticated
54
+ with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens),
55
55
  or session cookies. Other authentication mechanisms are not supported. You can manage
56
56
  personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens)
57
57
  page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are
@@ -72,17 +72,17 @@ description: '# Authentication All REST API resources are authenticated with ei
72
72
  environment | Mobile SDKs | | Client-side
73
73
  ID |
74
74
  Single environment, only flags marked available to client-side |
75
- Client-side JavaScript | > ### Keep your access tokens
75
+ Client-side JavaScript | > #### Keep your access tokens
76
76
  and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts.
77
77
  Never put an access token in client-side JavaScript, or embed it in a mobile application.
78
78
  LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally
79
79
  expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens)
80
80
  page. > > The client-side ID is safe to embed in untrusted contexts. It''s designed
81
- for use in client-side JavaScript. ## Via request header The preferred way to
81
+ for use in client-side JavaScript. ### Via request header The preferred way to
82
82
  authenticate with the API is by adding an `Authorization` header containing your
83
83
  access token to your requests. The value of the `Authorization` header must be your
84
84
  access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens)
85
- page. ## Via session cookie For testing purposes, you can make API calls directly
85
+ page. ### Via session cookie For testing purposes, you can make API calls directly
86
86
  from your web browser. If you''re logged in to the application, the API will use
87
87
  your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles)
88
88
  other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles)
@@ -97,19 +97,19 @@ description: '# Authentication All REST API resources are authenticated with ei
97
97
  *` Chrome extension changes the Origin header to `http://evil.com` and causes the
98
98
  app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly
99
99
  does not require origin matching when authenticating with an access token, so this
100
- issue does not affect normal API usage. # Representations All resources expect
100
+ issue does not affect normal API usage. ## Representations All resources expect
101
101
  and return JSON response bodies. Error responses will also send a JSON body. Read
102
102
  [Errors](#section/Errors) for a more detailed description of the error format used
103
103
  by the API. In practice this means that you always get a response with a `Content-Type`
104
104
  header set to `application/json`. In addition, request bodies for `PUT`, `POST`,
105
105
  `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header
106
- set to `application/json`. ## Summary and detailed representations When you fetch
106
+ set to `application/json`. ### Summary and detailed representations When you fetch
107
107
  a list of resources, the response includes only the most important attributes of
108
108
  each resource. This is a _summary representation_ of the resource. When you fetch
109
109
  an individual resource (for example, a single feature flag), you receive a _detailed
110
110
  representation_ containing all of the attributes of the resource. The best way
111
111
  to find a detailed representation is to follow links. Every summary representation
112
- includes a link to its detailed representation. ## Links and addressability The
112
+ includes a link to its detailed representation. ### Links and addressability The
113
113
  best way to navigate the API is by following links. These are attributes in representations
114
114
  that link to other resources. The API always uses the same format for links: -
115
115
  Links to other resources within the API are encapsulated in a `_links` object. -
@@ -124,12 +124,12 @@ description: '# Authentication All REST API resources are authenticated with ei
124
124
  are always represented as a JSON object with an `items` attribute containing an
125
125
  array of representations. Like all other representations, collections have `_links`
126
126
  defined at the top level. Paginated collections include `first`, `last`, `next`,
127
- and `prev` links containing a URL with the respective set of elements in the collection. #
127
+ and `prev` links containing a URL with the respective set of elements in the collection. ##
128
128
  Updates Resources that accept partial updates use the `PATCH` verb, and support
129
129
  the [JSON Patch](http://tools.ietf.org/html/rfc6902) format. Some resources also
130
130
  support the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format. In addition,
131
131
  some resources support optional comments that can be submitted with updates. Comments
132
- appear in outgoing webhooks, the audit log, and other integrations. ## Updates
132
+ appear in outgoing webhooks, the audit log, and other integrations. ### Updates
133
133
  via JSON Patch [JSON Patch](http://tools.ietf.org/html/rfc6902) is a way to specify
134
134
  the modifications to perform on a resource. For example, in this feature flag representation: ```json
135
135
  { "name": "New recommendations engine", "key": "engine.enable", "description":
@@ -142,20 +142,20 @@ description: '# Authentication All REST API resources are authenticated with ei
142
142
  "value": "The new description" } ] ``` The above patch request tests whether the
143
143
  feature flag''s `version` is `10`, and if so, changes the feature flag''s description. Attributes
144
144
  that aren''t editable, like a resource''s `_links`, have names that start with an
145
- underscore. ## Updates via JSON Merge Patch The API also supports the [JSON Merge
145
+ underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge
146
146
  Patch](https://tools.ietf.org/html/rfc7386) format, as well as the [Update feature
147
147
  flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch
148
148
  is less expressive than JSON Patch but in many cases, it is simpler to construct
149
149
  a merge patch document. For example, you can change a feature flag''s description
150
150
  with the following merge patch document: ```json { "description": "New flag description"
151
- } ``` ## Updates with comments You can submit optional comments with `PATCH` changes.
152
- The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource
153
- supports comments. To submit a comment along with a JSON Patch document, use the
154
- following format: ```json { "comment": "This is a comment string", "patch":
151
+ } ``` ### Updates with comments You can submit optional comments with `PATCH`
152
+ changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
153
+ resource supports comments. To submit a comment along with a JSON Patch document,
154
+ use the following format: ```json { "comment": "This is a comment string", "patch":
155
155
  [{ "op": "replace", "path": "/description", "value": "The new description" }] }
156
156
  ``` To submit a comment along with a JSON Merge Patch document, use the following
157
157
  format: ```json { "comment": "This is a comment string", "merge": { "description":
158
- "New flag description" } } ``` ## Updates via semantic patches The API also supports
158
+ "New flag description" } } ``` ### Updates via semantic patches The API also supports
159
159
  the Semantic patch format. A semantic `PATCH` is a way to specify the modifications
160
160
  to perform on a resource as a set of executable instructions. JSON Patch uses paths
161
161
  and a limited set of operations to describe how to transform the current state of
@@ -193,14 +193,14 @@ description: '# Authentication All REST API resources are authenticated with ei
193
193
  ["438580d8-02ee-418d-9eec-0085cab2bdf0"], "variationId": "1bb18465-33b6-49aa-a3bd-eeb6650b33ad" } ]
194
194
  } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag)
195
195
  > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets)
196
- > - [Update expiring user target for flags](/tag/User-Settings#operation/patchExpiringFlagsForUser)
197
- > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsOnSegment) #
196
+ > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser)
197
+ > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ##
198
198
  Errors The API always returns errors in a common format. Here''s an example: ```json
199
199
  { "code": "invalid_request", "message": "A feature with that key already exists", "id":
200
200
  "30ce6058-87da-11e4-b116-123b93f75cba" } ``` The general class of error is indicated
201
201
  by the `code`. The `message` is a human-readable explanation of what went wrong.
202
202
  The `id` is a unique identifier. Use it when you''re working with LaunchDarkly support
203
- to debug a problem with a specific API call. ## HTTP Status - Error Response Codes |
203
+ to debug a problem with a specific API call. ### HTTP Status - Error Response Codes |
204
204
  Code | Definition | Desc. |
205
205
  Possible Solution | | ---- | -----------------
206
206
  | -------------------------------------------------------------------------------------------
@@ -214,7 +214,7 @@ description: '# Authentication All REST API resources are authenticated with ei
214
214
  The API request could not be completed because it conflicted with a concurrent API
215
215
  request. | Retry your request. | |
216
216
  429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). |
217
- Wait and try again later. | # CORS The
217
+ Wait and try again later. | ## CORS The
218
218
  LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests
219
219
  from any origin. If an `Origin` header is given in a request, it will be echoed
220
220
  as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin:
@@ -226,22 +226,22 @@ description: '# Authentication All REST API resources are authenticated with ei
226
226
  calls, using either [token or session-based authentication](#section/Authentication).
227
227
  If you’re using session auth, you should set the `withCredentials` property for
228
228
  your `xhr` request to `true`. You should never expose your access tokens to untrusted
229
- users. # Rate limiting We use several rate limiting strategies to ensure the availability
230
- of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls
231
- to our APIs will include headers indicating the current rate limit status. The specific
232
- headers returned depend on the API route being called. The limits differ based on
233
- the route, authentication mechanism, and other factors. Routes that are not rate
234
- limited may not contain any of the headers described below. > ### Rate limiting
235
- and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints
236
- defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent
237
- events and a global CDN, to ensure availability to the routes used by LaunchDarkly
238
- SDKs. > > The client-side ID is safe to embed in untrusted contexts. It''s designed
239
- for use in client-side JavaScript. ## Global rate limits Authenticated requests
240
- are subject to a global limit. This is the maximum number of calls that can be made
241
- to the API per ten seconds. All personal access tokens on the account share this
242
- limit, so exceeding the limit with one access token will impact other tokens. Calls
243
- that are subject to global rate limits will return the headers below: | Header
244
- name | Description |
229
+ users. ## Rate limiting We use several rate limiting strategies to ensure the
230
+ availability of our APIs. Rate-limited calls to our APIs will return a `429` status
231
+ code. Calls to our APIs will include headers indicating the current rate limit status.
232
+ The specific headers returned depend on the API route being called. The limits differ
233
+ based on the route, authentication mechanism, and other factors. Routes that are
234
+ not rate limited may not contain any of the headers described below. > ### Rate
235
+ limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the
236
+ API endpoints defined here. LaunchDarkly uses a different set of approaches, including
237
+ streaming/server-sent events and a global CDN, to ensure availability to the routes
238
+ used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted
239
+ contexts. It''s designed for use in client-side JavaScript. ### Global rate limits Authenticated
240
+ requests are subject to a global limit. This is the maximum number of calls that
241
+ can be made to the API per ten seconds. All personal access tokens on the account
242
+ share this limit, so exceeding the limit with one access token will impact other
243
+ tokens. Calls that are subject to global rate limits will return the headers below: |
244
+ Header name | Description |
245
245
  | ------------------------------ | --------------------------------------------------------------------------------
246
246
  | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account
247
247
  is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time
@@ -249,11 +249,11 @@ description: '# Authentication All REST API resources are authenticated with ei
249
249
  not publicly document the specific number of calls that can be made globally. This
250
250
  limit may change, and we encourage clients to program against the specification,
251
251
  relying on the two headers defined above, rather than hardcoding to the current
252
- limit. ## Route-level rate limits Some authenticated routes have custom rate limits.
253
- These also reset every ten seconds. Any access tokens hitting the same route share
254
- this limit, so exceeding the limit with one access token may impact other tokens.
255
- Calls that are subject to route-level rate limits will return the headers below: |
256
- Header name | Description |
252
+ limit. ### Route-level rate limits Some authenticated routes have custom rate
253
+ limits. These also reset every ten seconds. Any access tokens hitting the same route
254
+ share this limit, so exceeding the limit with one access token may impact other
255
+ tokens. Calls that are subject to route-level rate limits will return the headers
256
+ below: | Header name | Description |
257
257
  | ----------------------------- | -----------------------------------------------------------------------------------------------------
258
258
  | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current
259
259
  route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` |
@@ -264,25 +264,25 @@ description: '# Authentication All REST API resources are authenticated with ei
264
264
  the specific number of calls that can be made to each endpoint per ten seconds.
265
265
  These limits may change, and we encourage clients to program against the specification,
266
266
  relying on the two headers defined above, rather than hardcoding to the current
267
- limits. ## IP-based rate limiting We also employ IP-based rate limiting on some
267
+ limits. ### IP-based rate limiting We also employ IP-based rate limiting on some
268
268
  API routes. If you hit an IP-based rate limit, your API response will include a
269
269
  `Retry-After` header indicating how long to wait before re-trying the call. Clients
270
270
  must wait at least `Retry-After` seconds before making additional calls to our API,
271
271
  and should employ jitter and backoff strategies to avoid triggering rate limits
272
- again. # OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json)
272
+ again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json)
273
273
  for our API. You can use this specification to generate client libraries to interact
274
274
  with our REST API in your language of choice. This specification is supported by
275
275
  several API-based tools such as Postman and Insomnia. In many cases, you can directly
276
- import our specification to ease use in navigating the APIs in the tooling. # Client
277
- libraries We auto-generate multiple client libraries based on our OpenAPI specification.
278
- To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). #
276
+ import our specification to ease use in navigating the APIs in the tooling. ##
277
+ Client libraries We auto-generate multiple client libraries based on our OpenAPI
278
+ specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ##
279
279
  Method Overriding Some firewalls and HTTP clients restrict the use of verbs other
280
280
  than `GET` and `POST`. In those environments, our API endpoints that use `PUT`,
281
281
  `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API
282
282
  supports the `X-HTTP-Method-Override` header, allowing clients to "tunnel" `PUT`,
283
283
  `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to
284
284
  call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH`
285
- as a header. # Beta resources We sometimes release new API resources in **beta**
285
+ as a header. ## Beta resources We sometimes release new API resources in **beta**
286
286
  status before we release them with general availability. Resources that are in
287
287
  beta are still undergoing testing and development. They may change without notice,
288
288
  including becoming backwards incompatible. We try to promote resources into general
@@ -291,31 +291,32 @@ description: '# Authentication All REST API resources are authenticated with ei
291
291
  mark beta resources with a "Beta" callout in our documentation, pictured below: >
292
292
  ### This feature is in beta > > To use this feature, pass in a header including
293
293
  the `LD-API-Version` key with value set to `beta`. Use this header with each call.
294
- To learn more, read [Beta resources](/#section/Beta-resources). ## Using beta resources To
295
- use a beta resource, you must include a header in the request. If you call a beta
296
- resource without this header, you''ll receive a `403` response. Use this header: ```
297
- LD-API-Version: beta ``` # Versioning We try hard to keep our REST API backwards
298
- compatible, but we occasionally have to make backwards-incompatible changes in the
299
- process of shipping new features. These breaking changes can cause unexpected behavior
300
- if you don''t prepare for them accordingly. Updates to our REST API include support
301
- for the latest features in LaunchDarkly. We also release a new version of our REST
302
- API every time we make a breaking change. We provide simultaneous support for multiple
303
- API versions so you can migrate from your current API version to a new version at
304
- your own pace. ## Setting the API version per request You can set the API version
305
- on a specific request by sending an `LD-API-Version` header, as shown in the example
306
- below: ``` LD-API-Version: 20191212 ``` The header value is the version number
307
- of the API version you''d like to request. The number for each version corresponds
308
- to the date the version was released. In the example above the version `20191212`
309
- corresponds to December 12, 2019. ## Setting the API version per access token When
310
- creating an access token, you must specify a specific version of the API to use.
311
- This ensures that integrations using this token cannot be broken by version changes. Tokens
312
- created before versioning was released have their version set to `20160426` (the
313
- version of the API that existed before versioning) so that they continue working
314
- the same way they did before versioning. If you would like to upgrade your integration
315
- to use a new API version, you can explicitly set the header described above. >
316
- ### Best practice: Set the header for every client or integration > > We recommend
317
- that you set the API version header explicitly in any client or integration you
318
- build. > > Only rely on the access token API version during manual testing. '
294
+ To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta
295
+ resources To use a beta resource, you must include a header in the request. If
296
+ you call a beta resource without this header, you''ll receive a `403` response. Use
297
+ this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our
298
+ REST API backwards compatible, but we occasionally have to make backwards-incompatible
299
+ changes in the process of shipping new features. These breaking changes can cause
300
+ unexpected behavior if you don''t prepare for them accordingly. Updates to our
301
+ REST API include support for the latest features in LaunchDarkly. We also release
302
+ a new version of our REST API every time we make a breaking change. We provide simultaneous
303
+ support for multiple API versions so you can migrate from your current API version
304
+ to a new version at your own pace. ### Setting the API version per request You
305
+ can set the API version on a specific request by sending an `LD-API-Version` header,
306
+ as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value
307
+ is the version number of the API version you''d like to request. The number for
308
+ each version corresponds to the date the version was released. In the example above
309
+ the version `20191212` corresponds to December 12, 2019. ### Setting the API version
310
+ per access token When creating an access token, you must specify a specific version
311
+ of the API to use. This ensures that integrations using this token cannot be broken
312
+ by version changes. Tokens created before versioning was released have their version
313
+ set to `20160426` (the version of the API that existed before versioning) so that
314
+ they continue working the same way they did before versioning. If you would like
315
+ to upgrade your integration to use a new API version, you can explicitly set the
316
+ header described above. > ### Best practice: Set the header for every client or
317
+ integration > > We recommend that you set the API version header explicitly in any
318
+ client or integration you build. > > Only rely on the access token API version during
319
+ manual testing. '
319
320
  email:
320
321
  - support@launchdarkly.com
321
322
  executables: []
@@ -358,6 +359,8 @@ files:
358
359
  - docs/CustomRolePostData.md
359
360
  - docs/CustomRoles.md
360
361
  - docs/CustomRolesApi.md
362
+ - docs/CustomWorkflowMeta.md
363
+ - docs/CustomWorkflowStageMeta.md
361
364
  - docs/DataExportDestinationsApi.md
362
365
  - docs/DefaultClientSideAvailabilityPost.md
363
366
  - docs/Defaults.md
@@ -439,6 +442,8 @@ files:
439
442
  - docs/PatchSegmentInstruction.md
440
443
  - docs/PatchSegmentRequest.md
441
444
  - docs/PatchWithComment.md
445
+ - docs/PermissionGrantInput.md
446
+ - docs/PermissionGrantRep.md
442
447
  - docs/PostApprovalRequestApplyRequest.md
443
448
  - docs/PostApprovalRequestReviewRequest.md
444
449
  - docs/PostFlagScheduledChangesInput.md
@@ -483,6 +488,11 @@ files:
483
488
  - docs/SubjectDataRep.md
484
489
  - docs/Target.md
485
490
  - docs/TargetResourceRep.md
491
+ - docs/TeamCollectionRep.md
492
+ - docs/TeamPatchInput.md
493
+ - docs/TeamPostInput.md
494
+ - docs/TeamRep.md
495
+ - docs/TeamsBetaApi.md
486
496
  - docs/TitleRep.md
487
497
  - docs/Token.md
488
498
  - docs/TokenDataRep.md
@@ -532,6 +542,7 @@ files:
532
542
  - lib/launchdarkly_api/api/relay_proxy_configurations_api.rb
533
543
  - lib/launchdarkly_api/api/scheduled_changes_api.rb
534
544
  - lib/launchdarkly_api/api/segments_api.rb
545
+ - lib/launchdarkly_api/api/teams_beta_api.rb
535
546
  - lib/launchdarkly_api/api/user_settings_api.rb
536
547
  - lib/launchdarkly_api/api/users_api.rb
537
548
  - lib/launchdarkly_api/api/users_beta_api.rb
@@ -564,6 +575,8 @@ files:
564
575
  - lib/launchdarkly_api/models/custom_role_post.rb
565
576
  - lib/launchdarkly_api/models/custom_role_post_data.rb
566
577
  - lib/launchdarkly_api/models/custom_roles.rb
578
+ - lib/launchdarkly_api/models/custom_workflow_meta.rb
579
+ - lib/launchdarkly_api/models/custom_workflow_stage_meta.rb
567
580
  - lib/launchdarkly_api/models/default_client_side_availability_post.rb
568
581
  - lib/launchdarkly_api/models/defaults.rb
569
582
  - lib/launchdarkly_api/models/dependent_flag.rb
@@ -638,6 +651,8 @@ files:
638
651
  - lib/launchdarkly_api/models/patch_segment_instruction.rb
639
652
  - lib/launchdarkly_api/models/patch_segment_request.rb
640
653
  - lib/launchdarkly_api/models/patch_with_comment.rb
654
+ - lib/launchdarkly_api/models/permission_grant_input.rb
655
+ - lib/launchdarkly_api/models/permission_grant_rep.rb
641
656
  - lib/launchdarkly_api/models/post_approval_request_apply_request.rb
642
657
  - lib/launchdarkly_api/models/post_approval_request_review_request.rb
643
658
  - lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb
@@ -678,6 +693,10 @@ files:
678
693
  - lib/launchdarkly_api/models/subject_data_rep.rb
679
694
  - lib/launchdarkly_api/models/target.rb
680
695
  - lib/launchdarkly_api/models/target_resource_rep.rb
696
+ - lib/launchdarkly_api/models/team_collection_rep.rb
697
+ - lib/launchdarkly_api/models/team_patch_input.rb
698
+ - lib/launchdarkly_api/models/team_post_input.rb
699
+ - lib/launchdarkly_api/models/team_rep.rb
681
700
  - lib/launchdarkly_api/models/title_rep.rb
682
701
  - lib/launchdarkly_api/models/token.rb
683
702
  - lib/launchdarkly_api/models/token_data_rep.rb
@@ -721,6 +740,7 @@ files:
721
740
  - spec/api/relay_proxy_configurations_api_spec.rb
722
741
  - spec/api/scheduled_changes_api_spec.rb
723
742
  - spec/api/segments_api_spec.rb
743
+ - spec/api/teams_beta_api_spec.rb
724
744
  - spec/api/user_settings_api_spec.rb
725
745
  - spec/api/users_api_spec.rb
726
746
  - spec/api/users_beta_api_spec.rb
@@ -752,6 +772,8 @@ files:
752
772
  - spec/models/custom_role_post_spec.rb
753
773
  - spec/models/custom_role_spec.rb
754
774
  - spec/models/custom_roles_spec.rb
775
+ - spec/models/custom_workflow_meta_spec.rb
776
+ - spec/models/custom_workflow_stage_meta_spec.rb
755
777
  - spec/models/default_client_side_availability_post_spec.rb
756
778
  - spec/models/defaults_spec.rb
757
779
  - spec/models/dependent_flag_environment_spec.rb
@@ -826,6 +848,8 @@ files:
826
848
  - spec/models/patch_segment_instruction_spec.rb
827
849
  - spec/models/patch_segment_request_spec.rb
828
850
  - spec/models/patch_with_comment_spec.rb
851
+ - spec/models/permission_grant_input_spec.rb
852
+ - spec/models/permission_grant_rep_spec.rb
829
853
  - spec/models/post_approval_request_apply_request_spec.rb
830
854
  - spec/models/post_approval_request_review_request_spec.rb
831
855
  - spec/models/post_flag_scheduled_changes_input_spec.rb
@@ -866,6 +890,10 @@ files:
866
890
  - spec/models/subject_data_rep_spec.rb
867
891
  - spec/models/target_resource_rep_spec.rb
868
892
  - spec/models/target_spec.rb
893
+ - spec/models/team_collection_rep_spec.rb
894
+ - spec/models/team_patch_input_spec.rb
895
+ - spec/models/team_post_input_spec.rb
896
+ - spec/models/team_rep_spec.rb
869
897
  - spec/models/title_rep_spec.rb
870
898
  - spec/models/token_data_rep_spec.rb
871
899
  - spec/models/token_spec.rb
@@ -891,7 +919,7 @@ files:
891
919
  - spec/models/webhooks_spec.rb
892
920
  - spec/models/weighted_variation_spec.rb
893
921
  - spec/spec_helper.rb
894
- homepage: https://github.com/launchdarkly/api-client-ruby
922
+ homepage: https://openapi-generator.tech
895
923
  licenses:
896
924
  - Unlicense
897
925
  metadata: {}
@@ -910,197 +938,205 @@ required_rubygems_version: !ruby/object:Gem::Requirement
910
938
  - !ruby/object:Gem::Version
911
939
  version: '0'
912
940
  requirements: []
913
- rubyforge_project:
914
- rubygems_version: 2.5.2.3
941
+ rubygems_version: 3.1.2
915
942
  signing_key:
916
943
  specification_version: 4
917
944
  summary: LaunchDarkly REST API Ruby Gem
918
945
  test_files:
919
- - spec/api/feature_flags_beta_api_spec.rb
920
- - spec/api/metrics_api_spec.rb
921
- - spec/api/scheduled_changes_api_spec.rb
922
946
  - spec/api/custom_roles_api_spec.rb
923
- - spec/api/approvals_api_spec.rb
924
- - spec/api/user_settings_api_spec.rb
925
947
  - spec/api/users_beta_api_spec.rb
926
- - spec/api/webhooks_api_spec.rb
927
- - spec/api/environments_api_spec.rb
948
+ - spec/api/scheduled_changes_api_spec.rb
949
+ - spec/api/feature_flags_api_spec.rb
950
+ - spec/api/metrics_api_spec.rb
951
+ - spec/api/user_settings_api_spec.rb
928
952
  - spec/api/projects_api_spec.rb
929
- - spec/api/relay_proxy_configurations_api_spec.rb
930
953
  - spec/api/account_members_api_spec.rb
931
- - spec/api/data_export_destinations_api_spec.rb
932
- - spec/api/other_api_spec.rb
954
+ - spec/api/teams_beta_api_spec.rb
955
+ - spec/api/feature_flags_beta_api_spec.rb
956
+ - spec/api/audit_log_api_spec.rb
933
957
  - spec/api/code_references_api_spec.rb
934
- - spec/api/users_api_spec.rb
935
- - spec/api/feature_flags_api_spec.rb
936
- - spec/api/experiments_beta_api_spec.rb
958
+ - spec/api/webhooks_api_spec.rb
959
+ - spec/api/data_export_destinations_api_spec.rb
960
+ - spec/api/approvals_api_spec.rb
961
+ - spec/api/environments_api_spec.rb
937
962
  - spec/api/access_tokens_api_spec.rb
963
+ - spec/api/experiments_beta_api_spec.rb
964
+ - spec/api/relay_proxy_configurations_api_spec.rb
938
965
  - spec/api/segments_api_spec.rb
939
966
  - spec/api/account_usage_beta_api_spec.rb
940
- - spec/api/audit_log_api_spec.rb
967
+ - spec/api/users_api_spec.rb
968
+ - spec/api/other_api_spec.rb
941
969
  - spec/api_client_spec.rb
942
970
  - spec/configuration_spec.rb
943
- - spec/models/branch_rep_spec.rb
944
- - spec/models/modification_spec.rb
945
- - spec/models/dependent_flag_spec.rb
946
- - spec/models/feature_flag_status_across_environments_spec.rb
947
- - spec/models/webhook_spec.rb
948
- - spec/models/experiment_enabled_period_rep_spec.rb
949
- - spec/models/access_token_post_spec.rb
950
- - spec/models/post_flag_scheduled_changes_input_spec.rb
951
- - spec/models/experiment_environment_setting_rep_spec.rb
952
- - spec/models/custom_property_spec.rb
953
- - spec/models/client_side_availability_post_spec.rb
954
- - spec/models/feature_flag_config_spec.rb
955
- - spec/models/user_segment_spec.rb
956
- - spec/models/client_side_availability_spec.rb
957
- - spec/models/conflict_spec.rb
958
- - spec/models/statement_rep_spec.rb
959
- - spec/models/variation_summary_spec.rb
960
- - spec/models/relay_auto_config_rep_spec.rb
961
- - spec/models/member_data_rep_spec.rb
962
- - spec/models/resource_id_response_spec.rb
963
- - spec/models/big_segment_target_spec.rb
964
- - spec/models/feature_flags_spec.rb
971
+ - spec/models/webhook_post_spec.rb
965
972
  - spec/models/audit_log_entry_listing_rep_collection_spec.rb
966
- - spec/models/experiment_totals_rep_spec.rb
967
- - spec/models/project_spec.rb
968
- - spec/models/feature_flag_statuses_spec.rb
969
- - spec/models/resource_access_spec.rb
970
- - spec/models/feature_flag_scheduled_changes_spec.rb
971
- - spec/models/expiring_user_target_get_response_spec.rb
972
- - spec/models/multi_environment_dependent_flags_spec.rb
973
- - spec/models/prerequisite_spec.rb
974
- - spec/models/post_approval_request_apply_request_spec.rb
975
- - spec/models/integration_metadata_spec.rb
976
- - spec/models/project_listing_rep_spec.rb
977
- - spec/models/tokens_spec.rb
978
- - spec/models/subject_data_rep_spec.rb
979
973
  - spec/models/rollout_spec.rb
980
- - spec/models/environment_spec.rb
981
- - spec/models/series_list_rep_spec.rb
982
- - spec/models/flag_scheduled_changes_input_spec.rb
983
- - spec/models/user_flag_settings_spec.rb
974
+ - spec/models/integration_status_spec.rb
975
+ - spec/models/members_spec.rb
976
+ - spec/models/custom_workflow_stage_meta_spec.rb
977
+ - spec/models/user_flag_setting_spec.rb
978
+ - spec/models/project_post_spec.rb
979
+ - spec/models/user_segments_spec.rb
980
+ - spec/models/team_patch_input_spec.rb
984
981
  - spec/models/member_summary_rep_spec.rb
985
- - spec/models/repository_post_spec.rb
986
- - spec/models/experiment_time_series_slice_spec.rb
987
- - spec/models/token_spec.rb
982
+ - spec/models/projects_spec.rb
983
+ - spec/models/metric_collection_rep_spec.rb
984
+ - spec/models/multi_environment_dependent_flags_spec.rb
985
+ - spec/models/source_flag_spec.rb
986
+ - spec/models/flag_listing_rep_spec.rb
987
+ - spec/models/custom_role_post_spec.rb
988
+ - spec/models/experiment_results_rep_spec.rb
989
+ - spec/models/statement_rep_spec.rb
990
+ - spec/models/member_permission_grant_summary_rep_spec.rb
991
+ - spec/models/extinction_collection_rep_spec.rb
992
+ - spec/models/users_spec.rb
993
+ - spec/models/expiring_user_target_error_spec.rb
994
+ - spec/models/ip_list_spec.rb
995
+ - spec/models/sdk_version_rep_spec.rb
996
+ - spec/models/create_copy_flag_config_approval_request_request_spec.rb
997
+ - spec/models/access_token_post_spec.rb
998
+ - spec/models/destinations_spec.rb
999
+ - spec/models/user_segment_spec.rb
1000
+ - spec/models/project_spec.rb
1001
+ - spec/models/authorized_app_data_rep_spec.rb
1002
+ - spec/models/feature_flag_scheduled_change_spec.rb
1003
+ - spec/models/review_response_spec.rb
1004
+ - spec/models/default_client_side_availability_post_spec.rb
1005
+ - spec/models/flag_summary_spec.rb
1006
+ - spec/models/team_rep_spec.rb
1007
+ - spec/models/permission_grant_rep_spec.rb
1008
+ - spec/models/dependent_flags_by_environment_spec.rb
1009
+ - spec/models/member_spec.rb
1010
+ - spec/models/experiment_stats_rep_spec.rb
988
1011
  - spec/models/patch_segment_instruction_spec.rb
1012
+ - spec/models/reference_rep_spec.rb
989
1013
  - spec/models/inline_object_spec.rb
990
- - spec/models/repository_rep_spec.rb
991
- - spec/models/environment_post_spec.rb
992
- - spec/models/expiring_user_target_item_spec.rb
993
- - spec/models/dependent_flag_environment_spec.rb
994
- - spec/models/default_client_side_availability_post_spec.rb
995
1014
  - spec/models/access_denied_reason_rep_spec.rb
996
- - spec/models/custom_role_post_data_spec.rb
997
- - spec/models/relay_auto_config_collection_rep_spec.rb
998
- - spec/models/experiment_time_series_variation_slice_spec.rb
999
- - spec/models/approval_settings_spec.rb
1000
- - spec/models/project_post_spec.rb
1001
- - spec/models/segment_metadata_spec.rb
1002
- - spec/models/variate_spec.rb
1003
- - spec/models/experiment_metadata_rep_spec.rb
1004
- - spec/models/experiment_results_rep_spec.rb
1005
- - spec/models/sdk_list_rep_spec.rb
1006
- - spec/models/segment_user_state_spec.rb
1015
+ - spec/models/repository_rep_spec.rb
1016
+ - spec/models/variation_summary_spec.rb
1017
+ - spec/models/audit_log_entry_rep_spec.rb
1018
+ - spec/models/experiment_environment_setting_rep_spec.rb
1019
+ - spec/models/resource_access_spec.rb
1020
+ - spec/models/statistic_collection_rep_spec.rb
1021
+ - spec/models/custom_role_spec.rb
1022
+ - spec/models/pub_nub_detail_rep_spec.rb
1023
+ - spec/models/last_seen_metadata_spec.rb
1024
+ - spec/models/destination_spec.rb
1025
+ - spec/models/flag_scheduled_changes_input_spec.rb
1026
+ - spec/models/experiment_totals_rep_spec.rb
1027
+ - spec/models/member_data_rep_spec.rb
1028
+ - spec/models/experiment_time_series_slice_spec.rb
1029
+ - spec/models/parent_resource_rep_spec.rb
1030
+ - spec/models/modification_spec.rb
1031
+ - spec/models/segment_body_spec.rb
1007
1032
  - spec/models/rule_spec.rb
1033
+ - spec/models/user_segment_rule_spec.rb
1008
1034
  - spec/models/experiment_allocation_rep_spec.rb
1009
- - spec/models/last_seen_metadata_spec.rb
1010
- - spec/models/authorized_app_data_rep_spec.rb
1011
- - spec/models/create_copy_flag_config_approval_request_request_spec.rb
1012
- - spec/models/statement_post_spec.rb
1013
- - spec/models/extinction_spec.rb
1014
- - spec/models/patch_operation_spec.rb
1015
- - spec/models/custom_roles_spec.rb
1016
- - spec/models/hunk_rep_spec.rb
1017
1035
  - spec/models/feature_flag_spec.rb
1018
- - spec/models/user_attribute_names_rep_spec.rb
1019
- - spec/models/pub_nub_detail_rep_spec.rb
1020
- - spec/models/destinations_spec.rb
1021
- - spec/models/extinction_collection_rep_spec.rb
1036
+ - spec/models/sdk_version_list_rep_spec.rb
1022
1037
  - spec/models/flag_config_approval_requests_response_spec.rb
1023
- - spec/models/experiment_rep_spec.rb
1024
- - spec/models/defaults_spec.rb
1025
- - spec/models/feature_flag_status_spec.rb
1026
- - spec/models/post_approval_request_review_request_spec.rb
1027
- - spec/models/experiment_info_rep_spec.rb
1028
- - spec/models/clause_spec.rb
1029
- - spec/models/custom_role_spec.rb
1030
- - spec/models/members_spec.rb
1031
- - spec/models/metric_collection_rep_spec.rb
1032
- - spec/models/title_rep_spec.rb
1038
+ - spec/models/metric_post_spec.rb
1039
+ - spec/models/new_member_form_spec.rb
1033
1040
  - spec/models/access_rep_spec.rb
1034
- - spec/models/member_permission_grant_summary_rep_spec.rb
1035
- - spec/models/metric_listing_rep_spec.rb
1036
- - spec/models/parent_resource_rep_spec.rb
1037
- - spec/models/integration_status_spec.rb
1038
- - spec/models/confidence_interval_rep_spec.rb
1039
- - spec/models/target_spec.rb
1040
- - spec/models/statistic_rep_spec.rb
1041
- - spec/models/source_flag_spec.rb
1042
- - spec/models/flag_copy_config_post_spec.rb
1041
+ - spec/models/feature_flag_config_spec.rb
1042
+ - spec/models/audit_log_entry_listing_rep_spec.rb
1043
+ - spec/models/flag_status_rep_spec.rb
1044
+ - spec/models/defaults_spec.rb
1045
+ - spec/models/client_side_availability_post_spec.rb
1046
+ - spec/models/flag_config_approval_request_response_spec.rb
1047
+ - spec/models/feature_flags_spec.rb
1048
+ - spec/models/prerequisite_spec.rb
1043
1049
  - spec/models/url_post_spec.rb
1050
+ - spec/models/tokens_spec.rb
1051
+ - spec/models/expiring_user_target_item_spec.rb
1052
+ - spec/models/experiment_info_rep_spec.rb
1053
+ - spec/models/dependent_flag_spec.rb
1054
+ - spec/models/metric_rep_spec.rb
1055
+ - spec/models/versions_rep_spec.rb
1056
+ - spec/models/experiment_metadata_rep_spec.rb
1057
+ - spec/models/experiment_enabled_period_rep_spec.rb
1044
1058
  - spec/models/copied_from_env_spec.rb
1045
- - spec/models/audit_log_entry_rep_spec.rb
1046
- - spec/models/flag_summary_spec.rb
1047
- - spec/models/projects_spec.rb
1048
- - spec/models/reference_rep_spec.rb
1049
- - spec/models/sdk_version_rep_spec.rb
1059
+ - spec/models/statistic_rep_spec.rb
1060
+ - spec/models/segment_metadata_spec.rb
1061
+ - spec/models/conflict_spec.rb
1062
+ - spec/models/inline_object1_spec.rb
1063
+ - spec/models/custom_roles_spec.rb
1064
+ - spec/models/target_resource_rep_spec.rb
1065
+ - spec/models/resource_id_response_spec.rb
1066
+ - spec/models/extinction_rep_spec.rb
1067
+ - spec/models/extinction_spec.rb
1068
+ - spec/models/user_spec.rb
1069
+ - spec/models/team_post_input_spec.rb
1070
+ - spec/models/token_spec.rb
1071
+ - spec/models/custom_workflow_meta_spec.rb
1072
+ - spec/models/post_approval_request_apply_request_spec.rb
1073
+ - spec/models/target_spec.rb
1074
+ - spec/models/feature_flag_body_spec.rb
1075
+ - spec/models/team_collection_rep_spec.rb
1076
+ - spec/models/create_flag_config_approval_request_request_spec.rb
1050
1077
  - spec/models/expiring_user_target_patch_response_spec.rb
1051
- - spec/models/webhook_post_spec.rb
1052
1078
  - spec/models/member_team_summary_rep_spec.rb
1053
- - spec/models/user_record_spec.rb
1054
- - spec/models/branch_collection_rep_spec.rb
1055
- - spec/models/value_put_spec.rb
1079
+ - spec/models/feature_flag_status_across_environments_spec.rb
1080
+ - spec/models/experiment_time_series_variation_slice_spec.rb
1081
+ - spec/models/experiment_rep_spec.rb
1082
+ - spec/models/link_spec.rb
1083
+ - spec/models/variation_or_rollout_rep_spec.rb
1084
+ - spec/models/patch_with_comment_spec.rb
1085
+ - spec/models/custom_role_post_data_spec.rb
1086
+ - spec/models/patch_segment_request_spec.rb
1087
+ - spec/models/relay_auto_config_rep_spec.rb
1088
+ - spec/models/webhook_spec.rb
1089
+ - spec/models/metric_listing_rep_spec.rb
1090
+ - spec/models/flag_copy_config_post_spec.rb
1091
+ - spec/models/relay_auto_config_post_spec.rb
1092
+ - spec/models/user_attribute_names_rep_spec.rb
1093
+ - spec/models/confidence_interval_rep_spec.rb
1056
1094
  - spec/models/flag_copy_config_environment_spec.rb
1057
- - spec/models/statistics_root_spec.rb
1058
- - spec/models/flag_status_rep_spec.rb
1059
- - spec/models/access_denied_rep_spec.rb
1060
- - spec/models/create_flag_config_approval_request_request_spec.rb
1061
- - spec/models/extinction_rep_spec.rb
1062
- - spec/models/metric_post_spec.rb
1063
- - spec/models/segment_user_list_spec.rb
1064
- - spec/models/flag_config_approval_request_response_spec.rb
1065
- - spec/models/new_member_form_spec.rb
1066
- - spec/models/target_resource_rep_spec.rb
1067
- - spec/models/weighted_variation_spec.rb
1068
- - spec/models/users_spec.rb
1069
- - spec/models/destination_spec.rb
1070
- - spec/models/user_flag_setting_spec.rb
1071
- - spec/models/inline_response200_spec.rb
1072
- - spec/models/flag_listing_rep_spec.rb
1073
- - spec/models/feature_flag_scheduled_change_spec.rb
1074
- - spec/models/metric_rep_spec.rb
1095
+ - spec/models/value_put_spec.rb
1075
1096
  - spec/models/webhooks_spec.rb
1076
- - spec/models/statement_post_data_spec.rb
1097
+ - spec/models/environment_post_spec.rb
1098
+ - spec/models/project_listing_rep_spec.rb
1099
+ - spec/models/user_record_spec.rb
1100
+ - spec/models/inline_response200_spec.rb
1101
+ - spec/models/user_flag_settings_spec.rb
1102
+ - spec/models/dependent_flag_environment_spec.rb
1103
+ - spec/models/feature_flag_statuses_spec.rb
1104
+ - spec/models/access_denied_rep_spec.rb
1077
1105
  - spec/models/repository_collection_rep_spec.rb
1078
- - spec/models/user_spec.rb
1079
- - spec/models/relay_auto_config_post_spec.rb
1080
- - spec/models/expiring_user_target_error_spec.rb
1081
- - spec/models/user_segments_spec.rb
1082
- - spec/models/destination_post_spec.rb
1083
- - spec/models/statement_spec.rb
1084
- - spec/models/review_response_spec.rb
1085
- - spec/models/segment_body_spec.rb
1086
- - spec/models/user_segment_rule_spec.rb
1087
- - spec/models/dependent_flags_by_environment_spec.rb
1088
- - spec/models/custom_role_post_spec.rb
1089
- - spec/models/patch_segment_request_spec.rb
1090
- - spec/models/sdk_version_list_rep_spec.rb
1106
+ - spec/models/clause_spec.rb
1107
+ - spec/models/custom_property_spec.rb
1108
+ - spec/models/token_data_rep_spec.rb
1109
+ - spec/models/expiring_user_target_get_response_spec.rb
1110
+ - spec/models/feature_flag_status_spec.rb
1091
1111
  - spec/models/flag_global_attributes_rep_spec.rb
1092
- - spec/models/versions_rep_spec.rb
1093
- - spec/models/multi_environment_dependent_flag_spec.rb
1094
- - spec/models/experiment_stats_rep_spec.rb
1095
- - spec/models/patch_with_comment_spec.rb
1096
- - spec/models/inline_object1_spec.rb
1112
+ - spec/models/patch_operation_spec.rb
1113
+ - spec/models/subject_data_rep_spec.rb
1114
+ - spec/models/segment_user_state_spec.rb
1115
+ - spec/models/variate_spec.rb
1116
+ - spec/models/integration_metadata_spec.rb
1117
+ - spec/models/hunk_rep_spec.rb
1118
+ - spec/models/big_segment_target_spec.rb
1119
+ - spec/models/post_approval_request_review_request_spec.rb
1120
+ - spec/models/sdk_list_rep_spec.rb
1097
1121
  - spec/models/variation_spec.rb
1098
- - spec/models/feature_flag_body_spec.rb
1099
- - spec/models/ip_list_spec.rb
1100
- - spec/models/link_spec.rb
1101
- - spec/models/audit_log_entry_listing_rep_spec.rb
1102
- - spec/models/token_data_rep_spec.rb
1103
- - spec/models/member_spec.rb
1104
- - spec/models/statistic_collection_rep_spec.rb
1105
- - spec/models/variation_or_rollout_rep_spec.rb
1122
+ - spec/models/relay_auto_config_collection_rep_spec.rb
1123
+ - spec/models/permission_grant_input_spec.rb
1124
+ - spec/models/statistics_root_spec.rb
1125
+ - spec/models/client_side_availability_spec.rb
1126
+ - spec/models/statement_post_spec.rb
1127
+ - spec/models/series_list_rep_spec.rb
1128
+ - spec/models/weighted_variation_spec.rb
1129
+ - spec/models/post_flag_scheduled_changes_input_spec.rb
1130
+ - spec/models/multi_environment_dependent_flag_spec.rb
1131
+ - spec/models/statement_post_data_spec.rb
1132
+ - spec/models/statement_spec.rb
1133
+ - spec/models/destination_post_spec.rb
1134
+ - spec/models/title_rep_spec.rb
1135
+ - spec/models/segment_user_list_spec.rb
1136
+ - spec/models/repository_post_spec.rb
1137
+ - spec/models/environment_spec.rb
1138
+ - spec/models/branch_collection_rep_spec.rb
1139
+ - spec/models/branch_rep_spec.rb
1140
+ - spec/models/feature_flag_scheduled_changes_spec.rb
1141
+ - spec/models/approval_settings_spec.rb
1106
1142
  - spec/spec_helper.rb