Skip to content

tsoa-next / @tsoa-next/runtime / Put

Function: Put()

ts
function Put(value?): MethodDecorator;

Defined in: packages/runtime/src/decorators/methods.ts:19

Marks a controller method as handling HTTP PUT requests for the given relative path.

Parameters

value?

string

Returns

MethodDecorator

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