diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 7e4bac9..f7e0d59 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -12671,6 +12671,16 @@ } ] }, + "customEntrypoint": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "https": { "type": "boolean" }, @@ -13222,6 +13232,16 @@ } ] }, + "customEntrypoint": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "https": { "type": "boolean" },