annotation Athena::Routing::Annotations::Patch

Overview

Defines a PATCH endpoint.

Fields

Example

@[ARTA::Patch(path: "/users/:id")]
def partial_update_user(id : Int32) : Nil
end

Defined in:

annotations.cr