We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08f1dc commit e3b0c55Copy full SHA for e3b0c55
Sources/OpenAPIKit/Path Item/PathItem.swift
@@ -9,7 +9,7 @@ import Foundation
9
import Poly
10
11
extension OpenAPI {
12
- public enum HttpVerb: String {
+ public enum HttpVerb: String, CaseIterable {
13
case get = "GET"
14
case post = "POST"
15
case patch = "PATCH"
0 commit comments