options

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

A definition of an OPTIONS operation on this path.


abstract var options: OperationBuilder?

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

Consider using the options function instead of this property.