From 416d4416465bf2a46f8d091243e6b5c3af9f3775 Mon Sep 17 00:00:00 2001 From: Jonathan Gainsley <38672162+gainsley@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:22:51 -0800 Subject: [PATCH] clarify appinstances get behavior --- code/API_definitions/Edge-Application-Management.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/API_definitions/Edge-Application-Management.yaml b/code/API_definitions/Edge-Application-Management.yaml index c1ea79a..dc95cef 100644 --- a/code/API_definitions/Edge-Application-Management.yaml +++ b/code/API_definitions/Edge-Application-Management.yaml @@ -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"