mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-23 22:19:49 +00:00
fix(docs): remove incorrect uuid format in openapi spec (#7419)
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dc6ef3d231
commit
9b6d1613ed
+42
-84
@@ -2134,8 +2134,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -2180,8 +2179,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2272,8 +2270,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -2661,8 +2658,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2725,8 +2721,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -2774,8 +2769,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -2863,8 +2857,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -2958,8 +2951,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3060,8 +3052,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -3070,8 +3061,7 @@
|
||||
"description": "UUID of the environment variable.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3124,8 +3114,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -3202,8 +3191,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3256,8 +3244,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3521,8 +3508,7 @@
|
||||
"description": "UUID of the cloud provider token.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3730,8 +3716,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3777,8 +3762,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3910,8 +3894,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -3957,8 +3940,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -4049,8 +4031,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -4271,8 +4252,7 @@
|
||||
"description": "UUID of the backup configuration to delete",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -4340,8 +4320,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -4350,8 +4329,7 @@
|
||||
"description": "UUID of the backup configuration.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -5528,8 +5506,7 @@
|
||||
"description": "UUID of the backup configuration",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -5538,8 +5515,7 @@
|
||||
"description": "UUID of the backup execution to delete",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -5618,8 +5594,7 @@
|
||||
"description": "UUID of the backup configuration",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -5688,8 +5663,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -5742,8 +5716,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -5796,8 +5769,7 @@
|
||||
"description": "UUID of the database.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -6109,8 +6081,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -7522,8 +7493,7 @@
|
||||
"description": "UUID of the application.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -7577,8 +7547,7 @@
|
||||
"description": "UUID of the project.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -8415,8 +8384,7 @@
|
||||
"description": "UUID of the server.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9126,8 +9094,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9244,8 +9211,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9293,8 +9259,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9385,8 +9350,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9483,8 +9447,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9588,8 +9551,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -9598,8 +9560,7 @@
|
||||
"description": "UUID of the environment variable.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9652,8 +9613,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9706,8 +9666,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -9760,8 +9719,7 @@
|
||||
"description": "UUID of the service.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user