post

abstract fun post(block: OperationDsl.() -> Unit)

A definition of a POST operation on this path.


abstract var post: OperationBuilder?

The currently registered POST operation, or null if none was registered yet.

Consider using the post function instead of this property.