mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-28 14:20:15 +00:00
fix(docs): remove environments from projects endpoint
This commit is contained in:
@@ -15,12 +15,6 @@ use Visus\Cuid2\Cuid2;
|
|||||||
'uuid' => ['type' => 'string'],
|
'uuid' => ['type' => 'string'],
|
||||||
'name' => ['type' => 'string'],
|
'name' => ['type' => 'string'],
|
||||||
'description' => ['type' => 'string'],
|
'description' => ['type' => 'string'],
|
||||||
'environments' => new OA\Property(
|
|
||||||
property: 'environments',
|
|
||||||
type: 'array',
|
|
||||||
items: new OA\Items(ref: '#/components/schemas/Environment'),
|
|
||||||
description: 'The environments of the project.'
|
|
||||||
),
|
|
||||||
]
|
]
|
||||||
)]
|
)]
|
||||||
class Project extends BaseModel
|
class Project extends BaseModel
|
||||||
|
|||||||
@@ -10566,13 +10566,6 @@
|
|||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
|
||||||
"environments": {
|
|
||||||
"description": "The environments of the project.",
|
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#\/components\/schemas\/Environment"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|||||||
@@ -6692,11 +6692,6 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
environments:
|
|
||||||
description: 'The environments of the project.'
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
$ref: '#/components/schemas/Environment'
|
|
||||||
type: object
|
type: object
|
||||||
Server:
|
Server:
|
||||||
description: 'Server model'
|
description: 'Server model'
|
||||||
|
|||||||
Reference in New Issue
Block a user