Skip to content

Commit 340b910

Browse files
martinsifraclaude
andcommitted
feat: PATCH semantics for MergeRequest::$externalId
- DMD-1257 - Omitting externalId from the update request now preserves the existing value instead of resetting it to null. Send an empty string to clear. - DB column changed to NOT NULL DEFAULT ''. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bdd3e52 commit 340b910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apiary.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10016,7 +10016,7 @@ other buckets (production buckets or buckets belongs the other development branc
1001610016
+ Attributes
1001710017
+ title (required, string) - title of the merge request
1001810018
+ description (optional, string) - description of the merge request
10019-
+ externalId (optional, string) - identifier of the merge request in an external system
10019+
+ externalId (optional, string) - identifier of the merge request in an external system; omit to keep unchanged, send empty string to clear
1002010020
+ autoMergeStrategy (optional, enum[string]) - auto-merge strategy
1002110021
+ Members
1002210022
+ `immediately`

0 commit comments

Comments
 (0)