Skip to content

Commit 138dd5f

Browse files
martinsifraclaude
andcommitted
docs(apiary): document PATCH semantics on update merge request
- DMD-1327 Align title and description with the PATCH behaviour that now applies to the update endpoint: - title is optional; omit to keep unchanged, empty string is not allowed - description: omit to keep unchanged, send empty string to clear Matches the phrasing already used on externalId and autoMergeStrategy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9410326 commit 138dd5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apiary.apib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10131,8 +10131,8 @@ Detail of Merge request also contains `content` of changed objects.
1013110131
+ id (required, number) - merge request ID
1013210132
1013310133
+ Attributes
10134-
+ title (required, string) - title of the merge request
10135-
+ description (optional, string) - description of the merge request
10134+
+ title (optional, string) - title of the merge request; omit to keep unchanged, empty string is not allowed
10135+
+ description (optional, string) - description of the merge request; omit to keep unchanged, send empty string to clear
1013610136
+ externalId (optional, string) - identifier of the merge request in an external system; omit to keep unchanged, send empty string to clear
1013710137
+ autoMergeStrategy (optional, enum[string]) - auto-merge strategy; omit to keep unchanged, send "none" to disable
1013810138
+ Members

0 commit comments

Comments
 (0)