Each module can be configured to have an API that describes other available APIs for that endpoint. It can be done by configuring optionsEnabled parameter in module configuration.
module
optionsEnabled
module<Game>("games") { ... optionsEnabled = true ... }
This will open an OPTION API for the module.
OPTION