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@4ec282b2f3 Updated: 2026-02-09 05:41:26 UTC
This commit is contained in:
@@ -2414,6 +2414,33 @@
|
||||
"additionalProperties": false,
|
||||
"nullable": true
|
||||
},
|
||||
"ulimitsSwarm": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"Soft": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
},
|
||||
"Hard": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Name",
|
||||
"Soft",
|
||||
"Hard"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"replicas": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -3775,6 +3802,33 @@
|
||||
"additionalProperties": false,
|
||||
"nullable": true
|
||||
},
|
||||
"ulimitsSwarm": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"Soft": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
},
|
||||
"Hard": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Name",
|
||||
"Soft",
|
||||
"Hard"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"replicas": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -4755,6 +4809,33 @@
|
||||
"additionalProperties": false,
|
||||
"nullable": true
|
||||
},
|
||||
"ulimitsSwarm": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"Soft": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
},
|
||||
"Hard": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Name",
|
||||
"Soft",
|
||||
"Hard"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"replicas": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -5718,6 +5799,33 @@
|
||||
"additionalProperties": false,
|
||||
"nullable": true
|
||||
},
|
||||
"ulimitsSwarm": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"Soft": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
},
|
||||
"Hard": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Name",
|
||||
"Soft",
|
||||
"Hard"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"replicas": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -6691,6 +6799,33 @@
|
||||
"additionalProperties": false,
|
||||
"nullable": true
|
||||
},
|
||||
"ulimitsSwarm": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"Soft": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
},
|
||||
"Hard": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Name",
|
||||
"Soft",
|
||||
"Hard"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"replicas": {
|
||||
"type": "number"
|
||||
},
|
||||
@@ -7684,6 +7819,33 @@
|
||||
"additionalProperties": false,
|
||||
"nullable": true
|
||||
},
|
||||
"ulimitsSwarm": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Name": {
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
"Soft": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
},
|
||||
"Hard": {
|
||||
"type": "integer",
|
||||
"minimum": -1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"Name",
|
||||
"Soft",
|
||||
"Hard"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"replicas": {
|
||||
"type": "number"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user