From cd3807ee422c0d18e5ef3320b9e2315a7c0ee33c Mon Sep 17 00:00:00 2001 From: gunjald <107645297+gunjald@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:30:40 +0530 Subject: [PATCH 1/2] Update EdgeCloud_LcM.yaml Improving the description of the username field --- code/API_definitions/EdgeCloud_LcM.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/EdgeCloud_LcM.yaml b/code/API_definitions/EdgeCloud_LcM.yaml index e2f9af20..fcae522f 100644 --- a/code/API_definitions/EdgeCloud_LcM.yaml +++ b/code/API_definitions/EdgeCloud_LcM.yaml @@ -436,7 +436,7 @@ components: $ref: '#/components/schemas/Uri' userName: type: string - description: Username to acces the artifact repository + description: Username is mandatory to access the artifact repository in case of private repository password: type: string description: Password to acces the artifact repository From 8cb5825eb6356bb6572371c02d6e407e86ae0fb9 Mon Sep 17 00:00:00 2001 From: gunjald <107645297+gunjald@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:28:13 +0530 Subject: [PATCH 2/2] Update EdgeCloud_LcM.yaml Spelling corrections acces to access --- code/API_definitions/EdgeCloud_LcM.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/EdgeCloud_LcM.yaml b/code/API_definitions/EdgeCloud_LcM.yaml index fcae522f..df8dd422 100644 --- a/code/API_definitions/EdgeCloud_LcM.yaml +++ b/code/API_definitions/EdgeCloud_LcM.yaml @@ -439,10 +439,10 @@ components: description: Username is mandatory to access the artifact repository in case of private repository password: type: string - description: Password to acces the artifact repository + description: Password to access the artifact repository token: type: string - description: Authorization token acces the artifact repository + description: Authorization token access the artifact repository componentSpec: description: Details about compute, networking and storage requirements for each component of the application. App provider should define all information needed to instantiate the component.