Skip to content

Commit 03b2b65

Browse files
docs: update operationId description (#2653)
1 parent d5f0324 commit 03b2b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/types/oas3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ const Operation: NodeType = {
346346
operationId: {
347347
type: 'string',
348348
description:
349-
'The operationId is path segment or path fragment in deep links to a specific operation.',
349+
'Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.',
350350
documentationLink:
351351
'https://redocly.com/learn/openapi/openapi-visual-reference/operation#operationid',
352352
},

packages/core/src/types/oas3_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Operation: NodeType = {
8181
operationId: {
8282
type: 'string',
8383
description:
84-
'The operationId is path segment or path fragment in deep links to a specific operation.',
84+
'Unique string used to identify the operation. The id MUST be unique among all operations described in the API. The operationId value is case-sensitive.',
8585
documentationLink:
8686
'https://redocly.com/learn/openapi/openapi-visual-reference/operation#operationid',
8787
},

0 commit comments

Comments
 (0)