bodyParam

Declare that a parameter will be transmitted to the API through the body.

It will be serialized as part of a JSON object. The serialization format is currently not customizable.

@safe
bodyParam
(
string identifier
,
string field
)

Meta