Skip to content

tsoa-next / tsoa-next / Body

Function: Body()

ts
function Body(): ParameterDecorator;

Defined in: packages/runtime/src/decorators/parameter.ts:6

Binds the full HTTP request body to a controller parameter.

Returns

ParameterDecorator

TypeScript-first OpenAPI generation, route generation, and runtime validation.