Skip to content

Commit

Permalink
make GET appinstances response data consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gainsley committed Nov 14, 2024
1 parent ba4eaf8 commit e4f0e8b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions code/API_definitions/Edge-Application-Management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit e4f0e8b

Please sign in to comment.