diff --git a/app/Http/Controllers/Api/OpenApi.php b/app/Http/Controllers/Api/OpenApi.php index ee75c1c6c..60337a76c 100644 --- a/app/Http/Controllers/Api/OpenApi.php +++ b/app/Http/Controllers/Api/OpenApi.php @@ -5,9 +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', description: 'Coolify Cloud API. Change the host to your own instance if you are self-hosting.', variables: [ - new OA\ServerVariable('token', 'your-coolify-token-here', 'Coolify token for authentication'), -])] +#[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', diff --git a/openapi.json b/openapi.json index 7f1aa637b..b48bd85e9 100644 --- a/openapi.json +++ b/openapi.json @@ -7,13 +7,7 @@ "servers": [ { "url": "https:\/\/app.coolify.io\/api\/v1", - "description": "Coolify Cloud API. Change the host to your own instance if you are self-hosting.", - "variables": { - "token": { - "default": "Coolify token for authentication", - "description": "your-coolify-token-here" - } - } + "description": "Coolify Cloud API. Change the host to your own instance if you are self-hosting." } ], "paths": { diff --git a/openapi.yaml b/openapi.yaml index 07e1f82c2..239da6820 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6,10 +6,6 @@ servers: - url: 'https://app.coolify.io/api/v1' description: 'Coolify Cloud API. Change the host to your own instance if you are self-hosting.' - variables: - token: - default: 'Coolify token for authentication' - description: your-coolify-token-here paths: /applications: get: