diff --git a/code/API_definitions/Edge-Application-Management.yaml b/code/API_definitions/Edge-Application-Management.yaml index c1ea79a..9d61631 100644 --- a/code/API_definitions/Edge-Application-Management.yaml +++ b/code/API_definitions/Edge-Application-Management.yaml @@ -486,13 +486,9 @@ paths: content: application/json: schema: - type: object - properties: - appInstanceInfo: - type: array - items: - $ref: '#/components/schemas/AppInstanceInfo' - minItems: 1 + type: array + items: + $ref: '#/components/schemas/AppInstanceInfo' '401': $ref: '#/components/responses/401' '403':