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