Skip to content
Snippets Groups Projects
Commit 383f2e79 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_69 POST Method (on Notification endpoint) request and response updated

parent 8ca5694e
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ paths:
The POST method delivers a notification from the server to the client.
parameters:
- name: VnfLcmOperationOccurrenceNotification
description: A notification about on-boarding of a VNF package.
description: A notification about lifecycle changes triggered by a VNF LCM operation occurrence.
in: body
required: true
schema:
......@@ -82,7 +82,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
The notification has been delivered successfully.
headers:
WWW-Authenticate:
description: >
......@@ -196,7 +196,7 @@ paths:
- name: VnfIdentifierCreationNotification
description: >
A notification about the creation of a VNF identifier and the
related VNF instance resource.
related "Individual VNF instance" resource.
in: body
required: true
schema:
......@@ -220,7 +220,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
The notification has been delivered successfully.
headers:
WWW-Authenticate:
description: >
......@@ -334,7 +334,7 @@ paths:
- name: VnfIdentifierDeletionNotification
description: >
A notification about the deletion of a VNF identifier and the
related VNF instance resource.
related "Individual VNF instance" resource.
in: body
required: true
schema:
......@@ -358,7 +358,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
The notification has been delivered successfully.
headers:
WWW-Authenticate:
description: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment