fix: uuid in api docs type

This commit is contained in:
Andras Bacsai
2024-07-24 21:10:32 +02:00
parent f1e5b61970
commit 2ea146333e
6 changed files with 20 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ namespace App\Http\Controllers\Api;
use OpenApi\Attributes as OA;
#[OA\Info(title: 'Coolify', version: '0.1')]
#[OA\Server(url: 'https://app.coolify.io/api/v1')]
#[OA\Server(url: 'https://app.coolify.io/api/v1', description: 'Coolify Cloud API. Change the host to your own instance if you are self-hosting.')]
#[OA\SecurityScheme(
type: 'http',
scheme: 'bearer',