mirror of
https://github.com/Dokploy/cli.git
synced 2026-07-07 06:55:22 +02:00
chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@3e74f9a374 Updated: 2026-07-05 21:02:01 UTC
This commit is contained in:
10
openapi.json
10
openapi.json
@@ -1325,7 +1325,7 @@
|
||||
"branch": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^[a-zA-Z0-9._\\-/]+$"
|
||||
"pattern": "^[a-zA-Z0-9._\\-/#]+$"
|
||||
},
|
||||
"triggerType": {
|
||||
"default": "push",
|
||||
@@ -1506,7 +1506,7 @@
|
||||
"gitlabBranch": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^[a-zA-Z0-9._\\-/]+$"
|
||||
"pattern": "^[a-zA-Z0-9._\\-/#]+$"
|
||||
},
|
||||
"enableSubmodules": {
|
||||
"type": "boolean"
|
||||
@@ -1670,7 +1670,7 @@
|
||||
"bitbucketBranch": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^[a-zA-Z0-9._\\-/]+$"
|
||||
"pattern": "^[a-zA-Z0-9._\\-/#]+$"
|
||||
},
|
||||
"enableSubmodules": {
|
||||
"type": "boolean"
|
||||
@@ -1823,7 +1823,7 @@
|
||||
"giteaBranch": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^[a-zA-Z0-9._\\-/]+$"
|
||||
"pattern": "^[a-zA-Z0-9._\\-/#]+$"
|
||||
},
|
||||
"enableSubmodules": {
|
||||
"type": "boolean"
|
||||
@@ -2101,7 +2101,7 @@
|
||||
"customGitBranch": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^[a-zA-Z0-9._\\-/]+$"
|
||||
"pattern": "^[a-zA-Z0-9._\\-/#]+$"
|
||||
},
|
||||
"customGitSSHKeyId": {
|
||||
"anyOf": [
|
||||
|
||||
Reference in New Issue
Block a user