You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SpringDoc 2.x (2.3 but it seems that feature is not yet implemented on latest version unless if I missed something in codebase and documentation) to provide OpenAPI documentation in a SpringBoot project
Till now I have been able to localize various parts of the documentation that is generated, using in-house mechanisms offered by SpringDoc : @Operation.summary, @Operation.description, @APIResponse.description@
I am now about to provide explicit examples in @APIResponse and I would like to be examples-related elements to allow i18n
Hello,
Context
@Operation.summary
,@Operation.description
,@APIResponse.description@
@APIResponse
and I would like to be examples-related elements to allow i18nDescribe the solution you'd like
@ExampleObject.name
,@ExampleObject.description
,@ExampleObject.summary
,Could you kinldy indicate whether you have plans for such a feature in a future release of whether I should go for workaround ?
Kind Regards
Denis
The text was updated successfully, but these errors were encountered: