Skip to content

Commit 22058c1

Browse files
committed
Use more consistent operationId
1 parent 11357b9 commit 22058c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/compiled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18605,7 +18605,7 @@
1860518605
"post": {
1860618606
"summary": "Create comparison (async.)",
1860718607
"description": "Create a branch comparison asynchronously.\n",
18608-
"operationId": "branch/create_comparison",
18608+
"operationId": "branch/comparison/create",
1860918609
"tags": [
1861018610
"Branches"
1861118611
],

paths/branches/create_comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
summary: Create comparison (async.)
33
description: |
44
Create a branch comparison asynchronously.
5-
operationId: branch/create_comparison
5+
operationId: branch/comparison/create
66
tags:
77
- Branches
88
parameters:

0 commit comments

Comments
 (0)