mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
Merge pull request #12490 from DennisHartrampf/fix/documentation-generate-operationId
Set operationId
This commit is contained in:
commit
1cb4307bf8
@ -97,7 +97,7 @@ const getPaths = ({ routeInfo, attributes, tag }) => {
|
||||
responses,
|
||||
tags: [_.upperFirst(tag)],
|
||||
parameters: [],
|
||||
requestBody: {},
|
||||
operationId: `${methodVerb}${routePath}`,
|
||||
};
|
||||
|
||||
if (isListOfEntities) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user