fix: Added missing parameters to patch operations

This commit is contained in:
Luke Hagar
2024-11-19 21:01:09 -06:00
committed by GitHub
parent 6ba99cb7ae
commit 5c75af6388

View File

@@ -1217,6 +1217,15 @@ paths:
summary: Update
description: 'Update application by UUID.'
operationId: update-application-by-uuid
parameters:
-
name: uuid
in: path
description: 'UUID of the application.'
required: true
schema:
type: string
format: uuid
requestBody:
description: 'Application updated.'
required: true
@@ -3253,6 +3262,15 @@ paths:
summary: Update
description: 'Update Project.'
operationId: update-project-by-uuid
parameters:
-
name: uuid
in: path
description: 'UUID of the application.'
required: true
schema:
type: string
format: uuid
requestBody:
description: 'Project updated.'
required: true
@@ -3671,6 +3689,14 @@ paths:
summary: Update
description: 'Update Server.'
operationId: update-server-by-uuid
parameters:
-
name: uuid
in: path
description: "Server's UUID"
required: true
schema:
type: string
requestBody:
description: 'Server updated.'
required: true