Put

Route handler (method) Decorator. Routes HTTP PUT requests to the specified path.


const Put: (path?: string | string[]) => MethodDecorator;

See also