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