Closed vincent-vade closed 1 year ago
Hi,
First the package work pretty well. I would like to know if it's possible to add operationId inside the context of an handler ?
like:
{ schema: { ...otherSchema }, config: { hideHead: true, openapi: { operationId: "getUserById", }, }, }
Because as i try the operationId is omit from the final openapi result.
Best regards
Vincent
Ok i find it in local... I'll create a new PR
Amazing. Thanks! For the time being, I'm closing this.
Hi,
First the package work pretty well. I would like to know if it's possible to add operationId inside the context of an handler ?
like:
Because as i try the operationId is omit from the final openapi result.
Best regards
Vincent