servers

open override fun servers(configure: Servers.Builder.() -> Unit)(source)

Configures one or more servers for this API using the Servers DSL.

Servers describe base URLs where the API can be accessed (for example, production and staging).

Report a problem

Parameters

configure

DSL block used to add server entries.


A list of servers configured for this API.

Report a problem