object EndpointDocs
- Companion:
- class
Value members
Concrete methods
- Returns:
An empty documentation value, with no summary, no description, no tags, no callbacks, and the
deprecatedflag set tofalse. You can transform the returned EndpointDocs value by using thewithXxxoperations:EndpointDocs().withSummary(Some("endpoint summary"))
Deprecated methods
@deprecated("Use `EndpointDocs().withXxx(...)` instead of `EndpointDocs(xxx = ...)`", "1.0.0")
def apply(summary: Documentation, description: Documentation, tags: List[String], callbacks: Map[String, CallbacksDocs], deprecated: Boolean): EndpointDocs
- Deprecated