Merge pull request #3288 from julienbeugras/fix-project-create-api-docs

Fix project create api docs
This commit is contained in:
Andras Bacsai 2024-09-05 11:16:05 +02:00 committed by GitHub
commit dbad08f4dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ public function environment_details(Request $request)
schema: new OA\Schema(
type: 'object',
properties: [
'uuid' => ['type' => 'string', 'description' => 'The name of the project.'],
'name' => ['type' => 'string', 'description' => 'The name of the project.'],
'description' => ['type' => 'string', 'description' => 'The description of the project.'],
],
),

View file

@ -3024,7 +3024,7 @@ paths:
application/json:
schema:
properties:
uuid:
name:
type: string
description: 'The name of the project.'
description: