build

fun build(schemaInference: JsonSchemaInference = KotlinxJsonSchemaInference, defaultContentTypes: List<ContentType> = listOf(ContentType.Application.Json), configure: Operation.Builder.() -> Unit): Operation(source)

Builds an Operation instance using the provided DSL configure block.

Report a problem