Skip to content

Commit 09da785

Browse files
feedback
1 parent d293c04 commit 09da785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/web/src/openapi/publicApiDocument.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export function createPublicOpenApiDocument(version: string) {
252252
registry.registerPath({
253253
method: 'get',
254254
path: '/api/diff',
255+
operationId: 'getDiff',
255256
tags: [gitTag.name],
256257
summary: 'Get diff between two commits',
257258
description: 'Returns a structured diff between two git refs (branches, tags, or commit SHAs) using a two-dot comparison. See [git-diff](https://git-scm.com/docs/git-diff) for details.',

0 commit comments

Comments
 (0)