chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@745cf9d979

Updated: 2026-04-04 16:29:53 UTC
This commit is contained in:
Dokploy Bot
2026-04-04 16:29:53 +00:00
parent 2110741af1
commit 1f3cb92cc5

View File

@@ -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"
}