diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 251580d..8502ea2 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -12969,6 +12969,19 @@ }, "stripPath": { "type": "boolean" + }, + "middlewares": { + "anyOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "type": "null" + } + ] } }, "required": [ @@ -13501,6 +13514,19 @@ "stripPath": { "type": "boolean" }, + "middlewares": { + "anyOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "type": "null" + } + ] + }, "domainId": { "type": "string" }