fix: remove incorrect uuid format in cloud tokens api spec

This commit is contained in:
peaklabs-dev
2026-01-04 16:04:46 +01:00
parent e760883a15
commit bd8331cb17
3 changed files with 1 additions and 4 deletions
@@ -411,7 +411,6 @@ class CloudProviderTokensController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
+1 -2
View File
@@ -3508,8 +3508,7 @@
"description": "UUID of the cloud provider token.",
"required": true,
"schema": {
"type": "string",
"format": "uuid"
"type": "string"
}
}
],
-1
View File
@@ -2206,7 +2206,6 @@ paths:
required: true
schema:
type: string
format: uuid
responses:
'200':
description: 'Cloud provider token deleted.'