Skip to content

Commit

Permalink
adds missing body to patch app deployment request
Browse files Browse the repository at this point in the history
  • Loading branch information
soufi committed Aug 19, 2024
1 parent 51fef5b commit 1f473f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/application_manager_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ paths:
operationId: PatchDeployment
summary: Patch a deployment
description: Updates an existing deployment with the provided details.
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/DeploymentRequestBody"
responses:
"401":
$ref: "#/components/responses/UnauthorizedError"
Expand Down Expand Up @@ -467,6 +472,7 @@ components:
type: object
vCores:
type: number
format: float
description: The application allocated virtual cores.
integrations:
type: object
Expand Down

0 comments on commit 1f473f9

Please sign in to comment.