Commit 1793bc23 authored by Elian Kraja's avatar Elian Kraja
Browse files

Update MEC010-2_AppPkgMgmt.yaml

parent 89c688ec
Pipeline #11156 running with stage
...@@ -857,7 +857,9 @@ paths: ...@@ -857,7 +857,9 @@ paths:
$ref: '#/components/schemas/AppPkgNotification' $ref: '#/components/schemas/AppPkgNotification'
responses: responses:
'204': '204':
description: "No content" description: "No content"
'404':
description: "Not found"
get: get:
tags: tags:
- app-pkgm - app-pkgm
...@@ -2049,7 +2051,8 @@ components: ...@@ -2049,7 +2051,8 @@ components:
type: string type: string
description: Name of the application package to be onboarded. description: Name of the application package to be onboarded.
appPkgPath: appPkgPath:
type: uri type: string
format: uri
appPkgVersion: appPkgVersion:
type: string type: string
description: >- description: >-
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment