Void
The Void
type is used only as a return value. It is never valid as a parameter for any operation.
Its use indicates a given operation does not return anything. Operations that return type Void
will
respond with an empty HTTP message body.
See also