You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename request field reviewers to reviewerIds on merge request create/update
- DMD-1365
Response keeps `reviewers` (user objects); request payload now uses
`reviewerIds` (list of ints) to remove the naming collision that made
OpenAPI schema duplicate both keys in the update request body.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apiary.apib
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9957,6 +9957,7 @@ other buckets (production buckets or buckets belongs the other development branc
9957
9957
+ `scheduled`
9958
9958
+ `none`
9959
9959
+ autoMergeAt (optional, string) - ISO 8601 datetime for scheduled auto-merge, required when autoMergeStrategy is "scheduled" (e.g. "2026-04-01T12:00:00+00:00")
9960
+
+ reviewerIds (optional, array[number]) - list of user IDs to assign as reviewers
9960
9961
9961
9962
+ Request (application/json)
9962
9963
@@ -10140,6 +10141,7 @@ Detail of Merge request also contains `content` of changed objects.
10140
10141
+ `scheduled`
10141
10142
+ `none`
10142
10143
+ autoMergeAt (optional, string) - ISO 8601 datetime for scheduled auto-merge, required when autoMergeStrategy is "scheduled" (e.g. "2026-04-01T12:00:00+00:00")
10144
+
+ reviewerIds (optional, array[number]) - list of user IDs to assign as reviewers; omit to keep unchanged, send empty array to clear
0 commit comments