mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-24 10:05:47 -05:00
fix: remove incorrect uuid format in cloud tokens api spec
This commit is contained in:
@@ -411,7 +411,6 @@ class CloudProviderTokensController extends Controller
|
||||
required: true,
|
||||
schema: new OA\Schema(
|
||||
type: 'string',
|
||||
format: 'uuid',
|
||||
)
|
||||
),
|
||||
],
|
||||
|
||||
+1
-2
@@ -3508,8 +3508,7 @@
|
||||
"description": "UUID of the cloud provider token.",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -2206,7 +2206,6 @@ paths:
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
responses:
|
||||
'200':
|
||||
description: 'Cloud provider token deleted.'
|
||||
|
||||
Reference in New Issue
Block a user