Path

constructor(parameters: List<OpenApi.Parameter> = emptyList(), head: OpenApi.Operation? = null, get: OpenApi.Operation? = null, post: OpenApi.Operation? = null, put: OpenApi.Operation? = null, patch: OpenApi.Operation? = null, delete: OpenApi.Operation? = null)(source)