chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@fef2de1ec5

Updated: 2026-05-09 05:51:28 UTC
This commit is contained in:
Dokploy Bot
2026-05-09 05:51:28 +00:00
parent bc3fe40c4f
commit ec8d8c18de

View File

@@ -1292,16 +1292,6 @@
} }
] ]
}, },
"branch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"owner": { "owner": {
"anyOf": [ "anyOf": [
{ {
@@ -1332,6 +1322,11 @@
} }
] ]
}, },
"branch": {
"type": "string",
"minLength": 1,
"pattern": "^[a-zA-Z0-9._\\-/]+$"
},
"triggerType": { "triggerType": {
"default": "push", "default": "push",
"type": "string", "type": "string",
@@ -1360,10 +1355,10 @@
"required": [ "required": [
"applicationId", "applicationId",
"repository", "repository",
"branch",
"owner", "owner",
"buildPath", "buildPath",
"githubId", "githubId",
"branch",
"triggerType" "triggerType"
] ]
} }
@@ -1448,16 +1443,6 @@
"applicationId": { "applicationId": {
"type": "string" "type": "string"
}, },
"gitlabBranch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"gitlabBuildPath": { "gitlabBuildPath": {
"anyOf": [ "anyOf": [
{ {
@@ -1518,6 +1503,11 @@
} }
] ]
}, },
"gitlabBranch": {
"type": "string",
"minLength": 1,
"pattern": "^[a-zA-Z0-9._\\-/]+$"
},
"enableSubmodules": { "enableSubmodules": {
"type": "boolean" "type": "boolean"
}, },
@@ -1537,13 +1527,13 @@
}, },
"required": [ "required": [
"applicationId", "applicationId",
"gitlabBranch",
"gitlabBuildPath", "gitlabBuildPath",
"gitlabOwner", "gitlabOwner",
"gitlabRepository", "gitlabRepository",
"gitlabId", "gitlabId",
"gitlabProjectId", "gitlabProjectId",
"gitlabPathNamespace" "gitlabPathNamespace",
"gitlabBranch"
] ]
} }
} }
@@ -1624,16 +1614,6 @@
"schema": { "schema": {
"type": "object", "type": "object",
"properties": { "properties": {
"bitbucketBranch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"bitbucketBuildPath": { "bitbucketBuildPath": {
"anyOf": [ "anyOf": [
{ {
@@ -1687,6 +1667,11 @@
"applicationId": { "applicationId": {
"type": "string" "type": "string"
}, },
"bitbucketBranch": {
"type": "string",
"minLength": 1,
"pattern": "^[a-zA-Z0-9._\\-/]+$"
},
"enableSubmodules": { "enableSubmodules": {
"type": "boolean" "type": "boolean"
}, },
@@ -1705,13 +1690,13 @@
} }
}, },
"required": [ "required": [
"bitbucketBranch",
"bitbucketBuildPath", "bitbucketBuildPath",
"bitbucketOwner", "bitbucketOwner",
"bitbucketRepository", "bitbucketRepository",
"bitbucketRepositorySlug", "bitbucketRepositorySlug",
"bitbucketId", "bitbucketId",
"applicationId" "applicationId",
"bitbucketBranch"
] ]
} }
} }
@@ -1795,16 +1780,6 @@
"applicationId": { "applicationId": {
"type": "string" "type": "string"
}, },
"giteaBranch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"giteaBuildPath": { "giteaBuildPath": {
"anyOf": [ "anyOf": [
{ {
@@ -1845,6 +1820,11 @@
} }
] ]
}, },
"giteaBranch": {
"type": "string",
"minLength": 1,
"pattern": "^[a-zA-Z0-9._\\-/]+$"
},
"enableSubmodules": { "enableSubmodules": {
"type": "boolean" "type": "boolean"
}, },
@@ -1864,11 +1844,11 @@
}, },
"required": [ "required": [
"applicationId", "applicationId",
"giteaBranch",
"giteaBuildPath", "giteaBuildPath",
"giteaOwner", "giteaOwner",
"giteaRepository", "giteaRepository",
"giteaId" "giteaId",
"giteaBranch"
] ]
} }
} }
@@ -2079,16 +2059,6 @@
"schema": { "schema": {
"type": "object", "type": "object",
"properties": { "properties": {
"customGitBranch": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"applicationId": { "applicationId": {
"type": "string" "type": "string"
}, },
@@ -2128,6 +2098,11 @@
"enableSubmodules": { "enableSubmodules": {
"type": "boolean" "type": "boolean"
}, },
"customGitBranch": {
"type": "string",
"minLength": 1,
"pattern": "^[a-zA-Z0-9._\\-/]+$"
},
"customGitSSHKeyId": { "customGitSSHKeyId": {
"anyOf": [ "anyOf": [
{ {
@@ -2140,11 +2115,11 @@
} }
}, },
"required": [ "required": [
"customGitBranch",
"applicationId", "applicationId",
"customGitBuildPath", "customGitBuildPath",
"customGitUrl", "customGitUrl",
"watchPaths" "watchPaths",
"customGitBranch"
] ]
} }
} }