Skip to content

Commit 2d42e63

Browse files
author
Dokploy Bot
committed
chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@7a568aa Updated: 2026-05-12 19:14:34 UTC
1 parent ad0df74 commit 2d42e63

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

openapi.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10479,6 +10479,99 @@
1047910479
}
1048010480
}
1048110481
},
10482+
"/compose.previewTemplate": {
10483+
"post": {
10484+
"operationId": "compose-previewTemplate",
10485+
"tags": [
10486+
"compose"
10487+
],
10488+
"security": [
10489+
{
10490+
"Authorization": []
10491+
}
10492+
],
10493+
"parameters": [],
10494+
"requestBody": {
10495+
"required": true,
10496+
"content": {
10497+
"application/json": {
10498+
"schema": {
10499+
"type": "object",
10500+
"properties": {
10501+
"base64": {
10502+
"type": "string"
10503+
},
10504+
"appName": {
10505+
"type": "string"
10506+
},
10507+
"serverId": {
10508+
"type": "string"
10509+
}
10510+
},
10511+
"required": [
10512+
"base64",
10513+
"appName"
10514+
]
10515+
}
10516+
}
10517+
}
10518+
},
10519+
"responses": {
10520+
"200": {
10521+
"description": "Successful response",
10522+
"content": {
10523+
"application/json": {
10524+
"schema": {
10525+
"type": "object",
10526+
"properties": {},
10527+
"additionalProperties": false
10528+
}
10529+
}
10530+
}
10531+
},
10532+
"400": {
10533+
"description": "Invalid input data",
10534+
"content": {
10535+
"application/json": {
10536+
"schema": {
10537+
"$ref": "#/components/schemas/error.BAD_REQUEST"
10538+
}
10539+
}
10540+
}
10541+
},
10542+
"401": {
10543+
"description": "Authorization not provided",
10544+
"content": {
10545+
"application/json": {
10546+
"schema": {
10547+
"$ref": "#/components/schemas/error.UNAUTHORIZED"
10548+
}
10549+
}
10550+
}
10551+
},
10552+
"403": {
10553+
"description": "Insufficient access",
10554+
"content": {
10555+
"application/json": {
10556+
"schema": {
10557+
"$ref": "#/components/schemas/error.FORBIDDEN"
10558+
}
10559+
}
10560+
}
10561+
},
10562+
"500": {
10563+
"description": "Internal server error",
10564+
"content": {
10565+
"application/json": {
10566+
"schema": {
10567+
"$ref": "#/components/schemas/error.INTERNAL_SERVER_ERROR"
10568+
}
10569+
}
10570+
}
10571+
}
10572+
}
10573+
}
10574+
},
1048210575
"/compose.import": {
1048310576
"post": {
1048410577
"operationId": "compose-import",

0 commit comments

Comments
 (0)