mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-09 04:19:43 +00:00
fix: Added missing parameters to patch operations
This commit is contained in:
26
openapi.yaml
26
openapi.yaml
@@ -1217,6 +1217,15 @@ paths:
|
|||||||
summary: Update
|
summary: Update
|
||||||
description: 'Update application by UUID.'
|
description: 'Update application by UUID.'
|
||||||
operationId: 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:
|
requestBody:
|
||||||
description: 'Application updated.'
|
description: 'Application updated.'
|
||||||
required: true
|
required: true
|
||||||
@@ -3253,6 +3262,15 @@ paths:
|
|||||||
summary: Update
|
summary: Update
|
||||||
description: 'Update Project.'
|
description: 'Update Project.'
|
||||||
operationId: update-project-by-uuid
|
operationId: update-project-by-uuid
|
||||||
|
parameters:
|
||||||
|
-
|
||||||
|
name: uuid
|
||||||
|
in: path
|
||||||
|
description: 'UUID of the application.'
|
||||||
|
required: true
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
requestBody:
|
requestBody:
|
||||||
description: 'Project updated.'
|
description: 'Project updated.'
|
||||||
required: true
|
required: true
|
||||||
@@ -3671,6 +3689,14 @@ paths:
|
|||||||
summary: Update
|
summary: Update
|
||||||
description: 'Update Server.'
|
description: 'Update Server.'
|
||||||
operationId: update-server-by-uuid
|
operationId: update-server-by-uuid
|
||||||
|
parameters:
|
||||||
|
-
|
||||||
|
name: uuid
|
||||||
|
in: path
|
||||||
|
description: "Server's UUID"
|
||||||
|
required: true
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
description: 'Server updated.'
|
description: 'Server updated.'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user