launchdarkly_api 6.0.0 → 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (605) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +830 -295
  3. data/docs/AccessDeniedReasonRep.md +4 -4
  4. data/docs/AccessTokensApi.md +1 -1
  5. data/docs/AccountMembersApi.md +86 -12
  6. data/docs/ActionInputRep.md +18 -0
  7. data/docs/ActionOutputRep.md +20 -0
  8. data/docs/ApprovalConditionInputRep.md +20 -0
  9. data/docs/ApprovalConditionOutputRep.md +26 -0
  10. data/docs/ApprovalSettings.md +1 -1
  11. data/docs/ApprovalsApi.md +3 -3
  12. data/docs/BranchCollectionRep.md +1 -1
  13. data/docs/BranchRep.md +9 -9
  14. data/docs/CodeReferencesApi.md +37 -32
  15. data/docs/ConditionBaseOutputRep.md +22 -0
  16. data/docs/ConditionInputRep.md +26 -0
  17. data/docs/ConditionOutputRep.md +34 -0
  18. data/docs/ConflictOutputRep.md +20 -0
  19. data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +1 -1
  20. data/docs/CustomRole.md +10 -8
  21. data/docs/CustomRolePost.md +3 -1
  22. data/docs/CustomRolePostData.md +3 -1
  23. data/docs/CustomRolesApi.md +11 -11
  24. data/docs/CustomRolesRep.md +24 -0
  25. data/docs/CustomWorkflowInputRep.md +24 -0
  26. data/docs/CustomWorkflowMeta.md +20 -0
  27. data/docs/CustomWorkflowOutputRep.md +38 -0
  28. data/docs/CustomWorkflowStageMeta.md +20 -0
  29. data/docs/CustomWorkflowsListingOutputRep.md +18 -0
  30. data/docs/DataExportDestinationsApi.md +1 -1
  31. data/docs/DerivedAttribute.md +20 -0
  32. data/docs/Environment.md +4 -0
  33. data/docs/EnvironmentsApi.md +3 -3
  34. data/docs/ExecutionOutputRep.md +18 -0
  35. data/docs/ExpandedTeamRep.md +44 -0
  36. data/docs/ExperimentResultsRep.md +3 -1
  37. data/docs/ExperimentsBetaApi.md +1 -1
  38. data/docs/Extinction.md +8 -8
  39. data/docs/ExtinctionCollectionRep.md +1 -1
  40. data/docs/FeatureFlagBody.md +1 -1
  41. data/docs/FeatureFlagsApi.md +2 -4
  42. data/docs/FlagConfigApprovalRequestResponse.md +3 -1
  43. data/docs/FlagTriggerInput.md +20 -0
  44. data/docs/FlagTriggersApi.md +396 -0
  45. data/docs/ForbiddenErrorRep.md +20 -0
  46. data/docs/HunkRep.md +10 -10
  47. data/docs/Integration.md +40 -0
  48. data/docs/IntegrationAuditLogSubscriptionsApi.md +376 -0
  49. data/docs/IntegrationStatusRep.md +22 -0
  50. data/docs/IntegrationSubscriptionStatusRep.md +26 -0
  51. data/docs/Integrations.md +22 -0
  52. data/docs/InvalidRequestErrorRep.md +20 -0
  53. data/docs/Member.md +3 -1
  54. data/docs/MemberImportItemRep.md +22 -0
  55. data/docs/MemberTeamsPostInput.md +18 -0
  56. data/docs/MethodNotAllowedErrorRep.md +20 -0
  57. data/docs/MetricListingRep.md +1 -1
  58. data/docs/MetricPost.md +1 -1
  59. data/docs/MetricRep.md +1 -1
  60. data/docs/MetricSeen.md +20 -0
  61. data/docs/MetricsApi.md +2 -2
  62. data/docs/NotFoundErrorRep.md +20 -0
  63. data/docs/OtherApi.md +4 -4
  64. data/docs/PatchFailedErrorRep.md +20 -0
  65. data/docs/PermissionGrantInput.md +22 -0
  66. data/docs/PermissionGrantRep.md +24 -0
  67. data/docs/ProjectPost.md +1 -1
  68. data/docs/ProjectsApi.md +2 -2
  69. data/docs/PutBranch.md +28 -0
  70. data/docs/RateLimitedErrorRep.md +20 -0
  71. data/docs/RecentTriggerBody.md +20 -0
  72. data/docs/ReferenceRep.md +5 -5
  73. data/docs/RelayProxyConfigurationsApi.md +2 -2
  74. data/docs/RepositoryCollectionRep.md +1 -1
  75. data/docs/RepositoryPost.md +8 -8
  76. data/docs/RepositoryRep.md +17 -17
  77. data/docs/ReviewOutputRep.md +26 -0
  78. data/docs/Rule.md +3 -1
  79. data/docs/ScheduleConditionInputRep.md +20 -0
  80. data/docs/ScheduleConditionOutputRep.md +18 -0
  81. data/docs/ScheduledChangesApi.md +2 -2
  82. data/docs/SegmentsApi.md +6 -6
  83. data/docs/StageInputRep.md +22 -0
  84. data/docs/StageOutputRep.md +26 -0
  85. data/docs/Statement.md +4 -4
  86. data/docs/StatementRep.md +3 -3
  87. data/docs/StatusConflictErrorRep.md +20 -0
  88. data/docs/SubscriptionPost.md +30 -0
  89. data/docs/TeamCollectionRep.md +22 -0
  90. data/docs/TeamImportsRep.md +18 -0
  91. data/docs/TeamPatchInput.md +20 -0
  92. data/docs/TeamPostInput.md +28 -0
  93. data/docs/TeamRep.md +40 -0
  94. data/docs/TeamsBetaApi.md +450 -0
  95. data/docs/TriggerPost.md +22 -0
  96. data/docs/TriggerWorkflowCollectionRep.md +20 -0
  97. data/docs/TriggerWorkflowRep.md +42 -0
  98. data/docs/UnauthorizedErrorRep.md +20 -0
  99. data/docs/User.md +26 -14
  100. data/docs/UserRecord.md +5 -1
  101. data/docs/UserRecordRep.md +26 -0
  102. data/docs/UserSegment.md +3 -1
  103. data/docs/UserSettingsApi.md +1 -1
  104. data/docs/Users.md +1 -1
  105. data/docs/UsersApi.md +11 -7
  106. data/docs/WebhooksApi.md +1 -1
  107. data/docs/WorkflowsBetaApi.md +316 -0
  108. data/git_push.sh +3 -3
  109. data/launchdarkly_api.gemspec +5 -5
  110. data/lib/launchdarkly_api/api/access_tokens_api.rb +12 -4
  111. data/lib/launchdarkly_api/api/account_members_api.rb +103 -21
  112. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +2 -2
  113. data/lib/launchdarkly_api/api/approvals_api.rb +21 -7
  114. data/lib/launchdarkly_api/api/audit_log_api.rb +2 -2
  115. data/lib/launchdarkly_api/api/code_references_api.rb +66 -35
  116. data/lib/launchdarkly_api/api/custom_roles_api.rb +24 -16
  117. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +12 -4
  118. data/lib/launchdarkly_api/api/environments_api.rb +16 -8
  119. data/lib/launchdarkly_api/api/experiments_beta_api.rb +4 -2
  120. data/lib/launchdarkly_api/api/feature_flags_api.rb +22 -11
  121. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +2 -2
  122. data/lib/launchdarkly_api/api/flag_triggers_api.rb +437 -0
  123. data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +377 -0
  124. data/lib/launchdarkly_api/api/metrics_api.rb +14 -6
  125. data/lib/launchdarkly_api/api/other_api.rb +5 -5
  126. data/lib/launchdarkly_api/api/projects_api.rb +14 -6
  127. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +12 -4
  128. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +14 -6
  129. data/lib/launchdarkly_api/api/segments_api.rb +28 -12
  130. data/lib/launchdarkly_api/api/teams_beta_api.rb +427 -0
  131. data/lib/launchdarkly_api/api/user_settings_api.rb +12 -4
  132. data/lib/launchdarkly_api/api/users_api.rb +15 -7
  133. data/lib/launchdarkly_api/api/users_beta_api.rb +2 -2
  134. data/lib/launchdarkly_api/api/webhooks_api.rb +12 -4
  135. data/lib/launchdarkly_api/api/workflows_beta_api.rb +345 -0
  136. data/lib/launchdarkly_api/api_client.rb +5 -5
  137. data/lib/launchdarkly_api/api_error.rb +2 -2
  138. data/lib/launchdarkly_api/configuration.rb +4 -3
  139. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +8 -4
  140. data/lib/launchdarkly_api/models/access_denied_rep.rb +2 -2
  141. data/lib/launchdarkly_api/models/access_rep.rb +2 -2
  142. data/lib/launchdarkly_api/models/access_token_post.rb +2 -2
  143. data/lib/launchdarkly_api/models/action_input_rep.rb +219 -0
  144. data/lib/launchdarkly_api/models/action_output_rep.rb +239 -0
  145. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +229 -0
  146. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +278 -0
  147. data/lib/launchdarkly_api/models/approval_settings.rb +3 -3
  148. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +2 -2
  149. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +2 -2
  150. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +2 -2
  151. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +2 -2
  152. data/lib/launchdarkly_api/models/big_segment_target.rb +2 -2
  153. data/lib/launchdarkly_api/models/branch_collection_rep.rb +3 -2
  154. data/lib/launchdarkly_api/models/branch_rep.rb +26 -2
  155. data/lib/launchdarkly_api/models/clause.rb +2 -2
  156. data/lib/launchdarkly_api/models/client_side_availability.rb +2 -2
  157. data/lib/launchdarkly_api/models/client_side_availability_post.rb +2 -2
  158. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +246 -0
  159. data/lib/launchdarkly_api/models/condition_input_rep.rb +256 -0
  160. data/lib/launchdarkly_api/models/condition_output_rep.rb +324 -0
  161. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +2 -2
  162. data/lib/launchdarkly_api/models/conflict.rb +2 -2
  163. data/lib/launchdarkly_api/models/conflict_output_rep.rb +237 -0
  164. data/lib/launchdarkly_api/models/copied_from_env.rb +2 -2
  165. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +7 -2
  166. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
  167. data/lib/launchdarkly_api/models/custom_property.rb +2 -2
  168. data/lib/launchdarkly_api/models/custom_role.rb +47 -38
  169. data/lib/launchdarkly_api/models/custom_role_post.rb +15 -6
  170. data/lib/launchdarkly_api/models/custom_role_post_data.rb +15 -6
  171. data/lib/launchdarkly_api/models/custom_roles.rb +2 -2
  172. data/lib/launchdarkly_api/models/custom_roles_rep.rb +247 -0
  173. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
  174. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +227 -0
  175. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
  176. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +227 -0
  177. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +225 -0
  178. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +2 -2
  179. data/lib/launchdarkly_api/models/defaults.rb +2 -2
  180. data/lib/launchdarkly_api/models/dependent_flag.rb +2 -2
  181. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +2 -2
  182. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +2 -2
  183. data/lib/launchdarkly_api/models/derived_attribute.rb +228 -0
  184. data/lib/launchdarkly_api/models/destination.rb +2 -2
  185. data/lib/launchdarkly_api/models/destination_post.rb +2 -2
  186. data/lib/launchdarkly_api/models/destinations.rb +2 -2
  187. data/lib/launchdarkly_api/models/environment.rb +31 -3
  188. data/lib/launchdarkly_api/models/environment_post.rb +2 -2
  189. data/lib/launchdarkly_api/models/execution_output_rep.rb +223 -0
  190. data/lib/launchdarkly_api/models/expanded_team_rep.rb +349 -0
  191. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +2 -2
  192. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +2 -2
  193. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +2 -2
  194. data/lib/launchdarkly_api/models/experiment_info_rep.rb +2 -2
  195. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +2 -2
  196. data/lib/launchdarkly_api/models/experiment_rep.rb +2 -2
  197. data/lib/launchdarkly_api/models/experiment_results_rep.rb +15 -6
  198. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +2 -2
  199. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +2 -2
  200. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +2 -2
  201. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +2 -2
  202. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +2 -2
  203. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +2 -2
  204. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +2 -2
  205. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +2 -2
  206. data/lib/launchdarkly_api/models/extinction.rb +22 -13
  207. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +4 -3
  208. data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
  209. data/lib/launchdarkly_api/models/feature_flag_body.rb +3 -3
  210. data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
  211. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
  212. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +2 -2
  213. data/lib/launchdarkly_api/models/feature_flag_status.rb +2 -2
  214. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +2 -2
  215. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +2 -2
  216. data/lib/launchdarkly_api/models/feature_flags.rb +2 -2
  217. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +15 -6
  218. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +2 -2
  219. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +2 -2
  220. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +2 -2
  221. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
  222. data/lib/launchdarkly_api/models/flag_listing_rep.rb +2 -2
  223. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
  224. data/lib/launchdarkly_api/models/flag_status_rep.rb +2 -2
  225. data/lib/launchdarkly_api/models/flag_summary.rb +2 -2
  226. data/lib/launchdarkly_api/models/flag_trigger_input.rb +230 -0
  227. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +227 -0
  228. data/lib/launchdarkly_api/models/hunk_rep.rb +12 -2
  229. data/lib/launchdarkly_api/models/integration.rb +325 -0
  230. data/lib/launchdarkly_api/models/integration_metadata.rb +2 -2
  231. data/lib/launchdarkly_api/models/integration_status.rb +2 -2
  232. data/lib/launchdarkly_api/models/integration_status_rep.rb +236 -0
  233. data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +256 -0
  234. data/lib/launchdarkly_api/models/integrations.rb +240 -0
  235. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +227 -0
  236. data/lib/launchdarkly_api/models/ip_list.rb +2 -2
  237. data/lib/launchdarkly_api/models/last_seen_metadata.rb +2 -2
  238. data/lib/launchdarkly_api/models/link.rb +2 -2
  239. data/lib/launchdarkly_api/models/member.rb +20 -6
  240. data/lib/launchdarkly_api/models/member_data_rep.rb +2 -2
  241. data/lib/launchdarkly_api/models/member_import_item_rep.rb +246 -0
  242. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +2 -2
  243. data/lib/launchdarkly_api/models/member_summary_rep.rb +2 -2
  244. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +2 -2
  245. data/lib/launchdarkly_api/models/member_teams_post_input.rb +226 -0
  246. data/lib/launchdarkly_api/models/members.rb +2 -2
  247. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +227 -0
  248. data/lib/launchdarkly_api/models/metric_collection_rep.rb +2 -2
  249. data/lib/launchdarkly_api/models/metric_listing_rep.rb +15 -3
  250. data/lib/launchdarkly_api/models/metric_post.rb +15 -3
  251. data/lib/launchdarkly_api/models/metric_rep.rb +15 -3
  252. data/lib/launchdarkly_api/models/metric_seen.rb +227 -0
  253. data/lib/launchdarkly_api/models/modification.rb +2 -2
  254. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +2 -2
  255. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +2 -2
  256. data/lib/launchdarkly_api/models/new_member_form.rb +2 -2
  257. data/lib/launchdarkly_api/models/not_found_error_rep.rb +227 -0
  258. data/lib/launchdarkly_api/models/parent_resource_rep.rb +2 -2
  259. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +227 -0
  260. data/lib/launchdarkly_api/models/patch_operation.rb +2 -2
  261. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +2 -2
  262. data/lib/launchdarkly_api/models/patch_segment_request.rb +2 -2
  263. data/lib/launchdarkly_api/models/patch_with_comment.rb +2 -2
  264. data/lib/launchdarkly_api/models/permission_grant_input.rb +240 -0
  265. data/lib/launchdarkly_api/models/permission_grant_rep.rb +249 -0
  266. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +2 -2
  267. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +2 -2
  268. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
  269. data/lib/launchdarkly_api/models/prerequisite.rb +2 -2
  270. data/lib/launchdarkly_api/models/project.rb +2 -2
  271. data/lib/launchdarkly_api/models/project_listing_rep.rb +2 -2
  272. data/lib/launchdarkly_api/models/project_post.rb +3 -3
  273. data/lib/launchdarkly_api/models/projects.rb +2 -2
  274. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +2 -2
  275. data/lib/launchdarkly_api/models/put_branch.rb +284 -0
  276. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
  277. data/lib/launchdarkly_api/models/recent_trigger_body.rb +229 -0
  278. data/lib/launchdarkly_api/models/reference_rep.rb +14 -2
  279. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +2 -2
  280. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +2 -2
  281. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +2 -2
  282. data/lib/launchdarkly_api/models/repository_collection_rep.rb +3 -2
  283. data/lib/launchdarkly_api/models/repository_post.rb +4 -2
  284. data/lib/launchdarkly_api/models/repository_rep.rb +45 -2
  285. data/lib/launchdarkly_api/models/resource_access.rb +2 -2
  286. data/lib/launchdarkly_api/models/resource_id_response.rb +2 -2
  287. data/lib/launchdarkly_api/models/review_output_rep.rb +264 -0
  288. data/lib/launchdarkly_api/models/review_response.rb +2 -2
  289. data/lib/launchdarkly_api/models/rollout.rb +2 -2
  290. data/lib/launchdarkly_api/models/rule.rb +15 -6
  291. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +227 -0
  292. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +218 -0
  293. data/lib/launchdarkly_api/models/sdk_list_rep.rb +2 -2
  294. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +2 -2
  295. data/lib/launchdarkly_api/models/sdk_version_rep.rb +2 -2
  296. data/lib/launchdarkly_api/models/segment_body.rb +2 -2
  297. data/lib/launchdarkly_api/models/segment_metadata.rb +2 -2
  298. data/lib/launchdarkly_api/models/segment_user_list.rb +2 -2
  299. data/lib/launchdarkly_api/models/segment_user_state.rb +2 -2
  300. data/lib/launchdarkly_api/models/series_list_rep.rb +2 -2
  301. data/lib/launchdarkly_api/models/source_flag.rb +2 -2
  302. data/lib/launchdarkly_api/models/stage_input_rep.rb +238 -0
  303. data/lib/launchdarkly_api/models/stage_output_rep.rb +276 -0
  304. data/lib/launchdarkly_api/models/statement.rb +8 -4
  305. data/lib/launchdarkly_api/models/statement_post.rb +2 -2
  306. data/lib/launchdarkly_api/models/statement_post_data.rb +2 -2
  307. data/lib/launchdarkly_api/models/statement_rep.rb +9 -4
  308. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +2 -2
  309. data/lib/launchdarkly_api/models/statistic_rep.rb +2 -2
  310. data/lib/launchdarkly_api/models/statistics_root.rb +2 -2
  311. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +227 -0
  312. data/lib/launchdarkly_api/models/subject_data_rep.rb +2 -2
  313. data/lib/launchdarkly_api/models/subscription_post.rb +293 -0
  314. data/lib/launchdarkly_api/models/target.rb +2 -2
  315. data/lib/launchdarkly_api/models/target_resource_rep.rb +2 -2
  316. data/lib/launchdarkly_api/models/team_collection_rep.rb +240 -0
  317. data/lib/launchdarkly_api/models/team_imports_rep.rb +220 -0
  318. data/lib/launchdarkly_api/models/team_patch_input.rb +229 -0
  319. data/lib/launchdarkly_api/models/team_post_input.rb +285 -0
  320. data/lib/launchdarkly_api/models/team_rep.rb +327 -0
  321. data/lib/launchdarkly_api/models/title_rep.rb +2 -2
  322. data/lib/launchdarkly_api/models/token.rb +2 -2
  323. data/lib/launchdarkly_api/models/token_data_rep.rb +2 -2
  324. data/lib/launchdarkly_api/models/tokens.rb +2 -2
  325. data/lib/launchdarkly_api/models/trigger_post.rb +245 -0
  326. data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +231 -0
  327. data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +332 -0
  328. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +227 -0
  329. data/lib/launchdarkly_api/models/url_post.rb +2 -2
  330. data/lib/launchdarkly_api/models/user.rb +104 -47
  331. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +2 -2
  332. data/lib/launchdarkly_api/models/user_flag_setting.rb +2 -2
  333. data/lib/launchdarkly_api/models/user_flag_settings.rb +2 -2
  334. data/lib/launchdarkly_api/models/user_record.rb +27 -7
  335. data/lib/launchdarkly_api/models/user_record_rep.rb +255 -0
  336. data/lib/launchdarkly_api/models/user_segment.rb +15 -6
  337. data/lib/launchdarkly_api/models/user_segment_rule.rb +2 -2
  338. data/lib/launchdarkly_api/models/user_segments.rb +2 -2
  339. data/lib/launchdarkly_api/models/users.rb +3 -3
  340. data/lib/launchdarkly_api/models/value_put.rb +2 -2
  341. data/lib/launchdarkly_api/models/variation.rb +2 -2
  342. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +2 -2
  343. data/lib/launchdarkly_api/models/variation_summary.rb +2 -2
  344. data/lib/launchdarkly_api/models/versions_rep.rb +2 -2
  345. data/lib/launchdarkly_api/models/webhook.rb +2 -2
  346. data/lib/launchdarkly_api/models/webhook_post.rb +2 -2
  347. data/lib/launchdarkly_api/models/webhooks.rb +2 -2
  348. data/lib/launchdarkly_api/models/weighted_variation.rb +2 -2
  349. data/lib/launchdarkly_api/version.rb +3 -3
  350. data/lib/launchdarkly_api.rb +58 -7
  351. data/spec/api/access_tokens_api_spec.rb +2 -2
  352. data/spec/api/account_members_api_spec.rb +20 -7
  353. data/spec/api/account_usage_beta_api_spec.rb +2 -2
  354. data/spec/api/approvals_api_spec.rb +2 -2
  355. data/spec/api/audit_log_api_spec.rb +2 -2
  356. data/spec/api/code_references_api_spec.rb +9 -7
  357. data/spec/api/custom_roles_api_spec.rb +4 -4
  358. data/spec/api/data_export_destinations_api_spec.rb +2 -2
  359. data/spec/api/environments_api_spec.rb +4 -4
  360. data/spec/api/experiments_beta_api_spec.rb +2 -2
  361. data/spec/api/feature_flags_api_spec.rb +3 -4
  362. data/spec/api/feature_flags_beta_api_spec.rb +2 -2
  363. data/spec/api/flag_triggers_api_spec.rb +110 -0
  364. data/spec/api/integration_audit_log_subscriptions_api_spec.rb +100 -0
  365. data/spec/api/metrics_api_spec.rb +3 -3
  366. data/spec/api/other_api_spec.rb +3 -3
  367. data/spec/api/projects_api_spec.rb +3 -3
  368. data/spec/api/relay_proxy_configurations_api_spec.rb +2 -2
  369. data/spec/api/scheduled_changes_api_spec.rb +3 -3
  370. data/spec/api/segments_api_spec.rb +5 -5
  371. data/spec/api/teams_beta_api_spec.rb +111 -0
  372. data/spec/api/user_settings_api_spec.rb +2 -2
  373. data/spec/api/users_api_spec.rb +6 -4
  374. data/spec/api/users_beta_api_spec.rb +2 -2
  375. data/spec/api/webhooks_api_spec.rb +2 -2
  376. data/spec/api/workflows_beta_api_spec.rb +94 -0
  377. data/spec/api_client_spec.rb +4 -4
  378. data/spec/configuration_spec.rb +2 -2
  379. data/spec/models/access_denied_reason_rep_spec.rb +2 -2
  380. data/spec/models/access_denied_rep_spec.rb +2 -2
  381. data/spec/models/access_rep_spec.rb +2 -2
  382. data/spec/models/access_token_post_spec.rb +2 -2
  383. data/spec/models/action_input_rep_spec.rb +34 -0
  384. data/spec/models/action_output_rep_spec.rb +40 -0
  385. data/spec/models/approval_condition_input_rep_spec.rb +40 -0
  386. data/spec/models/approval_condition_output_rep_spec.rb +58 -0
  387. data/spec/models/approval_settings_spec.rb +2 -2
  388. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +2 -2
  389. data/spec/models/audit_log_entry_listing_rep_spec.rb +2 -2
  390. data/spec/models/audit_log_entry_rep_spec.rb +2 -2
  391. data/spec/models/authorized_app_data_rep_spec.rb +2 -2
  392. data/spec/models/big_segment_target_spec.rb +2 -2
  393. data/spec/models/branch_collection_rep_spec.rb +2 -2
  394. data/spec/models/branch_rep_spec.rb +2 -2
  395. data/spec/models/clause_spec.rb +2 -2
  396. data/spec/models/client_side_availability_post_spec.rb +2 -2
  397. data/spec/models/client_side_availability_spec.rb +2 -2
  398. data/spec/models/condition_base_output_rep_spec.rb +46 -0
  399. data/spec/models/condition_input_rep_spec.rb +58 -0
  400. data/spec/models/condition_output_rep_spec.rb +82 -0
  401. data/spec/models/confidence_interval_rep_spec.rb +2 -2
  402. data/spec/models/conflict_output_rep_spec.rb +40 -0
  403. data/spec/models/conflict_spec.rb +2 -2
  404. data/spec/models/copied_from_env_spec.rb +2 -2
  405. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +2 -2
  406. data/spec/models/create_flag_config_approval_request_request_spec.rb +2 -2
  407. data/spec/models/custom_property_spec.rb +2 -2
  408. data/spec/models/custom_role_post_data_spec.rb +8 -2
  409. data/spec/models/custom_role_post_spec.rb +8 -2
  410. data/spec/models/custom_role_spec.rb +13 -7
  411. data/spec/models/custom_roles_rep_spec.rb +52 -0
  412. data/spec/models/custom_roles_spec.rb +2 -2
  413. data/spec/models/custom_workflow_input_rep_spec.rb +52 -0
  414. data/spec/models/custom_workflow_meta_spec.rb +40 -0
  415. data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
  416. data/spec/models/custom_workflow_stage_meta_spec.rb +40 -0
  417. data/spec/models/custom_workflows_listing_output_rep_spec.rb +34 -0
  418. data/spec/models/default_client_side_availability_post_spec.rb +2 -2
  419. data/spec/models/defaults_spec.rb +2 -2
  420. data/spec/models/dependent_flag_environment_spec.rb +2 -2
  421. data/spec/models/dependent_flag_spec.rb +2 -2
  422. data/spec/models/dependent_flags_by_environment_spec.rb +2 -2
  423. data/spec/models/derived_attribute_spec.rb +40 -0
  424. data/spec/models/destination_post_spec.rb +2 -2
  425. data/spec/models/destination_spec.rb +2 -2
  426. data/spec/models/destinations_spec.rb +2 -2
  427. data/spec/models/environment_post_spec.rb +2 -2
  428. data/spec/models/environment_spec.rb +14 -2
  429. data/spec/models/execution_output_rep_spec.rb +34 -0
  430. data/spec/models/expanded_team_rep_spec.rb +112 -0
  431. data/spec/models/experiment_allocation_rep_spec.rb +2 -2
  432. data/spec/models/experiment_enabled_period_rep_spec.rb +2 -2
  433. data/spec/models/experiment_environment_setting_rep_spec.rb +2 -2
  434. data/spec/models/experiment_info_rep_spec.rb +2 -2
  435. data/spec/models/experiment_metadata_rep_spec.rb +2 -2
  436. data/spec/models/experiment_rep_spec.rb +2 -2
  437. data/spec/models/experiment_results_rep_spec.rb +8 -2
  438. data/spec/models/experiment_stats_rep_spec.rb +2 -2
  439. data/spec/models/experiment_time_series_slice_spec.rb +2 -2
  440. data/spec/models/experiment_time_series_variation_slice_spec.rb +2 -2
  441. data/spec/models/experiment_totals_rep_spec.rb +2 -2
  442. data/spec/models/expiring_user_target_error_spec.rb +2 -2
  443. data/spec/models/expiring_user_target_get_response_spec.rb +2 -2
  444. data/spec/models/expiring_user_target_item_spec.rb +2 -2
  445. data/spec/models/expiring_user_target_patch_response_spec.rb +2 -2
  446. data/spec/models/extinction_collection_rep_spec.rb +2 -2
  447. data/spec/models/extinction_spec.rb +3 -3
  448. data/spec/models/feature_flag_body_spec.rb +2 -2
  449. data/spec/models/feature_flag_config_spec.rb +2 -2
  450. data/spec/models/feature_flag_scheduled_change_spec.rb +2 -2
  451. data/spec/models/feature_flag_scheduled_changes_spec.rb +2 -2
  452. data/spec/models/feature_flag_spec.rb +2 -2
  453. data/spec/models/feature_flag_status_across_environments_spec.rb +2 -2
  454. data/spec/models/feature_flag_status_spec.rb +2 -2
  455. data/spec/models/feature_flag_statuses_spec.rb +2 -2
  456. data/spec/models/feature_flags_spec.rb +2 -2
  457. data/spec/models/flag_config_approval_request_response_spec.rb +8 -2
  458. data/spec/models/flag_config_approval_requests_response_spec.rb +2 -2
  459. data/spec/models/flag_copy_config_environment_spec.rb +2 -2
  460. data/spec/models/flag_copy_config_post_spec.rb +2 -2
  461. data/spec/models/flag_global_attributes_rep_spec.rb +2 -2
  462. data/spec/models/flag_listing_rep_spec.rb +2 -2
  463. data/spec/models/flag_scheduled_changes_input_spec.rb +2 -2
  464. data/spec/models/flag_status_rep_spec.rb +2 -2
  465. data/spec/models/flag_summary_spec.rb +2 -2
  466. data/spec/models/flag_trigger_input_spec.rb +40 -0
  467. data/spec/models/forbidden_error_rep_spec.rb +40 -0
  468. data/spec/models/hunk_rep_spec.rb +2 -2
  469. data/spec/models/integration_metadata_spec.rb +2 -2
  470. data/spec/models/integration_spec.rb +100 -0
  471. data/spec/models/integration_status_rep_spec.rb +46 -0
  472. data/spec/models/integration_status_spec.rb +2 -2
  473. data/spec/models/integration_subscription_status_rep_spec.rb +58 -0
  474. data/spec/models/integrations_spec.rb +46 -0
  475. data/spec/models/invalid_request_error_rep_spec.rb +40 -0
  476. data/spec/models/ip_list_spec.rb +2 -2
  477. data/spec/models/last_seen_metadata_spec.rb +2 -2
  478. data/spec/models/link_spec.rb +2 -2
  479. data/spec/models/member_data_rep_spec.rb +2 -2
  480. data/spec/models/member_import_item_rep_spec.rb +46 -0
  481. data/spec/models/member_permission_grant_summary_rep_spec.rb +2 -2
  482. data/spec/models/member_spec.rb +8 -2
  483. data/spec/models/member_summary_rep_spec.rb +2 -2
  484. data/spec/models/member_team_summary_rep_spec.rb +2 -2
  485. data/spec/models/member_teams_post_input_spec.rb +34 -0
  486. data/spec/models/members_spec.rb +2 -2
  487. data/spec/models/method_not_allowed_error_rep_spec.rb +40 -0
  488. data/spec/models/metric_collection_rep_spec.rb +2 -2
  489. data/spec/models/metric_listing_rep_spec.rb +6 -2
  490. data/spec/models/metric_post_spec.rb +6 -2
  491. data/spec/models/metric_rep_spec.rb +6 -2
  492. data/spec/models/metric_seen_spec.rb +40 -0
  493. data/spec/models/modification_spec.rb +2 -2
  494. data/spec/models/multi_environment_dependent_flag_spec.rb +2 -2
  495. data/spec/models/multi_environment_dependent_flags_spec.rb +2 -2
  496. data/spec/models/new_member_form_spec.rb +2 -2
  497. data/spec/models/not_found_error_rep_spec.rb +40 -0
  498. data/spec/models/parent_resource_rep_spec.rb +2 -2
  499. data/spec/models/patch_failed_error_rep_spec.rb +40 -0
  500. data/spec/models/patch_operation_spec.rb +2 -2
  501. data/spec/models/patch_segment_instruction_spec.rb +2 -2
  502. data/spec/models/patch_segment_request_spec.rb +2 -2
  503. data/spec/models/patch_with_comment_spec.rb +2 -2
  504. data/spec/models/permission_grant_input_spec.rb +46 -0
  505. data/spec/models/permission_grant_rep_spec.rb +52 -0
  506. data/spec/models/post_approval_request_apply_request_spec.rb +2 -2
  507. data/spec/models/post_approval_request_review_request_spec.rb +2 -2
  508. data/spec/models/post_flag_scheduled_changes_input_spec.rb +2 -2
  509. data/spec/models/prerequisite_spec.rb +2 -2
  510. data/spec/models/project_listing_rep_spec.rb +2 -2
  511. data/spec/models/project_post_spec.rb +2 -2
  512. data/spec/models/project_spec.rb +2 -2
  513. data/spec/models/projects_spec.rb +2 -2
  514. data/spec/models/pub_nub_detail_rep_spec.rb +2 -2
  515. data/spec/models/put_branch_spec.rb +64 -0
  516. data/spec/models/rate_limited_error_rep_spec.rb +40 -0
  517. data/spec/models/recent_trigger_body_spec.rb +40 -0
  518. data/spec/models/reference_rep_spec.rb +2 -2
  519. data/spec/models/relay_auto_config_collection_rep_spec.rb +2 -2
  520. data/spec/models/relay_auto_config_post_spec.rb +2 -2
  521. data/spec/models/relay_auto_config_rep_spec.rb +2 -2
  522. data/spec/models/repository_collection_rep_spec.rb +2 -2
  523. data/spec/models/repository_post_spec.rb +2 -2
  524. data/spec/models/repository_rep_spec.rb +6 -2
  525. data/spec/models/resource_access_spec.rb +2 -2
  526. data/spec/models/resource_id_response_spec.rb +2 -2
  527. data/spec/models/review_output_rep_spec.rb +58 -0
  528. data/spec/models/review_response_spec.rb +2 -2
  529. data/spec/models/rollout_spec.rb +2 -2
  530. data/spec/models/rule_spec.rb +8 -2
  531. data/spec/models/schedule_condition_input_rep_spec.rb +40 -0
  532. data/spec/models/schedule_condition_output_rep_spec.rb +34 -0
  533. data/spec/models/sdk_list_rep_spec.rb +2 -2
  534. data/spec/models/sdk_version_list_rep_spec.rb +2 -2
  535. data/spec/models/sdk_version_rep_spec.rb +2 -2
  536. data/spec/models/segment_body_spec.rb +2 -2
  537. data/spec/models/segment_metadata_spec.rb +2 -2
  538. data/spec/models/segment_user_list_spec.rb +2 -2
  539. data/spec/models/segment_user_state_spec.rb +2 -2
  540. data/spec/models/series_list_rep_spec.rb +2 -2
  541. data/spec/models/source_flag_spec.rb +2 -2
  542. data/spec/models/stage_input_rep_spec.rb +46 -0
  543. data/spec/models/stage_output_rep_spec.rb +58 -0
  544. data/spec/models/statement_post_data_spec.rb +2 -2
  545. data/spec/models/statement_post_spec.rb +2 -2
  546. data/spec/models/statement_rep_spec.rb +2 -2
  547. data/spec/models/statement_spec.rb +2 -2
  548. data/spec/models/statistic_collection_rep_spec.rb +2 -2
  549. data/spec/models/statistic_rep_spec.rb +2 -2
  550. data/spec/models/statistics_root_spec.rb +2 -2
  551. data/spec/models/status_conflict_error_rep_spec.rb +40 -0
  552. data/spec/models/subject_data_rep_spec.rb +2 -2
  553. data/spec/models/subscription_post_spec.rb +70 -0
  554. data/spec/models/target_resource_rep_spec.rb +2 -2
  555. data/spec/models/target_spec.rb +2 -2
  556. data/spec/models/team_collection_rep_spec.rb +46 -0
  557. data/spec/models/team_imports_rep_spec.rb +34 -0
  558. data/spec/models/team_patch_input_spec.rb +40 -0
  559. data/spec/models/team_post_input_spec.rb +64 -0
  560. data/spec/models/team_rep_spec.rb +100 -0
  561. data/spec/models/title_rep_spec.rb +2 -2
  562. data/spec/models/token_data_rep_spec.rb +2 -2
  563. data/spec/models/token_spec.rb +2 -2
  564. data/spec/models/tokens_spec.rb +2 -2
  565. data/spec/models/trigger_post_spec.rb +46 -0
  566. data/spec/models/trigger_workflow_collection_rep_spec.rb +40 -0
  567. data/spec/models/trigger_workflow_rep_spec.rb +106 -0
  568. data/spec/models/unauthorized_error_rep_spec.rb +40 -0
  569. data/spec/models/url_post_spec.rb +2 -2
  570. data/spec/models/user_attribute_names_rep_spec.rb +2 -2
  571. data/spec/models/user_flag_setting_spec.rb +2 -2
  572. data/spec/models/user_flag_settings_spec.rb +2 -2
  573. data/spec/models/user_record_rep_spec.rb +58 -0
  574. data/spec/models/user_record_spec.rb +14 -2
  575. data/spec/models/user_segment_rule_spec.rb +2 -2
  576. data/spec/models/user_segment_spec.rb +8 -2
  577. data/spec/models/user_segments_spec.rb +2 -2
  578. data/spec/models/user_spec.rb +45 -9
  579. data/spec/models/users_spec.rb +2 -2
  580. data/spec/models/value_put_spec.rb +2 -2
  581. data/spec/models/variation_or_rollout_rep_spec.rb +2 -2
  582. data/spec/models/variation_spec.rb +2 -2
  583. data/spec/models/variation_summary_spec.rb +2 -2
  584. data/spec/models/versions_rep_spec.rb +2 -2
  585. data/spec/models/webhook_post_spec.rb +2 -2
  586. data/spec/models/webhook_spec.rb +2 -2
  587. data/spec/models/webhooks_spec.rb +2 -2
  588. data/spec/models/weighted_variation_spec.rb +2 -2
  589. data/spec/spec_helper.rb +2 -2
  590. metadata +474 -270
  591. data/docs/ExtinctionRep.md +0 -26
  592. data/docs/InlineObject.md +0 -26
  593. data/docs/InlineObject1.md +0 -28
  594. data/docs/InlineResponse200.md +0 -20
  595. data/docs/Variate.md +0 -24
  596. data/lib/launchdarkly_api/models/extinction_rep.rb +0 -279
  597. data/lib/launchdarkly_api/models/inline_object.rb +0 -274
  598. data/lib/launchdarkly_api/models/inline_object1.rb +0 -276
  599. data/lib/launchdarkly_api/models/inline_response200.rb +0 -227
  600. data/lib/launchdarkly_api/models/variate.rb +0 -246
  601. data/spec/models/extinction_rep_spec.rb +0 -58
  602. data/spec/models/inline_object1_spec.rb +0 -64
  603. data/spec/models/inline_object_spec.rb +0 -58
  604. data/spec/models/inline_response200_spec.rb +0 -40
  605. data/spec/models/variate_spec.rb +0 -52
@@ -161,7 +161,7 @@ nil (empty response body)
161
161
  ### HTTP request headers
162
162
 
163
163
  - **Content-Type**: Not defined
164
- - **Accept**: Not defined
164
+ - **Accept**: application/json
165
165
 
166
166
 
167
167
  ## get_expiring_user_targets
@@ -569,7 +569,6 @@ opts = {
569
569
  tag: 'tag_example', # String | Filter feature flags by tag
570
570
  limit: 789, # Integer | The number of feature flags to return. Defaults to -1, which returns all flags
571
571
  offset: 789, # Integer | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next limit items
572
- query: 'query_example', # String | A string that matches against the flags' keys and names. It is not case sensitive
573
572
  archived: true, # Boolean | A boolean to filter the list to archived flags. When this is absent, only unarchived flags will be returned
574
573
  summary: true, # Boolean | By default in API version >= 1, flags will _not_ include their list of prerequisites, targets or rules. Set summary=0 to include these fields for each flag returned
575
574
  filter: 'filter_example', # String | A comma-separated list of filters. Each filter is of the form field:value
@@ -612,7 +611,6 @@ end
612
611
  | **tag** | **String** | Filter feature flags by tag | [optional] |
613
612
  | **limit** | **Integer** | The number of feature flags to return. Defaults to -1, which returns all flags | [optional] |
614
613
  | **offset** | **Integer** | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next limit items | [optional] |
615
- | **query** | **String** | A string that matches against the flags' keys and names. It is not case sensitive | [optional] |
616
614
  | **archived** | **Boolean** | A boolean to filter the list to archived flags. When this is absent, only unarchived flags will be returned | [optional] |
617
615
  | **summary** | **Boolean** | By default in API version >= 1, flags will _not_ include their list of prerequisites, targets or rules. Set summary=0 to include these fields for each flag returned | [optional] |
618
616
  | **filter** | **String** | A comma-separated list of filters. Each filter is of the form field:value | [optional] |
@@ -715,7 +713,7 @@ end
715
713
 
716
714
  Update feature flag
717
715
 
718
- Perform a partial update to a feature
716
+ Perform a partial update to a feature flag. ## Using JSON Patches on a feature flag When using the update feature flag endpoint to add individual users to a specific variation, there are two different patch documents, depending on whether users are already being individually targeted for the variation. If a flag variation already has users individually targeted, the path for the JSON Patch operation is: ```json { \"op\": \"add\", \"path\": \"/environments/devint/targets/0/values/-\", \"value\": \"TestClient10\" } ``` If a flag variation does not already have users individually targeted, the path for the JSON Patch operation is: ```json [ { \"op\": \"add\", \"path\": \"/environments/devint/targets/-\", \"value\": { \"variation\": 0, \"values\": [\"TestClient10\"] } } ] ``` ## Using semantic patches on a feature flag To use a [semantic patch](/reference#updates-via-semantic-patches) on a feature flag resource, you must include a header in the request. If you call a semantic patch resource without this header, you will receive a `400` response because your semantic patch will be interpreted as a JSON patch. Use this header: ``` Content-Type: application/json; domain-model=launchdarkly.semanticpatch ``` The body of a semantic patch request takes the following three properties: 1. comment `string`: (Optional) A description of the update. 1. environmentKey `string`: (Required) The key of the LaunchDarkly environment. 1. instructions `array`: (Required) The action or list of actions to be performed by the update. Each update action in the list must be an object/hash table with a `kind` property, although depending on the action, other properties may be necessary. Read below for more information on the specific supported semantic patch instructions. If any instruction in the patch encounters an error, the error will be returned and the flag will not be changed. In general, instructions will silently do nothing if the flag is already in the state requested by the patch instruction. For example, `removeUserTargets` does nothing when the targets have already been removed). They will generally error if a parameter refers to something that does not exist, like a variation ID that doesn't correspond to a variation on the flag or a rule ID that doesn't belong to a rule on the flag. Other specific error conditions are noted in the instruction descriptions. ### Instructions #### `turnFlagOn` Sets the flag's targeting state to on. #### `turnFlagOff` Sets the flag's targeting state to off. #### `addUserTargets` Adds the user keys in `values` to the individual user targets for the variation specified by `variationId`. Returns an error if this causes the same user key to be targeted in multiple variations. ##### Parameters - `values`: list of user keys - `variationId`: ID of a variation on the flag #### `removeUserTargets` Removes the user keys in `values` to the individual user targets for the variation specified by `variationId`. Does nothing if the user keys are not targeted. ##### Parameters - `values`: list of user keys - `variationId`: ID of a variation on the flag #### `replaceUserTargets` Completely replaces the existing set of user targeting. All variations must be provided. Example: ```json { \"kind\": \"replaceUserTargets\", \"targets\": [ { \"variationId\": \"variation-1\", \"values\": [\"blah\", \"foo\", \"bar\"] }, { \"variationId\": \"variation-2\", \"values\": [\"abc\", \"def\"] } ] } ``` ##### Parameters - `targets`: a list of user targeting #### `clearUserTargets` Removes all individual user targets from the variation specified by `variationId` ##### Parameters - `variationId`: ID of a variation on the flag #### `addPrerequisite` Adds the flag indicated by `key` with variation `variationId` as a prerequisite to the flag. ##### Parameters - `key`: flag key of another flag - `variationId`: ID of a variation of the flag with key `key` #### `removePrerequisite` Removes the prerequisite indicated by `key`. Does nothing if this prerequisite does not exist. ##### Parameters - `key`: flag key of an existing prerequisite #### `updatePrerequisite` Changes the prerequisite with flag key `key` to the variation indicated by `variationId`. Returns an error if this prerequisite does not exist. ##### Parameters - `key`: flag key of an existing prerequisite - `variationId`: ID of a variation of the flag with key `key` #### `replacePrerequisites` Completely replaces the existing set of prerequisites for a given flag. Example: ```json { \"kind\": \"replacePrerequisites\", \"prerequisites\": [ { \"key\": \"flag-key\", \"variationId\": \"variation-1\" }, { \"key\": \"another-flag\", \"variationId\": \"variation-2\" } ] } ``` ##### Parameters - `prerequisites`: a list of prerequisites #### `addRule` Adds a new rule to the flag with the given `clauses` which serves the variation indicated by `variationId` or the percent rollout indicated by `rolloutWeights` and `rolloutBucketBy`. If `beforeRuleId` is set, the rule will be added in the list of rules before the indicated rule. Otherwise, the rule will be added to the end of the list. ##### Parameters - `clauses`: Array of clauses (see `addClauses`) - `beforeRuleId`: Optional ID of a rule in the flag - `variationId`: ID of a variation of the flag - `rolloutWeights`: Map of variationId to weight in thousandths of a percent (0-100000) - `rolloutBucketBy`: Optional user attribute #### `removeRule` Removes the targeting rule specified by `ruleId`. Does nothing if the rule does not exist. ##### Parameters - `ruleId`: ID of a rule in the flag #### `replaceRules` Completely replaces the existing rules for a given flag. Example: ```json { \"kind\": \"replaceRules\", \"rules\": [ { \"variationId\": \"variation-1\", \"description\": \"myRule\", \"clauses\": [ { \"attribute\": \"segmentMatch\", \"op\": \"segmentMatch\", \"values\": [\"test\"] } ], \"trackEvents\": true } ] } ``` ##### Parameters - `rules`: a list of rules #### `addClauses` Adds the given clauses to the rule indicated by `ruleId`. ##### Parameters - `ruleId`: ID of a rule in the flag - `clauses`: Array of clause objects, with `attribute` (string), `op` (string), and `values` (array of strings, numbers, or dates) properties. #### `removeClauses` Removes the clauses specified by `clauseIds` from the rule indicated by `ruleId`. #### Parameters - `ruleId`: ID of a rule in the flag - `clauseIds`: Array of IDs of clauses in the rule #### `updateClause` Replaces the clause indicated by `ruleId` and `clauseId` with `clause`. ##### Parameters - `ruleId`: ID of a rule in the flag - `clauseId`: ID of a clause in that rule - `clause`: Clause object #### `addValuesToClause` Adds `values` to the values of the clause indicated by `ruleId` and `clauseId`. ##### Parameters - `ruleId`: ID of a rule in the flag - `clauseId`: ID of a clause in that rule - `values`: Array of strings #### `removeValuesFromClause` Removes `values` from the values of the clause indicated by `ruleId` and `clauseId`. ##### Parameters `ruleId`: ID of a rule in the flag `clauseId`: ID of a clause in that rule `values`: Array of strings #### `reorderRules` Rearranges the rules to match the order given in `ruleIds`. Will return an error if `ruleIds` does not match the current set of rules on the flag. ##### Parameters - `ruleIds`: Array of IDs of all rules in the flag #### `updateRuleVariationOrRollout` Updates what the rule indicated by `ruleId` serves if its clauses evaluate to true. Can either be a fixed variation indicated by `variationId` or a percent rollout indicated by `rolloutWeights` and `rolloutBucketBy`. ##### Parameters - `ruleId`: ID of a rule in the flag - `variationId`: ID of a variation of the flag or - `rolloutWeights`: Map of variationId to weight in thousandths of a percent (0-100000) - `rolloutBucketBy`: Optional user attribute #### `updateFallthroughVariationOrRollout` Updates the flag's fallthrough, which is served if none of the targeting rules match. Can either be a fixed variation indicated by `variationId` or a percent rollout indicated by `rolloutWeights` and `rolloutBucketBy`. ##### Parameters `variationId`: ID of a variation of the flag or `rolloutWeights`: Map of variationId to weight in thousandths of a percent (0-100000) `rolloutBucketBy`: Optional user attribute #### `updateOffVariation` Updates the variation served when the flag's targeting is off to the variation indicated by `variationId`. ##### Parameters `variationId`: ID of a variation of the flag ### Example ```json { \"environmentKey\": \"production\", \"instructions\": [ { \"kind\": \"turnFlagOn\" }, { \"kind\": \"turnFlagOff\" }, { \"kind\": \"addUserTargets\", \"variationId\": \"8bfb304e-d516-47e5-8727-e7f798e8992d\", \"values\": [\"userId\", \"userId2\"] }, { \"kind\": \"removeUserTargets\", \"variationId\": \"8bfb304e-d516-47e5-8727-e7f798e8992d\", \"values\": [\"userId3\", \"userId4\"] }, { \"kind\": \"updateFallthroughVariationOrRollout\", \"rolloutWeights\": { \"variationId\": 50000, \"variationId2\": 50000 }, \"rolloutBucketBy\": null }, { \"kind\": \"addRule\", \"clauses\": [ { \"attribute\": \"segmentMatch\", \"negate\": false, \"values\": [\"test-segment\"] } ], \"variationId\": null, \"rolloutWeights\": { \"variationId\": 50000, \"variationId2\": 50000 }, \"rolloutBucketBy\": \"key\" }, { \"kind\": \"removeRule\", \"ruleId\": \"99f12464-a429-40fc-86cc-b27612188955\" }, { \"kind\": \"reorderRules\", \"ruleIds\": [\"2f72974e-de68-4243-8dd3-739582147a1f\", \"8bfb304e-d516-47e5-8727-e7f798e8992d\"] }, { \"kind\": \"addClauses\", \"ruleId\": \"1134\", \"clauses\": [ { \"attribute\": \"email\", \"op\": \"in\", \"negate\": false, \"values\": [\"test@test.com\"] } ] }, { \"kind\": \"removeClauses\", \"ruleId\": \"1242529\", \"clauseIds\": [\"8bfb304e-d516-47e5-8727-e7f798e8992d\"] }, { \"kind\": \"updateClause\", \"ruleId\": \"2f72974e-de68-4243-8dd3-739582147a1f\", \"clauseId\": \"309845\", \"clause\": { \"attribute\": \"segmentMatch\", \"negate\": false, \"values\": [\"test-segment\"] } }, { \"kind\": \"updateRuleVariationOrRollout\", \"ruleId\": \"2342\", \"rolloutWeights\": null, \"rolloutBucketBy\": null }, { \"kind\": \"updateOffVariation\", \"variationId\": \"3242453\" }, { \"kind\": \"addPrerequisite\", \"variationId\": \"234235\", \"key\": \"flagKey2\" }, { \"kind\": \"updatePrerequisite\", \"variationId\": \"234235\", \"key\": \"flagKey2\" }, { \"kind\": \"removePrerequisite\", \"key\": \"flagKey\" } ] } ``` ## Using JSON patches on a feature flag If you do not include the header described above, you can use [JSON patch](/reference#updates-via-json-patch).
719
717
 
720
718
  ### Examples
721
719
 
@@ -23,6 +23,7 @@
23
23
  | **operating_on_id** | **String** | ID of scheduled change to edit or delete | [optional] |
24
24
  | **integration_metadata** | [**IntegrationMetadata**](IntegrationMetadata.md) | | [optional] |
25
25
  | **source** | [**CopiedFromEnv**](CopiedFromEnv.md) | | [optional] |
26
+ | **custom_workflow_metadata** | [**CustomWorkflowMeta**](CustomWorkflowMeta.md) | | [optional] |
26
27
 
27
28
  ## Example
28
29
 
@@ -48,7 +49,8 @@ instance = LaunchDarklyApi::FlagConfigApprovalRequestResponse.new(
48
49
  execution_date: null,
49
50
  operating_on_id: null,
50
51
  integration_metadata: null,
51
- source: null
52
+ source: null,
53
+ custom_workflow_metadata: null
52
54
  )
53
55
  ```
54
56
 
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::FlagTriggerInput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **comment** | **String** | | [optional] |
8
+ | **instructions** | **Array<Hash>** | The action to perform when triggering. It should pass an array with a single {\"kind\": <flag_action>} object. Currently supported flag actions are \"turnFlagOn\" and \"turnFlagOff\". | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::FlagTriggerInput.new(
16
+ comment: null,
17
+ instructions: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,396 @@
1
+ # LaunchDarklyApi::FlagTriggersApi
2
+
3
+ All URIs are relative to *https://app.launchdarkly.com*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**create_trigger_workflow**](FlagTriggersApi.md#create_trigger_workflow) | **POST** /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey} | Create flag trigger |
8
+ | [**delete_trigger_workflow**](FlagTriggersApi.md#delete_trigger_workflow) | **DELETE** /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}/{id} | Delete flag trigger |
9
+ | [**get_trigger_workflow_by_id**](FlagTriggersApi.md#get_trigger_workflow_by_id) | **GET** /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}/{id} | Get flag trigger by ID |
10
+ | [**get_trigger_workflows**](FlagTriggersApi.md#get_trigger_workflows) | **GET** /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey} | List flag triggers |
11
+ | [**patch_trigger_workflow**](FlagTriggersApi.md#patch_trigger_workflow) | **PATCH** /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}/{id} | Update flag trigger |
12
+
13
+
14
+ ## create_trigger_workflow
15
+
16
+ > <TriggerWorkflowRep> create_trigger_workflow(proj_key, env_key, flag_key, trigger_post)
17
+
18
+ Create flag trigger
19
+
20
+ Create a new flag trigger. Triggers let you initiate changes to flag targeting remotely using a unique webhook URL.
21
+
22
+ ### Examples
23
+
24
+ ```ruby
25
+ require 'time'
26
+ require 'launchdarkly_api'
27
+ # setup authorization
28
+ LaunchDarklyApi.configure do |config|
29
+ # Configure API key authorization: ApiKey
30
+ config.api_key['ApiKey'] = 'YOUR API KEY'
31
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
32
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
33
+ end
34
+
35
+ api_instance = LaunchDarklyApi::FlagTriggersApi.new
36
+ proj_key = 'proj_key_example' # String | The project key
37
+ env_key = 'env_key_example' # String | The environment key
38
+ flag_key = 'flag_key_example' # String | The flag key
39
+ trigger_post = LaunchDarklyApi::TriggerPost.new({integration_key: 'integration_key_example'}) # TriggerPost |
40
+
41
+ begin
42
+ # Create flag trigger
43
+ result = api_instance.create_trigger_workflow(proj_key, env_key, flag_key, trigger_post)
44
+ p result
45
+ rescue LaunchDarklyApi::ApiError => e
46
+ puts "Error when calling FlagTriggersApi->create_trigger_workflow: #{e}"
47
+ end
48
+ ```
49
+
50
+ #### Using the create_trigger_workflow_with_http_info variant
51
+
52
+ This returns an Array which contains the response data, status code and headers.
53
+
54
+ > <Array(<TriggerWorkflowRep>, Integer, Hash)> create_trigger_workflow_with_http_info(proj_key, env_key, flag_key, trigger_post)
55
+
56
+ ```ruby
57
+ begin
58
+ # Create flag trigger
59
+ data, status_code, headers = api_instance.create_trigger_workflow_with_http_info(proj_key, env_key, flag_key, trigger_post)
60
+ p status_code # => 2xx
61
+ p headers # => { ... }
62
+ p data # => <TriggerWorkflowRep>
63
+ rescue LaunchDarklyApi::ApiError => e
64
+ puts "Error when calling FlagTriggersApi->create_trigger_workflow_with_http_info: #{e}"
65
+ end
66
+ ```
67
+
68
+ ### Parameters
69
+
70
+ | Name | Type | Description | Notes |
71
+ | ---- | ---- | ----------- | ----- |
72
+ | **proj_key** | **String** | The project key | |
73
+ | **env_key** | **String** | The environment key | |
74
+ | **flag_key** | **String** | The flag key | |
75
+ | **trigger_post** | [**TriggerPost**](TriggerPost.md) | | |
76
+
77
+ ### Return type
78
+
79
+ [**TriggerWorkflowRep**](TriggerWorkflowRep.md)
80
+
81
+ ### Authorization
82
+
83
+ [ApiKey](../README.md#ApiKey)
84
+
85
+ ### HTTP request headers
86
+
87
+ - **Content-Type**: application/json
88
+ - **Accept**: application/json
89
+
90
+
91
+ ## delete_trigger_workflow
92
+
93
+ > delete_trigger_workflow(proj_key, env_key, flag_key, id)
94
+
95
+ Delete flag trigger
96
+
97
+ Delete a flag trigger by ID.
98
+
99
+ ### Examples
100
+
101
+ ```ruby
102
+ require 'time'
103
+ require 'launchdarkly_api'
104
+ # setup authorization
105
+ LaunchDarklyApi.configure do |config|
106
+ # Configure API key authorization: ApiKey
107
+ config.api_key['ApiKey'] = 'YOUR API KEY'
108
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
109
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
110
+ end
111
+
112
+ api_instance = LaunchDarklyApi::FlagTriggersApi.new
113
+ proj_key = 'proj_key_example' # String | The project key
114
+ env_key = 'env_key_example' # String | The environment key
115
+ flag_key = 'flag_key_example' # String | The flag key
116
+ id = 'id_example' # String | The flag trigger ID
117
+
118
+ begin
119
+ # Delete flag trigger
120
+ api_instance.delete_trigger_workflow(proj_key, env_key, flag_key, id)
121
+ rescue LaunchDarklyApi::ApiError => e
122
+ puts "Error when calling FlagTriggersApi->delete_trigger_workflow: #{e}"
123
+ end
124
+ ```
125
+
126
+ #### Using the delete_trigger_workflow_with_http_info variant
127
+
128
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
129
+
130
+ > <Array(nil, Integer, Hash)> delete_trigger_workflow_with_http_info(proj_key, env_key, flag_key, id)
131
+
132
+ ```ruby
133
+ begin
134
+ # Delete flag trigger
135
+ data, status_code, headers = api_instance.delete_trigger_workflow_with_http_info(proj_key, env_key, flag_key, id)
136
+ p status_code # => 2xx
137
+ p headers # => { ... }
138
+ p data # => nil
139
+ rescue LaunchDarklyApi::ApiError => e
140
+ puts "Error when calling FlagTriggersApi->delete_trigger_workflow_with_http_info: #{e}"
141
+ end
142
+ ```
143
+
144
+ ### Parameters
145
+
146
+ | Name | Type | Description | Notes |
147
+ | ---- | ---- | ----------- | ----- |
148
+ | **proj_key** | **String** | The project key | |
149
+ | **env_key** | **String** | The environment key | |
150
+ | **flag_key** | **String** | The flag key | |
151
+ | **id** | **String** | The flag trigger ID | |
152
+
153
+ ### Return type
154
+
155
+ nil (empty response body)
156
+
157
+ ### Authorization
158
+
159
+ [ApiKey](../README.md#ApiKey)
160
+
161
+ ### HTTP request headers
162
+
163
+ - **Content-Type**: Not defined
164
+ - **Accept**: application/json
165
+
166
+
167
+ ## get_trigger_workflow_by_id
168
+
169
+ > <TriggerWorkflowRep> get_trigger_workflow_by_id(proj_key, flag_key, env_key, id)
170
+
171
+ Get flag trigger by ID
172
+
173
+ Get a flag trigger by ID.
174
+
175
+ ### Examples
176
+
177
+ ```ruby
178
+ require 'time'
179
+ require 'launchdarkly_api'
180
+ # setup authorization
181
+ LaunchDarklyApi.configure do |config|
182
+ # Configure API key authorization: ApiKey
183
+ config.api_key['ApiKey'] = 'YOUR API KEY'
184
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
185
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
186
+ end
187
+
188
+ api_instance = LaunchDarklyApi::FlagTriggersApi.new
189
+ proj_key = 'proj_key_example' # String | The project key
190
+ flag_key = 'flag_key_example' # String | The flag key
191
+ env_key = 'env_key_example' # String | The environment key
192
+ id = 'id_example' # String | The flag trigger ID
193
+
194
+ begin
195
+ # Get flag trigger by ID
196
+ result = api_instance.get_trigger_workflow_by_id(proj_key, flag_key, env_key, id)
197
+ p result
198
+ rescue LaunchDarklyApi::ApiError => e
199
+ puts "Error when calling FlagTriggersApi->get_trigger_workflow_by_id: #{e}"
200
+ end
201
+ ```
202
+
203
+ #### Using the get_trigger_workflow_by_id_with_http_info variant
204
+
205
+ This returns an Array which contains the response data, status code and headers.
206
+
207
+ > <Array(<TriggerWorkflowRep>, Integer, Hash)> get_trigger_workflow_by_id_with_http_info(proj_key, flag_key, env_key, id)
208
+
209
+ ```ruby
210
+ begin
211
+ # Get flag trigger by ID
212
+ data, status_code, headers = api_instance.get_trigger_workflow_by_id_with_http_info(proj_key, flag_key, env_key, id)
213
+ p status_code # => 2xx
214
+ p headers # => { ... }
215
+ p data # => <TriggerWorkflowRep>
216
+ rescue LaunchDarklyApi::ApiError => e
217
+ puts "Error when calling FlagTriggersApi->get_trigger_workflow_by_id_with_http_info: #{e}"
218
+ end
219
+ ```
220
+
221
+ ### Parameters
222
+
223
+ | Name | Type | Description | Notes |
224
+ | ---- | ---- | ----------- | ----- |
225
+ | **proj_key** | **String** | The project key | |
226
+ | **flag_key** | **String** | The flag key | |
227
+ | **env_key** | **String** | The environment key | |
228
+ | **id** | **String** | The flag trigger ID | |
229
+
230
+ ### Return type
231
+
232
+ [**TriggerWorkflowRep**](TriggerWorkflowRep.md)
233
+
234
+ ### Authorization
235
+
236
+ [ApiKey](../README.md#ApiKey)
237
+
238
+ ### HTTP request headers
239
+
240
+ - **Content-Type**: Not defined
241
+ - **Accept**: application/json
242
+
243
+
244
+ ## get_trigger_workflows
245
+
246
+ > <TriggerWorkflowCollectionRep> get_trigger_workflows(proj_key, env_key, flag_key)
247
+
248
+ List flag triggers
249
+
250
+ Get a list of all flag triggers.
251
+
252
+ ### Examples
253
+
254
+ ```ruby
255
+ require 'time'
256
+ require 'launchdarkly_api'
257
+ # setup authorization
258
+ LaunchDarklyApi.configure do |config|
259
+ # Configure API key authorization: ApiKey
260
+ config.api_key['ApiKey'] = 'YOUR API KEY'
261
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
262
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
263
+ end
264
+
265
+ api_instance = LaunchDarklyApi::FlagTriggersApi.new
266
+ proj_key = 'proj_key_example' # String | The project key
267
+ env_key = 'env_key_example' # String | The environment key
268
+ flag_key = 'flag_key_example' # String | The flag key
269
+
270
+ begin
271
+ # List flag triggers
272
+ result = api_instance.get_trigger_workflows(proj_key, env_key, flag_key)
273
+ p result
274
+ rescue LaunchDarklyApi::ApiError => e
275
+ puts "Error when calling FlagTriggersApi->get_trigger_workflows: #{e}"
276
+ end
277
+ ```
278
+
279
+ #### Using the get_trigger_workflows_with_http_info variant
280
+
281
+ This returns an Array which contains the response data, status code and headers.
282
+
283
+ > <Array(<TriggerWorkflowCollectionRep>, Integer, Hash)> get_trigger_workflows_with_http_info(proj_key, env_key, flag_key)
284
+
285
+ ```ruby
286
+ begin
287
+ # List flag triggers
288
+ data, status_code, headers = api_instance.get_trigger_workflows_with_http_info(proj_key, env_key, flag_key)
289
+ p status_code # => 2xx
290
+ p headers # => { ... }
291
+ p data # => <TriggerWorkflowCollectionRep>
292
+ rescue LaunchDarklyApi::ApiError => e
293
+ puts "Error when calling FlagTriggersApi->get_trigger_workflows_with_http_info: #{e}"
294
+ end
295
+ ```
296
+
297
+ ### Parameters
298
+
299
+ | Name | Type | Description | Notes |
300
+ | ---- | ---- | ----------- | ----- |
301
+ | **proj_key** | **String** | The project key | |
302
+ | **env_key** | **String** | The environment key | |
303
+ | **flag_key** | **String** | The flag key | |
304
+
305
+ ### Return type
306
+
307
+ [**TriggerWorkflowCollectionRep**](TriggerWorkflowCollectionRep.md)
308
+
309
+ ### Authorization
310
+
311
+ [ApiKey](../README.md#ApiKey)
312
+
313
+ ### HTTP request headers
314
+
315
+ - **Content-Type**: Not defined
316
+ - **Accept**: application/json
317
+
318
+
319
+ ## patch_trigger_workflow
320
+
321
+ > <TriggerWorkflowRep> patch_trigger_workflow(proj_key, env_key, flag_key, id, flag_trigger_input)
322
+
323
+ Update flag trigger
324
+
325
+ Update a flag trigger. The request body must be a valid JSON patch or JSON merge patch document. To learn more, read [Updates](/#section/Overview/Updates).
326
+
327
+ ### Examples
328
+
329
+ ```ruby
330
+ require 'time'
331
+ require 'launchdarkly_api'
332
+ # setup authorization
333
+ LaunchDarklyApi.configure do |config|
334
+ # Configure API key authorization: ApiKey
335
+ config.api_key['ApiKey'] = 'YOUR API KEY'
336
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
337
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
338
+ end
339
+
340
+ api_instance = LaunchDarklyApi::FlagTriggersApi.new
341
+ proj_key = 'proj_key_example' # String | The project key
342
+ env_key = 'env_key_example' # String | The environment key
343
+ flag_key = 'flag_key_example' # String | The flag key
344
+ id = 'id_example' # String | The flag trigger ID
345
+ flag_trigger_input = LaunchDarklyApi::FlagTriggerInput.new # FlagTriggerInput |
346
+
347
+ begin
348
+ # Update flag trigger
349
+ result = api_instance.patch_trigger_workflow(proj_key, env_key, flag_key, id, flag_trigger_input)
350
+ p result
351
+ rescue LaunchDarklyApi::ApiError => e
352
+ puts "Error when calling FlagTriggersApi->patch_trigger_workflow: #{e}"
353
+ end
354
+ ```
355
+
356
+ #### Using the patch_trigger_workflow_with_http_info variant
357
+
358
+ This returns an Array which contains the response data, status code and headers.
359
+
360
+ > <Array(<TriggerWorkflowRep>, Integer, Hash)> patch_trigger_workflow_with_http_info(proj_key, env_key, flag_key, id, flag_trigger_input)
361
+
362
+ ```ruby
363
+ begin
364
+ # Update flag trigger
365
+ data, status_code, headers = api_instance.patch_trigger_workflow_with_http_info(proj_key, env_key, flag_key, id, flag_trigger_input)
366
+ p status_code # => 2xx
367
+ p headers # => { ... }
368
+ p data # => <TriggerWorkflowRep>
369
+ rescue LaunchDarklyApi::ApiError => e
370
+ puts "Error when calling FlagTriggersApi->patch_trigger_workflow_with_http_info: #{e}"
371
+ end
372
+ ```
373
+
374
+ ### Parameters
375
+
376
+ | Name | Type | Description | Notes |
377
+ | ---- | ---- | ----------- | ----- |
378
+ | **proj_key** | **String** | The project key | |
379
+ | **env_key** | **String** | The environment key | |
380
+ | **flag_key** | **String** | The flag key | |
381
+ | **id** | **String** | The flag trigger ID | |
382
+ | **flag_trigger_input** | [**FlagTriggerInput**](FlagTriggerInput.md) | | |
383
+
384
+ ### Return type
385
+
386
+ [**TriggerWorkflowRep**](TriggerWorkflowRep.md)
387
+
388
+ ### Authorization
389
+
390
+ [ApiKey](../README.md#ApiKey)
391
+
392
+ ### HTTP request headers
393
+
394
+ - **Content-Type**: application/json
395
+ - **Accept**: application/json
396
+
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::ForbiddenErrorRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **code** | **String** | | [optional] |
8
+ | **message** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::ForbiddenErrorRep.new(
16
+ code: forbidden,
17
+ message: access to the requested resource was denied
18
+ )
19
+ ```
20
+
data/docs/HunkRep.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **starting_line_number** | **Integer** | | [optional] |
8
- | **lines** | **String** | | [optional] |
9
- | **proj_key** | **String** | | [optional] |
10
- | **flag_key** | **String** | | [optional] |
11
- | **aliases** | **Array&lt;String&gt;** | | [optional] |
7
+ | **starting_line_number** | **Integer** | Line number of beginning of code reference hunk | |
8
+ | **lines** | **String** | Contextual lines of code that include the referenced feature flag | [optional] |
9
+ | **proj_key** | **String** | The project key | [optional] |
10
+ | **flag_key** | **String** | The feature flag key | [optional] |
11
+ | **aliases** | **Array&lt;String&gt;** | An array of flag key aliases | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -16,11 +16,11 @@
16
16
  require 'launchdarkly_api'
17
17
 
18
18
  instance = LaunchDarklyApi::HunkRep.new(
19
- starting_line_number: null,
20
- lines: null,
21
- proj_key: null,
22
- flag_key: null,
23
- aliases: null
19
+ starting_line_number: 45,
20
+ lines: var enableFeature &#x3D; &#39;enable-feature&#39;;,
21
+ proj_key: default,
22
+ flag_key: enable-feature,
23
+ aliases: [&quot;enableFeature&quot;,&quot;EnableFeature&quot;]
24
24
  )
25
25
  ```
26
26
 
@@ -0,0 +1,40 @@
1
+ # LaunchDarklyApi::Integration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **_links** | [**Hash&lt;String, Link&gt;**](Link.md) | | [optional] |
8
+ | **_id** | **String** | | [optional] |
9
+ | **kind** | **String** | | [optional] |
10
+ | **name** | **String** | | [optional] |
11
+ | **config** | **Hash&lt;String, Object&gt;** | | [optional] |
12
+ | **statements** | [**Array&lt;StatementRep&gt;**](StatementRep.md) | | [optional] |
13
+ | **on** | **Boolean** | | [optional] |
14
+ | **tags** | **Array&lt;String&gt;** | | [optional] |
15
+ | **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
16
+ | **_status** | [**IntegrationSubscriptionStatusRep**](IntegrationSubscriptionStatusRep.md) | | [optional] |
17
+ | **url** | **String** | | [optional] |
18
+ | **api_key** | **String** | | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'launchdarkly_api'
24
+
25
+ instance = LaunchDarklyApi::Integration.new(
26
+ _links: null,
27
+ _id: null,
28
+ kind: null,
29
+ name: null,
30
+ config: null,
31
+ statements: null,
32
+ on: null,
33
+ tags: null,
34
+ _access: null,
35
+ _status: null,
36
+ url: null,
37
+ api_key: null
38
+ )
39
+ ```
40
+