annotation Athena::Routing::Put
Overview
Defines a PUT endpoint.
Fields
- path :
String
- The path for the endpoint.
Example
@[Athena::Routing::Put(path: "/users")]
Defines a PUT endpoint.
String
- The path for the endpoint.@[Athena::Routing::Put(path: "/users")]