ResponseDescriptionProvider

Module interface for providing a custom description for the success response of an endpoint.

Implement this interface and register the module on a route to override the description that would otherwise be derived from the @Response annotation or the default HTTP status description.

See also

Inheritors

Properties

Link copied to clipboard
abstract val description: String