Skip to content

Commit

Permalink
Replace AppInstances to AppInstanceLocations
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Vicens <felipejose.vicensgonzalez@telefonica.com>
  • Loading branch information
felipevicens committed Oct 28, 2024
1 parent 1218954 commit bcd57bc
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions code/API_definitions/Edge-Application-Management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,14 @@ paths:
schema:
$ref: '#/components/schemas/AppId'
requestBody:
description: Array of Edge Cloud Zone
description: |
The request body for app instances consists of an array
containing references to Edge Cloud Zones and/or
Kubernetes clusters.
content:
application/json:
schema:
$ref: '#/components/schemas/AppInstances'
$ref: '#/components/schemas/AppInstanceLocations'
required: true
responses:
'202':
Expand Down Expand Up @@ -688,10 +691,10 @@ components:
edgeCloudZone:
$ref: '#/components/schemas/EdgeCloudZone'

AppInstances:
AppInstanceLocations:
description: |
Collection of Edge Cloud Zones where the Application Provider wants to
instantiate the application.
Collection of Edge Cloud Zones and/or Kubernetes cluster reference
where the Application Provider wants to instantiate the application.
type: array
items:
type: object
Expand Down

0 comments on commit bcd57bc

Please sign in to comment.