Merge pull request #12490 from DennisHartrampf/fix/documentation-generate-operationId

Set operationId
This commit is contained in:
markkaylor 2022-03-04 10:21:33 +01:00 committed by GitHub
commit 1cb4307bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ const getPaths = ({ routeInfo, attributes, tag }) => {
responses,
tags: [_.upperFirst(tag)],
parameters: [],
requestBody: {},
operationId: `${methodVerb}${routePath}`,
};
if (isListOfEntities) {