mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@745cf9d979 Updated: 2026-04-04 16:29:53 UTC
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user