launchdarkly_api 6.0.1 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +50 -22
  3. data/docs/AccessDeniedReasonRep.md +4 -4
  4. data/docs/AccessTokensApi.md +1 -1
  5. data/docs/AccountMembersApi.md +12 -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 +28 -27
  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/CustomWorkflowInputRep.md +24 -0
  25. data/docs/CustomWorkflowOutputRep.md +38 -0
  26. data/docs/CustomWorkflowsListingOutputRep.md +18 -0
  27. data/docs/DataExportDestinationsApi.md +1 -1
  28. data/docs/DerivedAttribute.md +20 -0
  29. data/docs/Environment.md +4 -0
  30. data/docs/EnvironmentsApi.md +2 -2
  31. data/docs/ExecutionOutputRep.md +18 -0
  32. data/docs/ExperimentResultsRep.md +3 -1
  33. data/docs/ExperimentsBetaApi.md +1 -1
  34. data/docs/Extinction.md +8 -8
  35. data/docs/ExtinctionCollectionRep.md +1 -1
  36. data/docs/FeatureFlagBody.md +1 -1
  37. data/docs/FeatureFlagsApi.md +1 -1
  38. data/docs/FlagConfigApprovalRequestResponse.md +2 -2
  39. data/docs/ForbiddenErrorRep.md +20 -0
  40. data/docs/HunkRep.md +10 -10
  41. data/docs/InvalidRequestErrorRep.md +20 -0
  42. data/docs/Member.md +3 -1
  43. data/docs/MethodNotAllowedErrorRep.md +20 -0
  44. data/docs/MetricSeen.md +20 -0
  45. data/docs/MetricsApi.md +1 -1
  46. data/docs/NotFoundErrorRep.md +20 -0
  47. data/docs/OtherApi.md +4 -4
  48. data/docs/PatchFailedErrorRep.md +20 -0
  49. data/docs/ProjectPost.md +1 -1
  50. data/docs/ProjectsApi.md +2 -2
  51. data/docs/PutBranch.md +26 -0
  52. data/docs/RateLimitedErrorRep.md +20 -0
  53. data/docs/ReferenceRep.md +5 -5
  54. data/docs/RelayProxyConfigurationsApi.md +2 -2
  55. data/docs/RepositoryCollectionRep.md +1 -1
  56. data/docs/RepositoryPost.md +8 -8
  57. data/docs/RepositoryRep.md +17 -17
  58. data/docs/ReviewOutputRep.md +26 -0
  59. data/docs/ScheduleConditionInputRep.md +20 -0
  60. data/docs/ScheduleConditionOutputRep.md +18 -0
  61. data/docs/ScheduledChangesApi.md +1 -1
  62. data/docs/SegmentsApi.md +3 -3
  63. data/docs/StageInputRep.md +22 -0
  64. data/docs/StageOutputRep.md +26 -0
  65. data/docs/Statement.md +4 -4
  66. data/docs/StatementPost.md +2 -2
  67. data/docs/StatementPostData.md +2 -2
  68. data/docs/StatementRep.md +3 -3
  69. data/docs/StatusConflictErrorRep.md +20 -0
  70. data/docs/TeamPostInput.md +6 -6
  71. data/docs/TeamsBetaApi.md +37 -28
  72. data/docs/UnauthorizedErrorRep.md +20 -0
  73. data/docs/User.md +26 -14
  74. data/docs/UserRecord.md +5 -1
  75. data/docs/UserRecordRep.md +26 -0
  76. data/docs/UserSegment.md +3 -1
  77. data/docs/UserSettingsApi.md +1 -1
  78. data/docs/Users.md +1 -1
  79. data/docs/UsersApi.md +11 -7
  80. data/docs/WebhooksApi.md +1 -1
  81. data/docs/WorkflowsBetaApi.md +316 -0
  82. data/git_push.sh +3 -3
  83. data/launchdarkly_api.gemspec +3 -3
  84. data/lib/launchdarkly_api/api/access_tokens_api.rb +12 -4
  85. data/lib/launchdarkly_api/api/account_members_api.rb +29 -21
  86. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +2 -2
  87. data/lib/launchdarkly_api/api/approvals_api.rb +21 -7
  88. data/lib/launchdarkly_api/api/audit_log_api.rb +2 -2
  89. data/lib/launchdarkly_api/api/code_references_api.rb +58 -33
  90. data/lib/launchdarkly_api/api/custom_roles_api.rb +24 -16
  91. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +12 -4
  92. data/lib/launchdarkly_api/api/environments_api.rb +14 -6
  93. data/lib/launchdarkly_api/api/experiments_beta_api.rb +4 -2
  94. data/lib/launchdarkly_api/api/feature_flags_api.rb +20 -6
  95. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +2 -2
  96. data/lib/launchdarkly_api/api/metrics_api.rb +12 -4
  97. data/lib/launchdarkly_api/api/other_api.rb +5 -5
  98. data/lib/launchdarkly_api/api/projects_api.rb +14 -6
  99. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +12 -4
  100. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +12 -4
  101. data/lib/launchdarkly_api/api/segments_api.rb +22 -6
  102. data/lib/launchdarkly_api/api/teams_beta_api.rb +39 -22
  103. data/lib/launchdarkly_api/api/user_settings_api.rb +12 -4
  104. data/lib/launchdarkly_api/api/users_api.rb +15 -7
  105. data/lib/launchdarkly_api/api/users_beta_api.rb +2 -2
  106. data/lib/launchdarkly_api/api/webhooks_api.rb +12 -4
  107. data/lib/launchdarkly_api/api/workflows_beta_api.rb +345 -0
  108. data/lib/launchdarkly_api/api_client.rb +5 -5
  109. data/lib/launchdarkly_api/api_error.rb +2 -2
  110. data/lib/launchdarkly_api/configuration.rb +4 -3
  111. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +8 -4
  112. data/lib/launchdarkly_api/models/access_denied_rep.rb +2 -2
  113. data/lib/launchdarkly_api/models/access_rep.rb +2 -2
  114. data/lib/launchdarkly_api/models/access_token_post.rb +2 -2
  115. data/lib/launchdarkly_api/models/action_input_rep.rb +219 -0
  116. data/lib/launchdarkly_api/models/action_output_rep.rb +239 -0
  117. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +229 -0
  118. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +278 -0
  119. data/lib/launchdarkly_api/models/approval_settings.rb +3 -3
  120. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +2 -2
  121. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +2 -2
  122. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +2 -2
  123. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +2 -2
  124. data/lib/launchdarkly_api/models/big_segment_target.rb +2 -2
  125. data/lib/launchdarkly_api/models/branch_collection_rep.rb +3 -2
  126. data/lib/launchdarkly_api/models/branch_rep.rb +26 -2
  127. data/lib/launchdarkly_api/models/clause.rb +2 -2
  128. data/lib/launchdarkly_api/models/client_side_availability.rb +2 -2
  129. data/lib/launchdarkly_api/models/client_side_availability_post.rb +2 -2
  130. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +246 -0
  131. data/lib/launchdarkly_api/models/condition_input_rep.rb +256 -0
  132. data/lib/launchdarkly_api/models/condition_output_rep.rb +324 -0
  133. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +2 -2
  134. data/lib/launchdarkly_api/models/conflict.rb +2 -2
  135. data/lib/launchdarkly_api/models/conflict_output_rep.rb +237 -0
  136. data/lib/launchdarkly_api/models/copied_from_env.rb +2 -2
  137. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +7 -2
  138. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
  139. data/lib/launchdarkly_api/models/custom_property.rb +2 -2
  140. data/lib/launchdarkly_api/models/custom_role.rb +47 -38
  141. data/lib/launchdarkly_api/models/custom_role_post.rb +15 -6
  142. data/lib/launchdarkly_api/models/custom_role_post_data.rb +15 -6
  143. data/lib/launchdarkly_api/models/custom_roles.rb +2 -2
  144. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +252 -0
  145. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +2 -2
  146. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +354 -0
  147. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +2 -2
  148. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +225 -0
  149. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +2 -2
  150. data/lib/launchdarkly_api/models/defaults.rb +2 -2
  151. data/lib/launchdarkly_api/models/dependent_flag.rb +2 -2
  152. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +2 -2
  153. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +2 -2
  154. data/lib/launchdarkly_api/models/derived_attribute.rb +228 -0
  155. data/lib/launchdarkly_api/models/destination.rb +2 -2
  156. data/lib/launchdarkly_api/models/destination_post.rb +2 -2
  157. data/lib/launchdarkly_api/models/destinations.rb +2 -2
  158. data/lib/launchdarkly_api/models/environment.rb +31 -3
  159. data/lib/launchdarkly_api/models/environment_post.rb +2 -2
  160. data/lib/launchdarkly_api/models/execution_output_rep.rb +223 -0
  161. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +2 -2
  162. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +2 -2
  163. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +2 -2
  164. data/lib/launchdarkly_api/models/experiment_info_rep.rb +2 -2
  165. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +2 -2
  166. data/lib/launchdarkly_api/models/experiment_rep.rb +2 -2
  167. data/lib/launchdarkly_api/models/experiment_results_rep.rb +15 -6
  168. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +2 -2
  169. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +2 -2
  170. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +2 -2
  171. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +2 -2
  172. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +2 -2
  173. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +2 -2
  174. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +2 -2
  175. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +2 -2
  176. data/lib/launchdarkly_api/models/extinction.rb +22 -13
  177. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +4 -3
  178. data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
  179. data/lib/launchdarkly_api/models/feature_flag_body.rb +3 -3
  180. data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
  181. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
  182. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +2 -2
  183. data/lib/launchdarkly_api/models/feature_flag_status.rb +2 -2
  184. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +2 -2
  185. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +2 -2
  186. data/lib/launchdarkly_api/models/feature_flags.rb +2 -2
  187. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +9 -9
  188. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +2 -2
  189. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +2 -2
  190. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +2 -2
  191. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
  192. data/lib/launchdarkly_api/models/flag_listing_rep.rb +2 -2
  193. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
  194. data/lib/launchdarkly_api/models/flag_status_rep.rb +2 -2
  195. data/lib/launchdarkly_api/models/flag_summary.rb +2 -2
  196. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +227 -0
  197. data/lib/launchdarkly_api/models/hunk_rep.rb +12 -2
  198. data/lib/launchdarkly_api/models/integration_metadata.rb +2 -2
  199. data/lib/launchdarkly_api/models/integration_status.rb +2 -2
  200. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +227 -0
  201. data/lib/launchdarkly_api/models/ip_list.rb +2 -2
  202. data/lib/launchdarkly_api/models/last_seen_metadata.rb +2 -2
  203. data/lib/launchdarkly_api/models/link.rb +2 -2
  204. data/lib/launchdarkly_api/models/member.rb +20 -6
  205. data/lib/launchdarkly_api/models/member_data_rep.rb +2 -2
  206. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +2 -2
  207. data/lib/launchdarkly_api/models/member_summary_rep.rb +2 -2
  208. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +2 -2
  209. data/lib/launchdarkly_api/models/members.rb +2 -2
  210. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +227 -0
  211. data/lib/launchdarkly_api/models/metric_collection_rep.rb +2 -2
  212. data/lib/launchdarkly_api/models/metric_listing_rep.rb +2 -2
  213. data/lib/launchdarkly_api/models/metric_post.rb +2 -2
  214. data/lib/launchdarkly_api/models/metric_rep.rb +2 -2
  215. data/lib/launchdarkly_api/models/metric_seen.rb +227 -0
  216. data/lib/launchdarkly_api/models/modification.rb +2 -2
  217. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +2 -2
  218. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +2 -2
  219. data/lib/launchdarkly_api/models/new_member_form.rb +2 -2
  220. data/lib/launchdarkly_api/models/not_found_error_rep.rb +227 -0
  221. data/lib/launchdarkly_api/models/parent_resource_rep.rb +2 -2
  222. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +227 -0
  223. data/lib/launchdarkly_api/models/patch_operation.rb +2 -2
  224. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +2 -2
  225. data/lib/launchdarkly_api/models/patch_segment_request.rb +2 -2
  226. data/lib/launchdarkly_api/models/patch_with_comment.rb +2 -2
  227. data/lib/launchdarkly_api/models/permission_grant_input.rb +2 -2
  228. data/lib/launchdarkly_api/models/permission_grant_rep.rb +2 -2
  229. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +2 -2
  230. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +2 -2
  231. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
  232. data/lib/launchdarkly_api/models/prerequisite.rb +2 -2
  233. data/lib/launchdarkly_api/models/project.rb +2 -2
  234. data/lib/launchdarkly_api/models/project_listing_rep.rb +2 -2
  235. data/lib/launchdarkly_api/models/project_post.rb +3 -3
  236. data/lib/launchdarkly_api/models/projects.rb +2 -2
  237. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +2 -2
  238. data/lib/launchdarkly_api/models/put_branch.rb +275 -0
  239. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +227 -0
  240. data/lib/launchdarkly_api/models/reference_rep.rb +14 -2
  241. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +2 -2
  242. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +2 -2
  243. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +2 -2
  244. data/lib/launchdarkly_api/models/repository_collection_rep.rb +3 -2
  245. data/lib/launchdarkly_api/models/repository_post.rb +4 -2
  246. data/lib/launchdarkly_api/models/repository_rep.rb +45 -2
  247. data/lib/launchdarkly_api/models/resource_access.rb +2 -2
  248. data/lib/launchdarkly_api/models/resource_id_response.rb +2 -2
  249. data/lib/launchdarkly_api/models/review_output_rep.rb +264 -0
  250. data/lib/launchdarkly_api/models/review_response.rb +2 -2
  251. data/lib/launchdarkly_api/models/rollout.rb +2 -2
  252. data/lib/launchdarkly_api/models/rule.rb +2 -2
  253. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +227 -0
  254. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +218 -0
  255. data/lib/launchdarkly_api/models/sdk_list_rep.rb +2 -2
  256. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +2 -2
  257. data/lib/launchdarkly_api/models/sdk_version_rep.rb +2 -2
  258. data/lib/launchdarkly_api/models/segment_body.rb +2 -2
  259. data/lib/launchdarkly_api/models/segment_metadata.rb +2 -2
  260. data/lib/launchdarkly_api/models/segment_user_list.rb +2 -2
  261. data/lib/launchdarkly_api/models/segment_user_state.rb +2 -2
  262. data/lib/launchdarkly_api/models/series_list_rep.rb +2 -2
  263. data/lib/launchdarkly_api/models/source_flag.rb +2 -2
  264. data/lib/launchdarkly_api/models/stage_input_rep.rb +238 -0
  265. data/lib/launchdarkly_api/models/stage_output_rep.rb +276 -0
  266. data/lib/launchdarkly_api/models/statement.rb +8 -4
  267. data/lib/launchdarkly_api/models/statement_post.rb +12 -2
  268. data/lib/launchdarkly_api/models/statement_post_data.rb +12 -2
  269. data/lib/launchdarkly_api/models/statement_rep.rb +9 -4
  270. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +2 -2
  271. data/lib/launchdarkly_api/models/statistic_rep.rb +2 -2
  272. data/lib/launchdarkly_api/models/statistics_root.rb +2 -2
  273. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +227 -0
  274. data/lib/launchdarkly_api/models/subject_data_rep.rb +2 -2
  275. data/lib/launchdarkly_api/models/target.rb +2 -2
  276. data/lib/launchdarkly_api/models/target_resource_rep.rb +2 -2
  277. data/lib/launchdarkly_api/models/team_collection_rep.rb +2 -2
  278. data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
  279. data/lib/launchdarkly_api/models/team_post_input.rb +18 -2
  280. data/lib/launchdarkly_api/models/team_rep.rb +2 -2
  281. data/lib/launchdarkly_api/models/title_rep.rb +2 -2
  282. data/lib/launchdarkly_api/models/token.rb +2 -2
  283. data/lib/launchdarkly_api/models/token_data_rep.rb +2 -2
  284. data/lib/launchdarkly_api/models/tokens.rb +2 -2
  285. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +227 -0
  286. data/lib/launchdarkly_api/models/url_post.rb +2 -2
  287. data/lib/launchdarkly_api/models/user.rb +104 -47
  288. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +2 -2
  289. data/lib/launchdarkly_api/models/user_flag_setting.rb +2 -2
  290. data/lib/launchdarkly_api/models/user_flag_settings.rb +2 -2
  291. data/lib/launchdarkly_api/models/user_record.rb +27 -7
  292. data/lib/launchdarkly_api/models/user_record_rep.rb +255 -0
  293. data/lib/launchdarkly_api/models/user_segment.rb +15 -6
  294. data/lib/launchdarkly_api/models/user_segment_rule.rb +2 -2
  295. data/lib/launchdarkly_api/models/user_segments.rb +2 -2
  296. data/lib/launchdarkly_api/models/users.rb +3 -3
  297. data/lib/launchdarkly_api/models/value_put.rb +2 -2
  298. data/lib/launchdarkly_api/models/variation.rb +2 -2
  299. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +2 -2
  300. data/lib/launchdarkly_api/models/variation_summary.rb +2 -2
  301. data/lib/launchdarkly_api/models/versions_rep.rb +2 -2
  302. data/lib/launchdarkly_api/models/webhook.rb +2 -2
  303. data/lib/launchdarkly_api/models/webhook_post.rb +2 -2
  304. data/lib/launchdarkly_api/models/webhooks.rb +2 -2
  305. data/lib/launchdarkly_api/models/weighted_variation.rb +2 -2
  306. data/lib/launchdarkly_api/version.rb +3 -3
  307. data/lib/launchdarkly_api.rb +32 -7
  308. data/spec/api/access_tokens_api_spec.rb +2 -2
  309. data/spec/api/account_members_api_spec.rb +7 -7
  310. data/spec/api/account_usage_beta_api_spec.rb +2 -2
  311. data/spec/api/approvals_api_spec.rb +2 -2
  312. data/spec/api/audit_log_api_spec.rb +2 -2
  313. data/spec/api/code_references_api_spec.rb +6 -6
  314. data/spec/api/custom_roles_api_spec.rb +4 -4
  315. data/spec/api/data_export_destinations_api_spec.rb +2 -2
  316. data/spec/api/environments_api_spec.rb +3 -3
  317. data/spec/api/experiments_beta_api_spec.rb +2 -2
  318. data/spec/api/feature_flags_api_spec.rb +2 -2
  319. data/spec/api/feature_flags_beta_api_spec.rb +2 -2
  320. data/spec/api/metrics_api_spec.rb +2 -2
  321. data/spec/api/other_api_spec.rb +3 -3
  322. data/spec/api/projects_api_spec.rb +3 -3
  323. data/spec/api/relay_proxy_configurations_api_spec.rb +2 -2
  324. data/spec/api/scheduled_changes_api_spec.rb +2 -2
  325. data/spec/api/segments_api_spec.rb +2 -2
  326. data/spec/api/teams_beta_api_spec.rb +14 -11
  327. data/spec/api/user_settings_api_spec.rb +2 -2
  328. data/spec/api/users_api_spec.rb +6 -4
  329. data/spec/api/users_beta_api_spec.rb +2 -2
  330. data/spec/api/webhooks_api_spec.rb +2 -2
  331. data/spec/api/workflows_beta_api_spec.rb +94 -0
  332. data/spec/api_client_spec.rb +4 -4
  333. data/spec/configuration_spec.rb +2 -2
  334. data/spec/models/access_denied_reason_rep_spec.rb +2 -2
  335. data/spec/models/access_denied_rep_spec.rb +2 -2
  336. data/spec/models/access_rep_spec.rb +2 -2
  337. data/spec/models/access_token_post_spec.rb +2 -2
  338. data/spec/models/action_input_rep_spec.rb +34 -0
  339. data/spec/models/action_output_rep_spec.rb +40 -0
  340. data/spec/models/approval_condition_input_rep_spec.rb +40 -0
  341. data/spec/models/approval_condition_output_rep_spec.rb +58 -0
  342. data/spec/models/approval_settings_spec.rb +2 -2
  343. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +2 -2
  344. data/spec/models/audit_log_entry_listing_rep_spec.rb +2 -2
  345. data/spec/models/audit_log_entry_rep_spec.rb +2 -2
  346. data/spec/models/authorized_app_data_rep_spec.rb +2 -2
  347. data/spec/models/big_segment_target_spec.rb +2 -2
  348. data/spec/models/branch_collection_rep_spec.rb +2 -2
  349. data/spec/models/branch_rep_spec.rb +2 -2
  350. data/spec/models/clause_spec.rb +2 -2
  351. data/spec/models/client_side_availability_post_spec.rb +2 -2
  352. data/spec/models/client_side_availability_spec.rb +2 -2
  353. data/spec/models/condition_base_output_rep_spec.rb +46 -0
  354. data/spec/models/condition_input_rep_spec.rb +58 -0
  355. data/spec/models/condition_output_rep_spec.rb +82 -0
  356. data/spec/models/confidence_interval_rep_spec.rb +2 -2
  357. data/spec/models/conflict_output_rep_spec.rb +40 -0
  358. data/spec/models/conflict_spec.rb +2 -2
  359. data/spec/models/copied_from_env_spec.rb +2 -2
  360. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +2 -2
  361. data/spec/models/create_flag_config_approval_request_request_spec.rb +2 -2
  362. data/spec/models/custom_property_spec.rb +2 -2
  363. data/spec/models/custom_role_post_data_spec.rb +8 -2
  364. data/spec/models/custom_role_post_spec.rb +8 -2
  365. data/spec/models/custom_role_spec.rb +13 -7
  366. data/spec/models/custom_roles_spec.rb +2 -2
  367. data/spec/models/custom_workflow_input_rep_spec.rb +52 -0
  368. data/spec/models/custom_workflow_meta_spec.rb +2 -2
  369. data/spec/models/custom_workflow_output_rep_spec.rb +94 -0
  370. data/spec/models/custom_workflow_stage_meta_spec.rb +2 -2
  371. data/spec/models/custom_workflows_listing_output_rep_spec.rb +34 -0
  372. data/spec/models/default_client_side_availability_post_spec.rb +2 -2
  373. data/spec/models/defaults_spec.rb +2 -2
  374. data/spec/models/dependent_flag_environment_spec.rb +2 -2
  375. data/spec/models/dependent_flag_spec.rb +2 -2
  376. data/spec/models/dependent_flags_by_environment_spec.rb +2 -2
  377. data/spec/models/derived_attribute_spec.rb +40 -0
  378. data/spec/models/destination_post_spec.rb +2 -2
  379. data/spec/models/destination_spec.rb +2 -2
  380. data/spec/models/destinations_spec.rb +2 -2
  381. data/spec/models/environment_post_spec.rb +2 -2
  382. data/spec/models/environment_spec.rb +14 -2
  383. data/spec/models/execution_output_rep_spec.rb +34 -0
  384. data/spec/models/experiment_allocation_rep_spec.rb +2 -2
  385. data/spec/models/experiment_enabled_period_rep_spec.rb +2 -2
  386. data/spec/models/experiment_environment_setting_rep_spec.rb +2 -2
  387. data/spec/models/experiment_info_rep_spec.rb +2 -2
  388. data/spec/models/experiment_metadata_rep_spec.rb +2 -2
  389. data/spec/models/experiment_rep_spec.rb +2 -2
  390. data/spec/models/experiment_results_rep_spec.rb +8 -2
  391. data/spec/models/experiment_stats_rep_spec.rb +2 -2
  392. data/spec/models/experiment_time_series_slice_spec.rb +2 -2
  393. data/spec/models/experiment_time_series_variation_slice_spec.rb +2 -2
  394. data/spec/models/experiment_totals_rep_spec.rb +2 -2
  395. data/spec/models/expiring_user_target_error_spec.rb +2 -2
  396. data/spec/models/expiring_user_target_get_response_spec.rb +2 -2
  397. data/spec/models/expiring_user_target_item_spec.rb +2 -2
  398. data/spec/models/expiring_user_target_patch_response_spec.rb +2 -2
  399. data/spec/models/extinction_collection_rep_spec.rb +2 -2
  400. data/spec/models/extinction_spec.rb +3 -3
  401. data/spec/models/feature_flag_body_spec.rb +2 -2
  402. data/spec/models/feature_flag_config_spec.rb +2 -2
  403. data/spec/models/feature_flag_scheduled_change_spec.rb +2 -2
  404. data/spec/models/feature_flag_scheduled_changes_spec.rb +2 -2
  405. data/spec/models/feature_flag_spec.rb +2 -2
  406. data/spec/models/feature_flag_status_across_environments_spec.rb +2 -2
  407. data/spec/models/feature_flag_status_spec.rb +2 -2
  408. data/spec/models/feature_flag_statuses_spec.rb +2 -2
  409. data/spec/models/feature_flags_spec.rb +2 -2
  410. data/spec/models/flag_config_approval_request_response_spec.rb +3 -3
  411. data/spec/models/flag_config_approval_requests_response_spec.rb +2 -2
  412. data/spec/models/flag_copy_config_environment_spec.rb +2 -2
  413. data/spec/models/flag_copy_config_post_spec.rb +2 -2
  414. data/spec/models/flag_global_attributes_rep_spec.rb +2 -2
  415. data/spec/models/flag_listing_rep_spec.rb +2 -2
  416. data/spec/models/flag_scheduled_changes_input_spec.rb +2 -2
  417. data/spec/models/flag_status_rep_spec.rb +2 -2
  418. data/spec/models/flag_summary_spec.rb +2 -2
  419. data/spec/models/forbidden_error_rep_spec.rb +40 -0
  420. data/spec/models/hunk_rep_spec.rb +2 -2
  421. data/spec/models/integration_metadata_spec.rb +2 -2
  422. data/spec/models/integration_status_spec.rb +2 -2
  423. data/spec/models/invalid_request_error_rep_spec.rb +40 -0
  424. data/spec/models/ip_list_spec.rb +2 -2
  425. data/spec/models/last_seen_metadata_spec.rb +2 -2
  426. data/spec/models/link_spec.rb +2 -2
  427. data/spec/models/member_data_rep_spec.rb +2 -2
  428. data/spec/models/member_permission_grant_summary_rep_spec.rb +2 -2
  429. data/spec/models/member_spec.rb +8 -2
  430. data/spec/models/member_summary_rep_spec.rb +2 -2
  431. data/spec/models/member_team_summary_rep_spec.rb +2 -2
  432. data/spec/models/members_spec.rb +2 -2
  433. data/spec/models/method_not_allowed_error_rep_spec.rb +40 -0
  434. data/spec/models/metric_collection_rep_spec.rb +2 -2
  435. data/spec/models/metric_listing_rep_spec.rb +2 -2
  436. data/spec/models/metric_post_spec.rb +2 -2
  437. data/spec/models/metric_rep_spec.rb +2 -2
  438. data/spec/models/metric_seen_spec.rb +40 -0
  439. data/spec/models/modification_spec.rb +2 -2
  440. data/spec/models/multi_environment_dependent_flag_spec.rb +2 -2
  441. data/spec/models/multi_environment_dependent_flags_spec.rb +2 -2
  442. data/spec/models/new_member_form_spec.rb +2 -2
  443. data/spec/models/not_found_error_rep_spec.rb +40 -0
  444. data/spec/models/parent_resource_rep_spec.rb +2 -2
  445. data/spec/models/patch_failed_error_rep_spec.rb +40 -0
  446. data/spec/models/patch_operation_spec.rb +2 -2
  447. data/spec/models/patch_segment_instruction_spec.rb +2 -2
  448. data/spec/models/patch_segment_request_spec.rb +2 -2
  449. data/spec/models/patch_with_comment_spec.rb +2 -2
  450. data/spec/models/permission_grant_input_spec.rb +2 -2
  451. data/spec/models/permission_grant_rep_spec.rb +2 -2
  452. data/spec/models/post_approval_request_apply_request_spec.rb +2 -2
  453. data/spec/models/post_approval_request_review_request_spec.rb +2 -2
  454. data/spec/models/post_flag_scheduled_changes_input_spec.rb +2 -2
  455. data/spec/models/prerequisite_spec.rb +2 -2
  456. data/spec/models/project_listing_rep_spec.rb +2 -2
  457. data/spec/models/project_post_spec.rb +2 -2
  458. data/spec/models/project_spec.rb +2 -2
  459. data/spec/models/projects_spec.rb +2 -2
  460. data/spec/models/pub_nub_detail_rep_spec.rb +2 -2
  461. data/spec/models/put_branch_spec.rb +58 -0
  462. data/spec/models/rate_limited_error_rep_spec.rb +40 -0
  463. data/spec/models/reference_rep_spec.rb +2 -2
  464. data/spec/models/relay_auto_config_collection_rep_spec.rb +2 -2
  465. data/spec/models/relay_auto_config_post_spec.rb +2 -2
  466. data/spec/models/relay_auto_config_rep_spec.rb +2 -2
  467. data/spec/models/repository_collection_rep_spec.rb +2 -2
  468. data/spec/models/repository_post_spec.rb +2 -2
  469. data/spec/models/repository_rep_spec.rb +6 -2
  470. data/spec/models/resource_access_spec.rb +2 -2
  471. data/spec/models/resource_id_response_spec.rb +2 -2
  472. data/spec/models/review_output_rep_spec.rb +58 -0
  473. data/spec/models/review_response_spec.rb +2 -2
  474. data/spec/models/rollout_spec.rb +2 -2
  475. data/spec/models/rule_spec.rb +2 -2
  476. data/spec/models/schedule_condition_input_rep_spec.rb +40 -0
  477. data/spec/models/schedule_condition_output_rep_spec.rb +34 -0
  478. data/spec/models/sdk_list_rep_spec.rb +2 -2
  479. data/spec/models/sdk_version_list_rep_spec.rb +2 -2
  480. data/spec/models/sdk_version_rep_spec.rb +2 -2
  481. data/spec/models/segment_body_spec.rb +2 -2
  482. data/spec/models/segment_metadata_spec.rb +2 -2
  483. data/spec/models/segment_user_list_spec.rb +2 -2
  484. data/spec/models/segment_user_state_spec.rb +2 -2
  485. data/spec/models/series_list_rep_spec.rb +2 -2
  486. data/spec/models/source_flag_spec.rb +2 -2
  487. data/spec/models/stage_input_rep_spec.rb +46 -0
  488. data/spec/models/stage_output_rep_spec.rb +58 -0
  489. data/spec/models/statement_post_data_spec.rb +2 -2
  490. data/spec/models/statement_post_spec.rb +2 -2
  491. data/spec/models/statement_rep_spec.rb +2 -2
  492. data/spec/models/statement_spec.rb +2 -2
  493. data/spec/models/statistic_collection_rep_spec.rb +2 -2
  494. data/spec/models/statistic_rep_spec.rb +2 -2
  495. data/spec/models/statistics_root_spec.rb +2 -2
  496. data/spec/models/status_conflict_error_rep_spec.rb +40 -0
  497. data/spec/models/subject_data_rep_spec.rb +2 -2
  498. data/spec/models/target_resource_rep_spec.rb +2 -2
  499. data/spec/models/target_spec.rb +2 -2
  500. data/spec/models/team_collection_rep_spec.rb +2 -2
  501. data/spec/models/team_patch_input_spec.rb +2 -2
  502. data/spec/models/team_post_input_spec.rb +2 -2
  503. data/spec/models/team_rep_spec.rb +2 -2
  504. data/spec/models/title_rep_spec.rb +2 -2
  505. data/spec/models/token_data_rep_spec.rb +2 -2
  506. data/spec/models/token_spec.rb +2 -2
  507. data/spec/models/tokens_spec.rb +2 -2
  508. data/spec/models/unauthorized_error_rep_spec.rb +40 -0
  509. data/spec/models/url_post_spec.rb +2 -2
  510. data/spec/models/user_attribute_names_rep_spec.rb +2 -2
  511. data/spec/models/user_flag_setting_spec.rb +2 -2
  512. data/spec/models/user_flag_settings_spec.rb +2 -2
  513. data/spec/models/user_record_rep_spec.rb +58 -0
  514. data/spec/models/user_record_spec.rb +14 -2
  515. data/spec/models/user_segment_rule_spec.rb +2 -2
  516. data/spec/models/user_segment_spec.rb +8 -2
  517. data/spec/models/user_segments_spec.rb +2 -2
  518. data/spec/models/user_spec.rb +45 -9
  519. data/spec/models/users_spec.rb +2 -2
  520. data/spec/models/value_put_spec.rb +2 -2
  521. data/spec/models/variation_or_rollout_rep_spec.rb +2 -2
  522. data/spec/models/variation_spec.rb +2 -2
  523. data/spec/models/variation_summary_spec.rb +2 -2
  524. data/spec/models/versions_rep_spec.rb +2 -2
  525. data/spec/models/webhook_post_spec.rb +2 -2
  526. data/spec/models/webhook_spec.rb +2 -2
  527. data/spec/models/webhooks_spec.rb +2 -2
  528. data/spec/models/weighted_variation_spec.rb +2 -2
  529. data/spec/spec_helper.rb +2 -2
  530. metadata +146 -46
  531. data/docs/ExtinctionRep.md +0 -26
  532. data/docs/InlineObject.md +0 -26
  533. data/docs/InlineObject1.md +0 -28
  534. data/docs/InlineResponse200.md +0 -20
  535. data/docs/Variate.md +0 -24
  536. data/lib/launchdarkly_api/models/extinction_rep.rb +0 -279
  537. data/lib/launchdarkly_api/models/inline_object.rb +0 -274
  538. data/lib/launchdarkly_api/models/inline_object1.rb +0 -276
  539. data/lib/launchdarkly_api/models/inline_response200.rb +0 -227
  540. data/lib/launchdarkly_api/models/variate.rb +0 -246
  541. data/spec/models/extinction_rep_spec.rb +0 -58
  542. data/spec/models/inline_object1_spec.rb +0 -64
  543. data/spec/models/inline_object_spec.rb +0 -58
  544. data/spec/models/inline_response200_spec.rb +0 -40
  545. data/spec/models/variate_spec.rb +0 -52
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #LaunchDarkly REST API
3
3
 
4
- ## Overview ## Authentication All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens) page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and client-side SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations (fetching feature flag settings). | Auth mechanism | Allowed resources | Use cases | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Personal access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens) | Can be customized on a per-token basis | Building scripts, custom integrations, data export | | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API | | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs | | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript | > #### Keep your access tokens and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens) page. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Via request header The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page. ### Via session cookie For testing purposes, you can make API calls directly from your web browser. If you're logged in to the application, the API will use your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles) other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles) defined, you may not have permission to perform some API calls. You will receive a `401` response code in that case. > ### Modifying the Origin header causes an error > > LaunchDarkly validates that the Origin header for any API request authenticated by a session cookie matches the expected Origin header. The expected Origin header is `https://app.launchdarkly.com`. > > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly. > > Any browser extension that intentionally changes the Origin header can cause this problem. For example, the `Allow-Control-Allow-Origin: *` Chrome extension changes the Origin header to `http://evil.com` and causes the app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage. ## Representations All resources expect and return JSON response bodies. Error responses will also send a JSON body. Read [Errors](#section/Errors) for a more detailed description of the error format used by the API. In practice this means that you always get a response with a `Content-Type` header set to `application/json`. In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header set to `application/json`. ### Summary and detailed representations When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource (for example, a single feature flag), you receive a _detailed representation_ containing all of the attributes of the resource. The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation. ### Links and addressability The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links: - Links to other resources within the API are encapsulated in a `_links` object. - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link. Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following: ```json { \"_links\": { \"parent\": { \"href\": \"/api/features\", \"type\": \"application/json\" }, \"self\": { \"href\": \"/api/features/sort.order\", \"type\": \"application/json\" } }, \"_site\": { \"href\": \"/features/sort.order\", \"type\": \"text/html\" } } ``` From this, you can navigate to the parent collection of features by following the `parent` link, or navigate to the site page for the feature by following the `_site` link. Collections are always represented as a JSON object with an `items` attribute containing an array of representations. Like all other representations, collections have `_links` defined at the top level. Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection. ## Updates Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](http://tools.ietf.org/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ### Updates via JSON Patch [JSON Patch](http://tools.ietf.org/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"description\": \"This is the description\", ... } ``` You can change the feature flag's description with the following patch document: ```json [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }] ``` JSON Patch documents are always arrays. You can specify multiple modifications to perform in a single request. You can also test that certain preconditions are met before applying the patch: ```json [ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 }, { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" } ] ``` The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description. Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document: ```json { \"description\": \"New flag description\" } ``` ### Updates with comments You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments. To submit a comment along with a JSON Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }] } ``` To submit a comment along with a JSON Merge Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"merge\": { \"description\": \"New flag description\" } } ``` ### Updates via semantic patches The API also supports the Semantic patch format. A semantic `PATCH` is a way to specify the modifications to perform on a resource as a set of executable instructions. JSON Patch uses paths and a limited set of operations to describe how to transform the current state of the resource into a new state. Semantic patch allows you to be explicit about intent using precise, custom instructions. In many cases, semantic patch instructions can also be defined independently of the current state of the resource. This can be useful when defining a change that may be applied at a future date. For example, in this feature flag configuration in environment Production: ```json { \"name\": \"Alternate sort order\", \"kind\": \"boolean\", \"key\": \"sort.order\", ... \"environments\": { \"production\": { \"on\": true, \"archived\": false, \"salt\": \"c29ydC5vcmRlcg==\", \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\", \"lastModified\": 1469131558260, \"version\": 81, \"targets\": [ { \"values\": [ \"Gerhard.Little@yahoo.com\" ], \"variation\": 0 }, { \"values\": [ \"1461797806429-33-861961230\", \"438580d8-02ee-418d-9eec-0085cab2bdf0\" ], \"variation\": 1 } ], \"rules\": [], \"fallthrough\": { \"variation\": 0 }, \"offVariation\": 1, \"prerequisites\": [], \"_site\": { \"href\": \"/default/production/features/sort.order\", \"type\": \"text/html\" } } } } ``` You can add a date you want a user to be removed from the feature flag's user targets. For example, “remove user 1461797806429-33-861961230 from the user target for variation 0 on the Alternate sort order flag in the production environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json { \"comment\": \"update expiring user targets\", \"instructions\": [ { \"kind\": \"removeExpireUserTargetDate\", \"userKey\": \"userKey\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\" }, { \"kind\": \"updateExpireUserTargetDate\", \"userKey\": \"userKey2\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1587582000000 }, { \"kind\": \"addExpireUserTargetDate\", \"userKey\": \"userKey3\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"environments\": { \"test\": { \"on\": true } } } ``` You can change the feature flag's description with the following patch document as a set of executable instructions. For example, “add user X to targets for variation Y and remove user A from targets for variation B for test flag”: ```json { \"comment\": \"\", \"instructions\": [ { \"kind\": \"removeUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\" }, { \"kind\": \"addUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\" } ] } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets) > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser) > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ## Errors The API always returns errors in a common format. Here's an example: ```json { \"code\": \"invalid_request\", \"message\": \"A feature with that key already exists\", \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\" } ``` The general class of error is indicated by the `code`. The `message` is a human-readable explanation of what went wrong. The `id` is a unique identifier. Use it when you're working with LaunchDarkly support to debug a problem with a specific API call. ### HTTP Status - Error Response Codes | Code | Definition | Desc. | Possible Solution | | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. | | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. | | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. | | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. | | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. | ## CORS The LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin. If an `Origin` header is given in a request, it will be echoed as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin: *`. For more information on CORS, see the [CORS W3C Recommendation](http://www.w3.org/TR/cors). Example CORS headers might look like: ```http Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH Access-Control-Allow-Origin: * Access-Control-Max-Age: 300 ``` You can make authenticated CORS calls just as you would make same-origin calls, using either [token or session-based authentication](#section/Authentication). If you’re using session auth, you should set the `withCredentials` property for your `xhr` request to `true`. You should never expose your access tokens to untrusted users. ## Rate limiting We use several rate limiting strategies to ensure the availability of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls to our APIs will include headers indicating the current rate limit status. The specific headers returned depend on the API route being called. The limits differ based on the route, authentication mechanism, and other factors. Routes that are not rate limited may not contain any of the headers described below. > ### Rate limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent events and a global CDN, to ensure availability to the routes used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Global rate limits Authenticated requests are subject to a global limit. This is the maximum number of calls that can be made to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits will return the headers below: | Header name | Description | | ------------------------------ | -------------------------------------------------------------------------------- | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | We do not publicly document the specific number of calls that can be made globally. This limit may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limit. ### Route-level rate limits Some authenticated routes have custom rate limits. These also reset every ten seconds. Any access tokens hitting the same route share this limit, so exceeding the limit with one access token may impact other tokens. Calls that are subject to route-level rate limits will return the headers below: | Header name | Description | | ----------------------------- | ----------------------------------------------------------------------------------------------------- | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | A _route_ represents a specific URL pattern and verb. For example, the [Delete environment](/tag/Environments#operation/deleteEnvironment) endpoint is considered a single route, and each call to delete an environment counts against your route-level rate limit for that route. We do not publicly document the specific number of calls that can be made to each endpoint per ten seconds. These limits may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limits. ### IP-based rate limiting We also employ IP-based rate limiting on some API routes. If you hit an IP-based rate limit, your API response will include a `Retry-After` header indicating how long to wait before re-trying the call. Clients must wait at least `Retry-After` seconds before making additional calls to our API, and should employ jitter and backoff strategies to avoid triggering rate limits again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API. You can use this specification to generate client libraries to interact with our REST API in your language of choice. This specification is supported by several API-based tools such as Postman and Insomnia. In many cases, you can directly import our specification to ease use in navigating the APIs in the tooling. ## Client libraries We auto-generate multiple client libraries based on our OpenAPI specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ## Method Overriding Some firewalls and HTTP clients restrict the use of verbs other than `GET` and `POST`. In those environments, our API endpoints that use `PUT`, `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API supports the `X-HTTP-Method-Override` header, allowing clients to \"tunnel\" `PUT`, `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH` as a header. ## Beta resources We sometimes release new API resources in **beta** status before we release them with general availability. Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible. We try to promote resources into general availability as quickly as possible. This happens after sufficient testing and when we're satisfied that we no longer need to make backwards-incompatible changes. We mark beta resources with a \"Beta\" callout in our documentation, pictured below: > ### This feature is in beta > > To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta resources To use a beta resource, you must include a header in the request. If you call a beta resource without this header, you'll receive a `403` response. Use this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly. Updates to our REST API include support for the latest features in LaunchDarkly. We also release a new version of our REST API every time we make a breaking change. We provide simultaneous support for multiple API versions so you can migrate from your current API version to a new version at your own pace. ### Setting the API version per request You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value is the version number of the API version you'd like to request. The number for each version corresponds to the date the version was released. In the example above the version `20191212` corresponds to December 12, 2019. ### Setting the API version per access token When creating an access token, you must specify a specific version of the API to use. This ensures that integrations using this token cannot be broken by version changes. Tokens created before versioning was released have their version set to `20160426` (the version of the API that existed before versioning) so that they continue working the same way they did before versioning. If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above. > ### Best practice: Set the header for every client or integration > > We recommend that you set the API version header explicitly in any client or integration you build. > > Only rely on the access token API version during manual testing.
4
+ ## Overview ## Authentication All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens) page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and client-side SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations (fetching feature flag settings). | Auth mechanism | Allowed resources | Use cases | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Personal access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens) | Can be customized on a per-token basis | Building scripts, custom integrations, data export | | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API | | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs | | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript | > #### Keep your access tokens and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens) page. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Via request header The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page. ### Via session cookie For testing purposes, you can make API calls directly from your web browser. If you're logged in to the application, the API will use your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles) other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles) defined, you may not have permission to perform some API calls. You will receive a `401` response code in that case. > ### Modifying the Origin header causes an error > > LaunchDarkly validates that the Origin header for any API request authenticated by a session cookie matches the expected Origin header. The expected Origin header is `https://app.launchdarkly.com`. > > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly. > > Any browser extension that intentionally changes the Origin header can cause this problem. For example, the `Allow-Control-Allow-Origin: *` Chrome extension changes the Origin header to `http://evil.com` and causes the app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage. ## Representations All resources expect and return JSON response bodies. Error responses will also send a JSON body. Read [Errors](#section/Errors) for a more detailed description of the error format used by the API. In practice this means that you always get a response with a `Content-Type` header set to `application/json`. In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header set to `application/json`. ### Summary and detailed representations When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource (for example, a single feature flag), you receive a _detailed representation_ containing all of the attributes of the resource. The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation. ### Links and addressability The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links: - Links to other resources within the API are encapsulated in a `_links` object. - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link. Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following: ```json { \"_links\": { \"parent\": { \"href\": \"/api/features\", \"type\": \"application/json\" }, \"self\": { \"href\": \"/api/features/sort.order\", \"type\": \"application/json\" } }, \"_site\": { \"href\": \"/features/sort.order\", \"type\": \"text/html\" } } ``` From this, you can navigate to the parent collection of features by following the `parent` link, or navigate to the site page for the feature by following the `_site` link. Collections are always represented as a JSON object with an `items` attribute containing an array of representations. Like all other representations, collections have `_links` defined at the top level. Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection. ## Updates Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ### Updates via JSON Patch [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"description\": \"This is the description\", ... } ``` You can change the feature flag's description with the following patch document: ```json [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }] ``` JSON Patch documents are always arrays. You can specify multiple modifications to perform in a single request. You can also test that certain preconditions are met before applying the patch: ```json [ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 }, { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" } ] ``` The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description. Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document: ```json { \"description\": \"New flag description\" } ``` ### Updates with comments You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments. To submit a comment along with a JSON Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }] } ``` To submit a comment along with a JSON Merge Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"merge\": { \"description\": \"New flag description\" } } ``` ### Updates via semantic patches The API also supports the Semantic patch format. A semantic `PATCH` is a way to specify the modifications to perform on a resource as a set of executable instructions. JSON Patch uses paths and a limited set of operations to describe how to transform the current state of the resource into a new state. Semantic patch allows you to be explicit about intent using precise, custom instructions. In many cases, semantic patch instructions can also be defined independently of the current state of the resource. This can be useful when defining a change that may be applied at a future date. For example, in this feature flag configuration in environment Production: ```json { \"name\": \"Alternate sort order\", \"kind\": \"boolean\", \"key\": \"sort.order\", ... \"environments\": { \"production\": { \"on\": true, \"archived\": false, \"salt\": \"c29ydC5vcmRlcg==\", \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\", \"lastModified\": 1469131558260, \"version\": 81, \"targets\": [ { \"values\": [ \"Gerhard.Little@yahoo.com\" ], \"variation\": 0 }, { \"values\": [ \"1461797806429-33-861961230\", \"438580d8-02ee-418d-9eec-0085cab2bdf0\" ], \"variation\": 1 } ], \"rules\": [], \"fallthrough\": { \"variation\": 0 }, \"offVariation\": 1, \"prerequisites\": [], \"_site\": { \"href\": \"/default/production/features/sort.order\", \"type\": \"text/html\" } } } } ``` You can add a date you want a user to be removed from the feature flag's user targets. For example, “remove user 1461797806429-33-861961230 from the user target for variation 0 on the Alternate sort order flag in the production environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json { \"comment\": \"update expiring user targets\", \"instructions\": [ { \"kind\": \"removeExpireUserTargetDate\", \"userKey\": \"userKey\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\" }, { \"kind\": \"updateExpireUserTargetDate\", \"userKey\": \"userKey2\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1587582000000 }, { \"kind\": \"addExpireUserTargetDate\", \"userKey\": \"userKey3\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"environments\": { \"test\": { \"on\": true } } } ``` You can change the feature flag's description with the following patch document as a set of executable instructions. For example, “add user X to targets for variation Y and remove user A from targets for variation B for test flag”: ```json { \"comment\": \"\", \"instructions\": [ { \"kind\": \"removeUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\" }, { \"kind\": \"addUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\" } ] } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets) > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser) > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ## Errors The API always returns errors in a common format. Here's an example: ```json { \"code\": \"invalid_request\", \"message\": \"A feature with that key already exists\", \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\" } ``` The general class of error is indicated by the `code`. The `message` is a human-readable explanation of what went wrong. The `id` is a unique identifier. Use it when you're working with LaunchDarkly support to debug a problem with a specific API call. ### HTTP Status - Error Response Codes | Code | Definition | Desc. | Possible Solution | | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. | | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. | | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. | | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. | | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. | ## CORS The LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin. If an `Origin` header is given in a request, it will be echoed as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin: *`. For more information on CORS, see the [CORS W3C Recommendation](http://www.w3.org/TR/cors). Example CORS headers might look like: ```http Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH Access-Control-Allow-Origin: * Access-Control-Max-Age: 300 ``` You can make authenticated CORS calls just as you would make same-origin calls, using either [token or session-based authentication](#section/Authentication). If you’re using session auth, you should set the `withCredentials` property for your `xhr` request to `true`. You should never expose your access tokens to untrusted users. ## Rate limiting We use several rate limiting strategies to ensure the availability of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls to our APIs will include headers indicating the current rate limit status. The specific headers returned depend on the API route being called. The limits differ based on the route, authentication mechanism, and other factors. Routes that are not rate limited may not contain any of the headers described below. > ### Rate limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent events and a global CDN, to ensure availability to the routes used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Global rate limits Authenticated requests are subject to a global limit. This is the maximum number of calls that can be made to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits will return the headers below: | Header name | Description | | ------------------------------ | -------------------------------------------------------------------------------- | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | We do not publicly document the specific number of calls that can be made globally. This limit may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limit. ### Route-level rate limits Some authenticated routes have custom rate limits. These also reset every ten seconds. Any access tokens hitting the same route share this limit, so exceeding the limit with one access token may impact other tokens. Calls that are subject to route-level rate limits will return the headers below: | Header name | Description | | ----------------------------- | ----------------------------------------------------------------------------------------------------- | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | A _route_ represents a specific URL pattern and verb. For example, the [Delete environment](/tag/Environments#operation/deleteEnvironment) endpoint is considered a single route, and each call to delete an environment counts against your route-level rate limit for that route. We do not publicly document the specific number of calls that can be made to each endpoint per ten seconds. These limits may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limits. ### IP-based rate limiting We also employ IP-based rate limiting on some API routes. If you hit an IP-based rate limit, your API response will include a `Retry-After` header indicating how long to wait before re-trying the call. Clients must wait at least `Retry-After` seconds before making additional calls to our API, and should employ jitter and backoff strategies to avoid triggering rate limits again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API. You can use this specification to generate client libraries to interact with our REST API in your language of choice. This specification is supported by several API-based tools such as Postman and Insomnia. In many cases, you can directly import our specification to ease use in navigating the APIs in the tooling. ## Client libraries We auto-generate multiple client libraries based on our OpenAPI specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ## Method Overriding Some firewalls and HTTP clients restrict the use of verbs other than `GET` and `POST`. In those environments, our API endpoints that use `PUT`, `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API supports the `X-HTTP-Method-Override` header, allowing clients to \"tunnel\" `PUT`, `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH` as a header. ## Beta resources We sometimes release new API resources in **beta** status before we release them with general availability. Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible. We try to promote resources into general availability as quickly as possible. This happens after sufficient testing and when we're satisfied that we no longer need to make backwards-incompatible changes. We mark beta resources with a \"Beta\" callout in our documentation, pictured below: > ### This feature is in beta > > To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta resources To use a beta resource, you must include a header in the request. If you call a beta resource without this header, you'll receive a `403` response. Use this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly. Updates to our REST API include support for the latest features in LaunchDarkly. We also release a new version of our REST API every time we make a breaking change. We provide simultaneous support for multiple API versions so you can migrate from your current API version to a new version at your own pace. ### Setting the API version per request You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value is the version number of the API version you'd like to request. The number for each version corresponds to the date the version was released. In the example above the version `20191212` corresponds to December 12, 2019. ### Setting the API version per access token When creating an access token, you must specify a specific version of the API to use. This ensures that integrations using this token cannot be broken by version changes. Tokens created before versioning was released have their version set to `20160426` (the version of the API that existed before versioning) so that they continue working the same way they did before versioning. If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above. > ### Best practice: Set the header for every client or integration > > We recommend that you set the API version header explicitly in any client or integration you build. > > Only rely on the access token API version during manual testing.
5
5
 
6
6
  The version of the OpenAPI document: 2.0
7
7
  Contact: support@launchdarkly.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -56,8 +56,13 @@ module LaunchDarklyApi
56
56
 
57
57
  # header parameters
58
58
  header_params = opts[:header_params] || {}
59
+ # HTTP header 'Accept' (if needed)
60
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
59
61
  # HTTP header 'Content-Type'
60
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
62
+ content_type = @api_client.select_header_content_type(['application/json'])
63
+ if !content_type.nil?
64
+ header_params['Content-Type'] = content_type
65
+ end
61
66
 
62
67
  # form parameters
63
68
  form_params = opts[:form_params] || {}
@@ -119,6 +124,8 @@ module LaunchDarklyApi
119
124
 
120
125
  # header parameters
121
126
  header_params = opts[:header_params] || {}
127
+ # HTTP header 'Accept' (if needed)
128
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
122
129
 
123
130
  # form parameters
124
131
  form_params = opts[:form_params] || {}
@@ -291,7 +298,7 @@ module LaunchDarklyApi
291
298
  # Get a list of all extinctions.
292
299
  # @param [Hash] opts the optional parameters
293
300
  # @option opts [String] :repo_name Filter results to a specific repository
294
- # @option opts [String] :branch_name Filter results to a specific branch
301
+ # @option opts [String] :branch_name Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
295
302
  # @option opts [String] :proj_key Filter results to a specific project
296
303
  # @option opts [String] :flag_key Filter results to a specific flag key
297
304
  # @return [ExtinctionCollectionRep]
@@ -304,7 +311,7 @@ module LaunchDarklyApi
304
311
  # Get a list of all extinctions.
305
312
  # @param [Hash] opts the optional parameters
306
313
  # @option opts [String] :repo_name Filter results to a specific repository
307
- # @option opts [String] :branch_name Filter results to a specific branch
314
+ # @option opts [String] :branch_name Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
308
315
  # @option opts [String] :proj_key Filter results to a specific project
309
316
  # @option opts [String] :flag_key Filter results to a specific flag key
310
317
  # @return [Array<(ExtinctionCollectionRep, Integer, Hash)>] ExtinctionCollectionRep data, response status code and response headers
@@ -651,7 +658,10 @@ module LaunchDarklyApi
651
658
  # HTTP header 'Accept' (if needed)
652
659
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
653
660
  # HTTP header 'Content-Type'
654
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
661
+ content_type = @api_client.select_header_content_type(['application/json'])
662
+ if !content_type.nil?
663
+ header_params['Content-Type'] = content_type
664
+ end
655
665
 
656
666
  # form parameters
657
667
  form_params = opts[:form_params] || {}
@@ -686,11 +696,11 @@ module LaunchDarklyApi
686
696
  # Create a new extinction
687
697
  # @param repo [String] The repository name
688
698
  # @param branch [String] The url-encoded branch name
689
- # @param inline_object [Array<InlineObject>]
699
+ # @param extinction [Array<Extinction>]
690
700
  # @param [Hash] opts the optional parameters
691
701
  # @return [nil]
692
- def post_extinction(repo, branch, inline_object, opts = {})
693
- post_extinction_with_http_info(repo, branch, inline_object, opts)
702
+ def post_extinction(repo, branch, extinction, opts = {})
703
+ post_extinction_with_http_info(repo, branch, extinction, opts)
694
704
  nil
695
705
  end
696
706
 
@@ -698,10 +708,10 @@ module LaunchDarklyApi
698
708
  # Create a new extinction
699
709
  # @param repo [String] The repository name
700
710
  # @param branch [String] The url-encoded branch name
701
- # @param inline_object [Array<InlineObject>]
711
+ # @param extinction [Array<Extinction>]
702
712
  # @param [Hash] opts the optional parameters
703
713
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
704
- def post_extinction_with_http_info(repo, branch, inline_object, opts = {})
714
+ def post_extinction_with_http_info(repo, branch, extinction, opts = {})
705
715
  if @api_client.config.debugging
706
716
  @api_client.config.logger.debug 'Calling API: CodeReferencesApi.post_extinction ...'
707
717
  end
@@ -713,26 +723,31 @@ module LaunchDarklyApi
713
723
  if @api_client.config.client_side_validation && branch.nil?
714
724
  fail ArgumentError, "Missing the required parameter 'branch' when calling CodeReferencesApi.post_extinction"
715
725
  end
716
- # verify the required parameter 'inline_object' is set
717
- if @api_client.config.client_side_validation && inline_object.nil?
718
- fail ArgumentError, "Missing the required parameter 'inline_object' when calling CodeReferencesApi.post_extinction"
726
+ # verify the required parameter 'extinction' is set
727
+ if @api_client.config.client_side_validation && extinction.nil?
728
+ fail ArgumentError, "Missing the required parameter 'extinction' when calling CodeReferencesApi.post_extinction"
719
729
  end
720
730
  # resource path
721
- local_var_path = '/api/v2/code-refs/repositories/{repo}/branches/{branch}'.sub('{' + 'repo' + '}', CGI.escape(repo.to_s)).sub('{' + 'branch' + '}', CGI.escape(branch.to_s))
731
+ local_var_path = '/api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events'.sub('{' + 'repo' + '}', CGI.escape(repo.to_s)).sub('{' + 'branch' + '}', CGI.escape(branch.to_s))
722
732
 
723
733
  # query parameters
724
734
  query_params = opts[:query_params] || {}
725
735
 
726
736
  # header parameters
727
737
  header_params = opts[:header_params] || {}
738
+ # HTTP header 'Accept' (if needed)
739
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
728
740
  # HTTP header 'Content-Type'
729
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
741
+ content_type = @api_client.select_header_content_type(['application/json'])
742
+ if !content_type.nil?
743
+ header_params['Content-Type'] = content_type
744
+ end
730
745
 
731
746
  # form parameters
732
747
  form_params = opts[:form_params] || {}
733
748
 
734
749
  # http body (model)
735
- post_body = opts[:debug_body] || @api_client.object_to_http_body(inline_object)
750
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(extinction)
736
751
 
737
752
  # return_type
738
753
  return_type = opts[:debug_return_type]
@@ -761,17 +776,17 @@ module LaunchDarklyApi
761
776
  # Create a repository with the specified name.
762
777
  # @param repository_post [RepositoryPost]
763
778
  # @param [Hash] opts the optional parameters
764
- # @return [nil]
779
+ # @return [RepositoryRep]
765
780
  def post_repository(repository_post, opts = {})
766
- post_repository_with_http_info(repository_post, opts)
767
- nil
781
+ data, _status_code, _headers = post_repository_with_http_info(repository_post, opts)
782
+ data
768
783
  end
769
784
 
770
785
  # Create repository
771
786
  # Create a repository with the specified name.
772
787
  # @param repository_post [RepositoryPost]
773
788
  # @param [Hash] opts the optional parameters
774
- # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
789
+ # @return [Array<(RepositoryRep, Integer, Hash)>] RepositoryRep data, response status code and response headers
775
790
  def post_repository_with_http_info(repository_post, opts = {})
776
791
  if @api_client.config.debugging
777
792
  @api_client.config.logger.debug 'Calling API: CodeReferencesApi.post_repository ...'
@@ -788,8 +803,13 @@ module LaunchDarklyApi
788
803
 
789
804
  # header parameters
790
805
  header_params = opts[:header_params] || {}
806
+ # HTTP header 'Accept' (if needed)
807
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
791
808
  # HTTP header 'Content-Type'
792
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
809
+ content_type = @api_client.select_header_content_type(['application/json'])
810
+ if !content_type.nil?
811
+ header_params['Content-Type'] = content_type
812
+ end
793
813
 
794
814
  # form parameters
795
815
  form_params = opts[:form_params] || {}
@@ -798,7 +818,7 @@ module LaunchDarklyApi
798
818
  post_body = opts[:debug_body] || @api_client.object_to_http_body(repository_post)
799
819
 
800
820
  # return_type
801
- return_type = opts[:debug_return_type]
821
+ return_type = opts[:debug_return_type] || 'RepositoryRep'
802
822
 
803
823
  # auth_names
804
824
  auth_names = opts[:debug_auth_names] || ['ApiKey']
@@ -824,11 +844,11 @@ module LaunchDarklyApi
824
844
  # Create a new branch if it doesn't exist, or updates the branch if it already exists.
825
845
  # @param repo [String] The repository name
826
846
  # @param branch [String] The url-encoded branch name
827
- # @param branch_rep [BranchRep]
847
+ # @param put_branch [PutBranch]
828
848
  # @param [Hash] opts the optional parameters
829
849
  # @return [nil]
830
- def put_branch(repo, branch, branch_rep, opts = {})
831
- put_branch_with_http_info(repo, branch, branch_rep, opts)
850
+ def put_branch(repo, branch, put_branch, opts = {})
851
+ put_branch_with_http_info(repo, branch, put_branch, opts)
832
852
  nil
833
853
  end
834
854
 
@@ -836,10 +856,10 @@ module LaunchDarklyApi
836
856
  # Create a new branch if it doesn&#39;t exist, or updates the branch if it already exists.
837
857
  # @param repo [String] The repository name
838
858
  # @param branch [String] The url-encoded branch name
839
- # @param branch_rep [BranchRep]
859
+ # @param put_branch [PutBranch]
840
860
  # @param [Hash] opts the optional parameters
841
861
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
842
- def put_branch_with_http_info(repo, branch, branch_rep, opts = {})
862
+ def put_branch_with_http_info(repo, branch, put_branch, opts = {})
843
863
  if @api_client.config.debugging
844
864
  @api_client.config.logger.debug 'Calling API: CodeReferencesApi.put_branch ...'
845
865
  end
@@ -851,9 +871,9 @@ module LaunchDarklyApi
851
871
  if @api_client.config.client_side_validation && branch.nil?
852
872
  fail ArgumentError, "Missing the required parameter 'branch' when calling CodeReferencesApi.put_branch"
853
873
  end
854
- # verify the required parameter 'branch_rep' is set
855
- if @api_client.config.client_side_validation && branch_rep.nil?
856
- fail ArgumentError, "Missing the required parameter 'branch_rep' when calling CodeReferencesApi.put_branch"
874
+ # verify the required parameter 'put_branch' is set
875
+ if @api_client.config.client_side_validation && put_branch.nil?
876
+ fail ArgumentError, "Missing the required parameter 'put_branch' when calling CodeReferencesApi.put_branch"
857
877
  end
858
878
  # resource path
859
879
  local_var_path = '/api/v2/code-refs/repositories/{repo}/branches/{branch}'.sub('{' + 'repo' + '}', CGI.escape(repo.to_s)).sub('{' + 'branch' + '}', CGI.escape(branch.to_s))
@@ -863,14 +883,19 @@ module LaunchDarklyApi
863
883
 
864
884
  # header parameters
865
885
  header_params = opts[:header_params] || {}
886
+ # HTTP header 'Accept' (if needed)
887
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
866
888
  # HTTP header 'Content-Type'
867
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
889
+ content_type = @api_client.select_header_content_type(['application/json'])
890
+ if !content_type.nil?
891
+ header_params['Content-Type'] = content_type
892
+ end
868
893
 
869
894
  # form parameters
870
895
  form_params = opts[:form_params] || {}
871
896
 
872
897
  # http body (model)
873
- post_body = opts[:debug_body] || @api_client.object_to_http_body(branch_rep)
898
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(put_branch)
874
899
 
875
900
  # return_type
876
901
  return_type = opts[:debug_return_type]
@@ -1,12 +1,12 @@
1
1
  =begin
2
2
  #LaunchDarkly REST API
3
3
 
4
- ## Overview ## Authentication All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens) page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and client-side SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations (fetching feature flag settings). | Auth mechanism | Allowed resources | Use cases | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Personal access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens) | Can be customized on a per-token basis | Building scripts, custom integrations, data export | | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API | | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs | | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript | > #### Keep your access tokens and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens) page. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Via request header The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page. ### Via session cookie For testing purposes, you can make API calls directly from your web browser. If you're logged in to the application, the API will use your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles) other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles) defined, you may not have permission to perform some API calls. You will receive a `401` response code in that case. > ### Modifying the Origin header causes an error > > LaunchDarkly validates that the Origin header for any API request authenticated by a session cookie matches the expected Origin header. The expected Origin header is `https://app.launchdarkly.com`. > > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly. > > Any browser extension that intentionally changes the Origin header can cause this problem. For example, the `Allow-Control-Allow-Origin: *` Chrome extension changes the Origin header to `http://evil.com` and causes the app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage. ## Representations All resources expect and return JSON response bodies. Error responses will also send a JSON body. Read [Errors](#section/Errors) for a more detailed description of the error format used by the API. In practice this means that you always get a response with a `Content-Type` header set to `application/json`. In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header set to `application/json`. ### Summary and detailed representations When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource (for example, a single feature flag), you receive a _detailed representation_ containing all of the attributes of the resource. The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation. ### Links and addressability The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links: - Links to other resources within the API are encapsulated in a `_links` object. - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link. Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following: ```json { \"_links\": { \"parent\": { \"href\": \"/api/features\", \"type\": \"application/json\" }, \"self\": { \"href\": \"/api/features/sort.order\", \"type\": \"application/json\" } }, \"_site\": { \"href\": \"/features/sort.order\", \"type\": \"text/html\" } } ``` From this, you can navigate to the parent collection of features by following the `parent` link, or navigate to the site page for the feature by following the `_site` link. Collections are always represented as a JSON object with an `items` attribute containing an array of representations. Like all other representations, collections have `_links` defined at the top level. Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection. ## Updates Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](http://tools.ietf.org/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ### Updates via JSON Patch [JSON Patch](http://tools.ietf.org/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"description\": \"This is the description\", ... } ``` You can change the feature flag's description with the following patch document: ```json [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }] ``` JSON Patch documents are always arrays. You can specify multiple modifications to perform in a single request. You can also test that certain preconditions are met before applying the patch: ```json [ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 }, { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" } ] ``` The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description. Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document: ```json { \"description\": \"New flag description\" } ``` ### Updates with comments You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments. To submit a comment along with a JSON Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }] } ``` To submit a comment along with a JSON Merge Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"merge\": { \"description\": \"New flag description\" } } ``` ### Updates via semantic patches The API also supports the Semantic patch format. A semantic `PATCH` is a way to specify the modifications to perform on a resource as a set of executable instructions. JSON Patch uses paths and a limited set of operations to describe how to transform the current state of the resource into a new state. Semantic patch allows you to be explicit about intent using precise, custom instructions. In many cases, semantic patch instructions can also be defined independently of the current state of the resource. This can be useful when defining a change that may be applied at a future date. For example, in this feature flag configuration in environment Production: ```json { \"name\": \"Alternate sort order\", \"kind\": \"boolean\", \"key\": \"sort.order\", ... \"environments\": { \"production\": { \"on\": true, \"archived\": false, \"salt\": \"c29ydC5vcmRlcg==\", \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\", \"lastModified\": 1469131558260, \"version\": 81, \"targets\": [ { \"values\": [ \"Gerhard.Little@yahoo.com\" ], \"variation\": 0 }, { \"values\": [ \"1461797806429-33-861961230\", \"438580d8-02ee-418d-9eec-0085cab2bdf0\" ], \"variation\": 1 } ], \"rules\": [], \"fallthrough\": { \"variation\": 0 }, \"offVariation\": 1, \"prerequisites\": [], \"_site\": { \"href\": \"/default/production/features/sort.order\", \"type\": \"text/html\" } } } } ``` You can add a date you want a user to be removed from the feature flag's user targets. For example, “remove user 1461797806429-33-861961230 from the user target for variation 0 on the Alternate sort order flag in the production environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json { \"comment\": \"update expiring user targets\", \"instructions\": [ { \"kind\": \"removeExpireUserTargetDate\", \"userKey\": \"userKey\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\" }, { \"kind\": \"updateExpireUserTargetDate\", \"userKey\": \"userKey2\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1587582000000 }, { \"kind\": \"addExpireUserTargetDate\", \"userKey\": \"userKey3\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"environments\": { \"test\": { \"on\": true } } } ``` You can change the feature flag's description with the following patch document as a set of executable instructions. For example, “add user X to targets for variation Y and remove user A from targets for variation B for test flag”: ```json { \"comment\": \"\", \"instructions\": [ { \"kind\": \"removeUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\" }, { \"kind\": \"addUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\" } ] } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets) > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser) > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ## Errors The API always returns errors in a common format. Here's an example: ```json { \"code\": \"invalid_request\", \"message\": \"A feature with that key already exists\", \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\" } ``` The general class of error is indicated by the `code`. The `message` is a human-readable explanation of what went wrong. The `id` is a unique identifier. Use it when you're working with LaunchDarkly support to debug a problem with a specific API call. ### HTTP Status - Error Response Codes | Code | Definition | Desc. | Possible Solution | | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. | | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. | | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. | | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. | | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. | ## CORS The LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin. If an `Origin` header is given in a request, it will be echoed as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin: *`. For more information on CORS, see the [CORS W3C Recommendation](http://www.w3.org/TR/cors). Example CORS headers might look like: ```http Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH Access-Control-Allow-Origin: * Access-Control-Max-Age: 300 ``` You can make authenticated CORS calls just as you would make same-origin calls, using either [token or session-based authentication](#section/Authentication). If you’re using session auth, you should set the `withCredentials` property for your `xhr` request to `true`. You should never expose your access tokens to untrusted users. ## Rate limiting We use several rate limiting strategies to ensure the availability of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls to our APIs will include headers indicating the current rate limit status. The specific headers returned depend on the API route being called. The limits differ based on the route, authentication mechanism, and other factors. Routes that are not rate limited may not contain any of the headers described below. > ### Rate limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent events and a global CDN, to ensure availability to the routes used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Global rate limits Authenticated requests are subject to a global limit. This is the maximum number of calls that can be made to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits will return the headers below: | Header name | Description | | ------------------------------ | -------------------------------------------------------------------------------- | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | We do not publicly document the specific number of calls that can be made globally. This limit may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limit. ### Route-level rate limits Some authenticated routes have custom rate limits. These also reset every ten seconds. Any access tokens hitting the same route share this limit, so exceeding the limit with one access token may impact other tokens. Calls that are subject to route-level rate limits will return the headers below: | Header name | Description | | ----------------------------- | ----------------------------------------------------------------------------------------------------- | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | A _route_ represents a specific URL pattern and verb. For example, the [Delete environment](/tag/Environments#operation/deleteEnvironment) endpoint is considered a single route, and each call to delete an environment counts against your route-level rate limit for that route. We do not publicly document the specific number of calls that can be made to each endpoint per ten seconds. These limits may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limits. ### IP-based rate limiting We also employ IP-based rate limiting on some API routes. If you hit an IP-based rate limit, your API response will include a `Retry-After` header indicating how long to wait before re-trying the call. Clients must wait at least `Retry-After` seconds before making additional calls to our API, and should employ jitter and backoff strategies to avoid triggering rate limits again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API. You can use this specification to generate client libraries to interact with our REST API in your language of choice. This specification is supported by several API-based tools such as Postman and Insomnia. In many cases, you can directly import our specification to ease use in navigating the APIs in the tooling. ## Client libraries We auto-generate multiple client libraries based on our OpenAPI specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ## Method Overriding Some firewalls and HTTP clients restrict the use of verbs other than `GET` and `POST`. In those environments, our API endpoints that use `PUT`, `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API supports the `X-HTTP-Method-Override` header, allowing clients to \"tunnel\" `PUT`, `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH` as a header. ## Beta resources We sometimes release new API resources in **beta** status before we release them with general availability. Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible. We try to promote resources into general availability as quickly as possible. This happens after sufficient testing and when we're satisfied that we no longer need to make backwards-incompatible changes. We mark beta resources with a \"Beta\" callout in our documentation, pictured below: > ### This feature is in beta > > To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta resources To use a beta resource, you must include a header in the request. If you call a beta resource without this header, you'll receive a `403` response. Use this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly. Updates to our REST API include support for the latest features in LaunchDarkly. We also release a new version of our REST API every time we make a breaking change. We provide simultaneous support for multiple API versions so you can migrate from your current API version to a new version at your own pace. ### Setting the API version per request You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value is the version number of the API version you'd like to request. The number for each version corresponds to the date the version was released. In the example above the version `20191212` corresponds to December 12, 2019. ### Setting the API version per access token When creating an access token, you must specify a specific version of the API to use. This ensures that integrations using this token cannot be broken by version changes. Tokens created before versioning was released have their version set to `20160426` (the version of the API that existed before versioning) so that they continue working the same way they did before versioning. If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above. > ### Best practice: Set the header for every client or integration > > We recommend that you set the API version header explicitly in any client or integration you build. > > Only rely on the access token API version during manual testing.
4
+ ## Overview ## Authentication All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [Account settings](https://app.launchdarkly.com/settings/tokens) page. LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and client-side SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations (fetching feature flag settings). | Auth mechanism | Allowed resources | Use cases | | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Personal access tokens](https://docs.launchdarkly.com/home/account-security/api-access-tokens) | Can be customized on a per-token basis | Building scripts, custom integrations, data export | | SDK keys | Can only access read-only SDK-specific resources and the firehose, restricted to a single environment | Server-side SDKs, Firehose API | | Mobile keys | Can only access read-only mobile SDK-specific resources, restricted to a single environment | Mobile SDKs | | Client-side ID | Single environment, only flags marked available to client-side | Client-side JavaScript | > #### Keep your access tokens and SDK keys private > > Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [Account Settings](https://app.launchdarkly.com/settings#/tokens) page. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Via request header The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token. Manage personal access tokens from the [Account Settings](https://app.launchdarkly.com/settings/tokens) page. ### Via session cookie For testing purposes, you can make API calls directly from your web browser. If you're logged in to the application, the API will use your existing session to authenticate calls. If you have a [role](https://docs.launchdarkly.com/home/team/built-in-roles) other than Admin, or have a [custom role](https://docs.launchdarkly.com/home/team/custom-roles) defined, you may not have permission to perform some API calls. You will receive a `401` response code in that case. > ### Modifying the Origin header causes an error > > LaunchDarkly validates that the Origin header for any API request authenticated by a session cookie matches the expected Origin header. The expected Origin header is `https://app.launchdarkly.com`. > > If the Origin header does not match what's expected, LaunchDarkly returns an error. This error can prevent the LaunchDarkly app from working correctly. > > Any browser extension that intentionally changes the Origin header can cause this problem. For example, the `Allow-Control-Allow-Origin: *` Chrome extension changes the Origin header to `http://evil.com` and causes the app to fail. > > To prevent this error, do not modify your Origin header. > > LaunchDarkly does not require origin matching when authenticating with an access token, so this issue does not affect normal API usage. ## Representations All resources expect and return JSON response bodies. Error responses will also send a JSON body. Read [Errors](#section/Errors) for a more detailed description of the error format used by the API. In practice this means that you always get a response with a `Content-Type` header set to `application/json`. In addition, request bodies for `PUT`, `POST`, `REPORT` and `PATCH` requests must be encoded as JSON with a `Content-Type` header set to `application/json`. ### Summary and detailed representations When you fetch a list of resources, the response includes only the most important attributes of each resource. This is a _summary representation_ of the resource. When you fetch an individual resource (for example, a single feature flag), you receive a _detailed representation_ containing all of the attributes of the resource. The best way to find a detailed representation is to follow links. Every summary representation includes a link to its detailed representation. ### Links and addressability The best way to navigate the API is by following links. These are attributes in representations that link to other resources. The API always uses the same format for links: - Links to other resources within the API are encapsulated in a `_links` object. - If the resource has a corresponding link to HTML content on the site, it is stored in a special `_site` link. Each link has two attributes: an href (the URL) and a type (the content type). For example, a feature resource might return the following: ```json { \"_links\": { \"parent\": { \"href\": \"/api/features\", \"type\": \"application/json\" }, \"self\": { \"href\": \"/api/features/sort.order\", \"type\": \"application/json\" } }, \"_site\": { \"href\": \"/features/sort.order\", \"type\": \"text/html\" } } ``` From this, you can navigate to the parent collection of features by following the `parent` link, or navigate to the site page for the feature by following the `_site` link. Collections are always represented as a JSON object with an `items` attribute containing an array of representations. Like all other representations, collections have `_links` defined at the top level. Paginated collections include `first`, `last`, `next`, and `prev` links containing a URL with the respective set of elements in the collection. ## Updates Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations. ### Updates via JSON Patch [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"description\": \"This is the description\", ... } ``` You can change the feature flag's description with the following patch document: ```json [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"This is the new description\" }] ``` JSON Patch documents are always arrays. You can specify multiple modifications to perform in a single request. You can also test that certain preconditions are met before applying the patch: ```json [ { \"op\": \"test\", \"path\": \"/version\", \"value\": 10 }, { \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" } ] ``` The above patch request tests whether the feature flag's `version` is `10`, and if so, changes the feature flag's description. Attributes that aren't editable, like a resource's `_links`, have names that start with an underscore. ### Updates via JSON Merge Patch The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource. JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document: ```json { \"description\": \"New flag description\" } ``` ### Updates with comments You can submit optional comments with `PATCH` changes. The [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource supports comments. To submit a comment along with a JSON Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"patch\": [{ \"op\": \"replace\", \"path\": \"/description\", \"value\": \"The new description\" }] } ``` To submit a comment along with a JSON Merge Patch document, use the following format: ```json { \"comment\": \"This is a comment string\", \"merge\": { \"description\": \"New flag description\" } } ``` ### Updates via semantic patches The API also supports the Semantic patch format. A semantic `PATCH` is a way to specify the modifications to perform on a resource as a set of executable instructions. JSON Patch uses paths and a limited set of operations to describe how to transform the current state of the resource into a new state. Semantic patch allows you to be explicit about intent using precise, custom instructions. In many cases, semantic patch instructions can also be defined independently of the current state of the resource. This can be useful when defining a change that may be applied at a future date. For example, in this feature flag configuration in environment Production: ```json { \"name\": \"Alternate sort order\", \"kind\": \"boolean\", \"key\": \"sort.order\", ... \"environments\": { \"production\": { \"on\": true, \"archived\": false, \"salt\": \"c29ydC5vcmRlcg==\", \"sel\": \"8de1085cb7354b0ab41c0e778376dfd3\", \"lastModified\": 1469131558260, \"version\": 81, \"targets\": [ { \"values\": [ \"Gerhard.Little@yahoo.com\" ], \"variation\": 0 }, { \"values\": [ \"1461797806429-33-861961230\", \"438580d8-02ee-418d-9eec-0085cab2bdf0\" ], \"variation\": 1 } ], \"rules\": [], \"fallthrough\": { \"variation\": 0 }, \"offVariation\": 1, \"prerequisites\": [], \"_site\": { \"href\": \"/default/production/features/sort.order\", \"type\": \"text/html\" } } } } ``` You can add a date you want a user to be removed from the feature flag's user targets. For example, “remove user 1461797806429-33-861961230 from the user target for variation 0 on the Alternate sort order flag in the production environment on Wed Jul 08 2020 at 15:27:41 pm”. This is done using the following: ```json { \"comment\": \"update expiring user targets\", \"instructions\": [ { \"kind\": \"removeExpireUserTargetDate\", \"userKey\": \"userKey\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\" }, { \"kind\": \"updateExpireUserTargetDate\", \"userKey\": \"userKey2\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1587582000000 }, { \"kind\": \"addExpireUserTargetDate\", \"userKey\": \"userKey3\", \"variationId\": \"978d53f9-7fe3-4a63-992d-97bcb4535dc8\", \"value\": 1594247266386 } ] } ``` Here is another example. In this feature flag configuration: ```json { \"name\": \"New recommendations engine\", \"key\": \"engine.enable\", \"environments\": { \"test\": { \"on\": true } } } ``` You can change the feature flag's description with the following patch document as a set of executable instructions. For example, “add user X to targets for variation Y and remove user A from targets for variation B for test flag”: ```json { \"comment\": \"\", \"instructions\": [ { \"kind\": \"removeUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"852cb784-54ff-46b9-8c35-5498d2e4f270\" }, { \"kind\": \"addUserTargets\", \"values\": [\"438580d8-02ee-418d-9eec-0085cab2bdf0\"], \"variationId\": \"1bb18465-33b6-49aa-a3bd-eeb6650b33ad\" } ] } ``` > ### Supported semantic patch API endpoints > > - [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) > - [Update expiring user targets on feature flag](/tag/Feature-flags#operation/patchExpiringUserTargets) > - [Update expiring user target for flags](/tag/User-settings#operation/patchExpiringFlagsForUser) > - [Update expiring user targets on segment](/tag/Segments#operation/patchExpiringUserTargetsForSegment) ## Errors The API always returns errors in a common format. Here's an example: ```json { \"code\": \"invalid_request\", \"message\": \"A feature with that key already exists\", \"id\": \"30ce6058-87da-11e4-b116-123b93f75cba\" } ``` The general class of error is indicated by the `code`. The `message` is a human-readable explanation of what went wrong. The `id` is a unique identifier. Use it when you're working with LaunchDarkly support to debug a problem with a specific API call. ### HTTP Status - Error Response Codes | Code | Definition | Desc. | Possible Solution | | ---- | ----------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | | 400 | Bad Request | A request that fails may return this HTTP response code. | Ensure JSON syntax in request body is correct. | | 401 | Unauthorized | User doesn't have permission to an API call. | Ensure your SDK key is good. | | 403 | Forbidden | User does not have permission for operation. | Ensure that the user or access token has proper permissions set. | | 409 | Conflict | The API request could not be completed because it conflicted with a concurrent API request. | Retry your request. | | 429 | Too many requests | See [Rate limiting](/#section/Rate-limiting). | Wait and try again later. | ## CORS The LaunchDarkly API supports Cross Origin Resource Sharing (CORS) for AJAX requests from any origin. If an `Origin` header is given in a request, it will be echoed as an explicitly allowed origin. Otherwise, a wildcard is returned: `Access-Control-Allow-Origin: *`. For more information on CORS, see the [CORS W3C Recommendation](http://www.w3.org/TR/cors). Example CORS headers might look like: ```http Access-Control-Allow-Headers: Accept, Content-Type, Content-Length, Accept-Encoding, Authorization Access-Control-Allow-Methods: OPTIONS, GET, DELETE, PATCH Access-Control-Allow-Origin: * Access-Control-Max-Age: 300 ``` You can make authenticated CORS calls just as you would make same-origin calls, using either [token or session-based authentication](#section/Authentication). If you’re using session auth, you should set the `withCredentials` property for your `xhr` request to `true`. You should never expose your access tokens to untrusted users. ## Rate limiting We use several rate limiting strategies to ensure the availability of our APIs. Rate-limited calls to our APIs will return a `429` status code. Calls to our APIs will include headers indicating the current rate limit status. The specific headers returned depend on the API route being called. The limits differ based on the route, authentication mechanism, and other factors. Routes that are not rate limited may not contain any of the headers described below. > ### Rate limiting and SDKs > > LaunchDarkly SDKs are never rate limited and do not use the API endpoints defined here. LaunchDarkly uses a different set of approaches, including streaming/server-sent events and a global CDN, to ensure availability to the routes used by LaunchDarkly SDKs. > > The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript. ### Global rate limits Authenticated requests are subject to a global limit. This is the maximum number of calls that can be made to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits will return the headers below: | Header name | Description | | ------------------------------ | -------------------------------------------------------------------------------- | | `X-Ratelimit-Global-Remaining` | The maximum number of requests the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | We do not publicly document the specific number of calls that can be made globally. This limit may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limit. ### Route-level rate limits Some authenticated routes have custom rate limits. These also reset every ten seconds. Any access tokens hitting the same route share this limit, so exceeding the limit with one access token may impact other tokens. Calls that are subject to route-level rate limits will return the headers below: | Header name | Description | | ----------------------------- | ----------------------------------------------------------------------------------------------------- | | `X-Ratelimit-Route-Remaining` | The maximum number of requests to the current route the account is permitted to make per ten seconds. | | `X-Ratelimit-Reset` | The time at which the current rate limit window resets in epoch milliseconds. | A _route_ represents a specific URL pattern and verb. For example, the [Delete environment](/tag/Environments#operation/deleteEnvironment) endpoint is considered a single route, and each call to delete an environment counts against your route-level rate limit for that route. We do not publicly document the specific number of calls that can be made to each endpoint per ten seconds. These limits may change, and we encourage clients to program against the specification, relying on the two headers defined above, rather than hardcoding to the current limits. ### IP-based rate limiting We also employ IP-based rate limiting on some API routes. If you hit an IP-based rate limit, your API response will include a `Retry-After` header indicating how long to wait before re-trying the call. Clients must wait at least `Retry-After` seconds before making additional calls to our API, and should employ jitter and backoff strategies to avoid triggering rate limits again. ## OpenAPI (Swagger) We have a [complete OpenAPI (Swagger) specification](https://app.launchdarkly.com/api/v2/openapi.json) for our API. You can use this specification to generate client libraries to interact with our REST API in your language of choice. This specification is supported by several API-based tools such as Postman and Insomnia. In many cases, you can directly import our specification to ease use in navigating the APIs in the tooling. ## Client libraries We auto-generate multiple client libraries based on our OpenAPI specification. To learn more, visit [GitHub](https://github.com/search?q=topic%3Alaunchdarkly-api+org%3Alaunchdarkly&type=Repositories). ## Method Overriding Some firewalls and HTTP clients restrict the use of verbs other than `GET` and `POST`. In those environments, our API endpoints that use `PUT`, `PATCH`, and `DELETE` verbs will be inaccessible. To avoid this issue, our API supports the `X-HTTP-Method-Override` header, allowing clients to \"tunnel\" `PUT`, `PATCH`, and `DELETE` requests via a `POST` request. For example, if you wish to call one of our `PATCH` resources via a `POST` request, you can include `X-HTTP-Method-Override:PATCH` as a header. ## Beta resources We sometimes release new API resources in **beta** status before we release them with general availability. Resources that are in beta are still undergoing testing and development. They may change without notice, including becoming backwards incompatible. We try to promote resources into general availability as quickly as possible. This happens after sufficient testing and when we're satisfied that we no longer need to make backwards-incompatible changes. We mark beta resources with a \"Beta\" callout in our documentation, pictured below: > ### This feature is in beta > > To use this feature, pass in a header including the `LD-API-Version` key with value set to `beta`. Use this header with each call. To learn more, read [Beta resources](/#section/Beta-resources). ### Using beta resources To use a beta resource, you must include a header in the request. If you call a beta resource without this header, you'll receive a `403` response. Use this header: ``` LD-API-Version: beta ``` ## Versioning We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly. Updates to our REST API include support for the latest features in LaunchDarkly. We also release a new version of our REST API every time we make a breaking change. We provide simultaneous support for multiple API versions so you can migrate from your current API version to a new version at your own pace. ### Setting the API version per request You can set the API version on a specific request by sending an `LD-API-Version` header, as shown in the example below: ``` LD-API-Version: 20191212 ``` The header value is the version number of the API version you'd like to request. The number for each version corresponds to the date the version was released. In the example above the version `20191212` corresponds to December 12, 2019. ### Setting the API version per access token When creating an access token, you must specify a specific version of the API to use. This ensures that integrations using this token cannot be broken by version changes. Tokens created before versioning was released have their version set to `20160426` (the version of the API that existed before versioning) so that they continue working the same way they did before versioning. If you would like to upgrade your integration to use a new API version, you can explicitly set the header described above. > ### Best practice: Set the header for every client or integration > > We recommend that you set the API version header explicitly in any client or integration you build. > > Only rely on the access token API version during manual testing.
5
5
 
6
6
  The version of the OpenAPI document: 2.0
7
7
  Contact: support@launchdarkly.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 5.3.0
10
10
 
11
11
  =end
12
12
 
@@ -50,6 +50,8 @@ module LaunchDarklyApi
50
50
 
51
51
  # header parameters
52
52
  header_params = opts[:header_params] || {}
53
+ # HTTP header 'Accept' (if needed)
54
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
53
55
 
54
56
  # form parameters
55
57
  form_params = opts[:form_params] || {}
@@ -84,7 +86,7 @@ module LaunchDarklyApi
84
86
  # Get a single custom role by key or ID
85
87
  # @param key [String] The custom role&#39;s key or ID
86
88
  # @param [Hash] opts the optional parameters
87
- # @return [CustomRolePost]
89
+ # @return [CustomRole]
88
90
  def get_custom_role(key, opts = {})
89
91
  data, _status_code, _headers = get_custom_role_with_http_info(key, opts)
90
92
  data
@@ -94,7 +96,7 @@ module LaunchDarklyApi
94
96
  # Get a single custom role by key or ID
95
97
  # @param key [String] The custom role&#39;s key or ID
96
98
  # @param [Hash] opts the optional parameters
97
- # @return [Array<(CustomRolePost, Integer, Hash)>] CustomRolePost data, response status code and response headers
99
+ # @return [Array<(CustomRole, Integer, Hash)>] CustomRole data, response status code and response headers
98
100
  def get_custom_role_with_http_info(key, opts = {})
99
101
  if @api_client.config.debugging
100
102
  @api_client.config.logger.debug 'Calling API: CustomRolesApi.get_custom_role ...'
@@ -121,7 +123,7 @@ module LaunchDarklyApi
121
123
  post_body = opts[:debug_body]
122
124
 
123
125
  # return_type
124
- return_type = opts[:debug_return_type] || 'CustomRolePost'
126
+ return_type = opts[:debug_return_type] || 'CustomRole'
125
127
 
126
128
  # auth_names
127
129
  auth_names = opts[:debug_auth_names] || ['ApiKey']
@@ -240,7 +242,10 @@ module LaunchDarklyApi
240
242
  # HTTP header 'Accept' (if needed)
241
243
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
242
244
  # HTTP header 'Content-Type'
243
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
245
+ content_type = @api_client.select_header_content_type(['application/json'])
246
+ if !content_type.nil?
247
+ header_params['Content-Type'] = content_type
248
+ end
244
249
 
245
250
  # form parameters
246
251
  form_params = opts[:form_params] || {}
@@ -273,26 +278,26 @@ module LaunchDarklyApi
273
278
 
274
279
  # Create custom role
275
280
  # Create a new custom role
276
- # @param statement_post [Array<StatementPost>]
281
+ # @param custom_role_post [CustomRolePost]
277
282
  # @param [Hash] opts the optional parameters
278
283
  # @return [CustomRole]
279
- def post_custom_role(statement_post, opts = {})
280
- data, _status_code, _headers = post_custom_role_with_http_info(statement_post, opts)
284
+ def post_custom_role(custom_role_post, opts = {})
285
+ data, _status_code, _headers = post_custom_role_with_http_info(custom_role_post, opts)
281
286
  data
282
287
  end
283
288
 
284
289
  # Create custom role
285
290
  # Create a new custom role
286
- # @param statement_post [Array<StatementPost>]
291
+ # @param custom_role_post [CustomRolePost]
287
292
  # @param [Hash] opts the optional parameters
288
293
  # @return [Array<(CustomRole, Integer, Hash)>] CustomRole data, response status code and response headers
289
- def post_custom_role_with_http_info(statement_post, opts = {})
294
+ def post_custom_role_with_http_info(custom_role_post, opts = {})
290
295
  if @api_client.config.debugging
291
296
  @api_client.config.logger.debug 'Calling API: CustomRolesApi.post_custom_role ...'
292
297
  end
293
- # verify the required parameter 'statement_post' is set
294
- if @api_client.config.client_side_validation && statement_post.nil?
295
- fail ArgumentError, "Missing the required parameter 'statement_post' when calling CustomRolesApi.post_custom_role"
298
+ # verify the required parameter 'custom_role_post' is set
299
+ if @api_client.config.client_side_validation && custom_role_post.nil?
300
+ fail ArgumentError, "Missing the required parameter 'custom_role_post' when calling CustomRolesApi.post_custom_role"
296
301
  end
297
302
  # resource path
298
303
  local_var_path = '/api/v2/roles'
@@ -305,13 +310,16 @@ module LaunchDarklyApi
305
310
  # HTTP header 'Accept' (if needed)
306
311
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
307
312
  # HTTP header 'Content-Type'
308
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
313
+ content_type = @api_client.select_header_content_type(['application/json'])
314
+ if !content_type.nil?
315
+ header_params['Content-Type'] = content_type
316
+ end
309
317
 
310
318
  # form parameters
311
319
  form_params = opts[:form_params] || {}
312
320
 
313
321
  # http body (model)
314
- post_body = opts[:debug_body] || @api_client.object_to_http_body(statement_post)
322
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(custom_role_post)
315
323
 
316
324
  # return_type
317
325
  return_type = opts[:debug_return_type] || 'CustomRole'