consumes

@get:AliasFor(annotation = Consumes::class)
val consumes: Array<String>

Content-Type consumed by this endpoint; defaults to JSON.