mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +00:00
parent
a7d1f30223
commit
c1f10bd5ea
@ -97,7 +97,7 @@ const getPaths = ({ routeInfo, attributes, tag }) => {
|
|||||||
responses,
|
responses,
|
||||||
tags: [_.upperFirst(tag)],
|
tags: [_.upperFirst(tag)],
|
||||||
parameters: [],
|
parameters: [],
|
||||||
operationId: `${methodVerb}${_.upperFirst(routePath)}`,
|
operationId: `${methodVerb}${routePath}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isListOfEntities) {
|
if (isListOfEntities) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user