fix(docs): remove environments from projects endpoint

This commit is contained in:
peaklabs-dev 2026-01-05 21:52:10 +01:00
parent 86ffef2df5
commit 38fefa7330
No known key found for this signature in database
3 changed files with 0 additions and 18 deletions

View file

@ -15,12 +15,6 @@
'uuid' => ['type' => 'string'],
'name' => ['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

View file

@ -10566,13 +10566,6 @@
},
"description": {
"type": "string"
},
"environments": {
"description": "The environments of the project.",
"type": "array",
"items": {
"$ref": "#\/components\/schemas\/Environment"
}
}
},
"type": "object"

View file

@ -6692,11 +6692,6 @@ components:
type: string
description:
type: string
environments:
description: 'The environments of the project.'
type: array
items:
$ref: '#/components/schemas/Environment'
type: object
Server:
description: 'Server model'