Skip to content

Commit

Permalink
clarify appinstances get behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
gainsley committed Nov 6, 2024
1 parent 1e906ee commit bfa7f17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/API_definitions/Edge-Application-Management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,10 @@ paths:
$ref: '#/components/schemas/EdgeCloudRegion'
responses:
'200':
description: Information of Application Instances
description: |
List of application instances. Returns an empty list if no
instances were found or none match the specified query
parameters.
headers:
x-correlator:
$ref: "#/components/headers/x-correlator"
Expand Down

0 comments on commit bfa7f17

Please sign in to comment.