Merge pull request #3288 from julienbeugras/fix-project-create-api-docs
Fix project create api docs
This commit is contained in:
@@ -171,7 +171,7 @@ class ProjectController extends Controller
|
|||||||
schema: new OA\Schema(
|
schema: new OA\Schema(
|
||||||
type: 'object',
|
type: 'object',
|
||||||
properties: [
|
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.'],
|
'description' => ['type' => 'string', 'description' => 'The description of the project.'],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
@@ -3024,7 +3024,7 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
uuid:
|
name:
|
||||||
type: string
|
type: string
|
||||||
description: 'The name of the project.'
|
description: 'The name of the project.'
|
||||||
description:
|
description:
|
||||||
|
Reference in New Issue
Block a user