diff --git a/api/openapi.json b/api/openapi.json index 879b9858..cde65b55 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -1581,7 +1581,9 @@ "MuxMatcherType": { "type": "string", "enum": [ - "catch_all" + "catch_all", + "filename_match", + "request_type_match" ], "title": "MuxMatcherType", "description": "Represents the different types of matchers we support."