patch

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

A definition of a PATCH operation on this path.


abstract var patch: OperationBuilder?

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

Consider using the patch function instead of this property.