put

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

A definition of a PUT operation on this path.


abstract var put: OperationBuilder?

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

Consider using the put function instead of this property.