Merge pull request #3373 from mattstein/api-project-description

feat: Expose project description in API response
This commit is contained in:
Andras Bacsai
2024-09-10 08:49:08 +02:00
committed by GitHub
6 changed files with 16 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ use OpenApi\Attributes as OA;
'id' => ['type' => 'integer'],
'uuid' => ['type' => 'string'],
'name' => ['type' => 'string'],
'description' => ['type' => 'string'],
'environments' => new OA\Property(
property: 'environments',
type: 'array',