fix(docs): remove environments from projects endpoint
This commit is contained in:
parent
86ffef2df5
commit
38fefa7330
3 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -10566,13 +10566,6 @@
|
|||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"environments": {
|
||||
"description": "The environments of the project.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#\/components\/schemas\/Environment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue