diff --git a/Mp1.json b/Mp1.json index 2607610a67ab083246d3416171ce3cdcaad5588d..d715229b0cb44cb8fbbcbac777b9896fc56e305b 100644 Binary files a/Mp1.json and b/Mp1.json differ diff --git a/Mp1.yaml b/Mp1.yaml index 93c6ebfc3c6af71c4a3e9b9ed2af442dc38de039..2b51c89f057b3e2ce66b32a2aabe4e7f8e25acfc 100644 --- a/Mp1.yaml +++ b/Mp1.yaml @@ -321,6 +321,11 @@ paths: responses: '201': description: Entity body in the request contains a subscription to the mobile edge service availability notifications that is to be created. + headers: + location: + description: The resource URI of the created resource + type: string + format: uri schema: type: object properties: @@ -684,6 +689,11 @@ paths: responses: '201': description: 'Upon success, the HTTP response shall include a Location HTTP header that contains the resource URI of the created resource.' + headers: + location: + description: The resource URI of the created resource + type: string + format: uri schema: type: object properties: diff --git a/paths/ApplicationsSubscriptions.POST.yaml b/paths/ApplicationsSubscriptions.POST.yaml index 50eb9a1609fc9c2bf1ddd78e959a41a122c4367e..591271ba605feb96f03533376f93ef644a8eab33 100644 --- a/paths/ApplicationsSubscriptions.POST.yaml +++ b/paths/ApplicationsSubscriptions.POST.yaml @@ -10,6 +10,11 @@ parameters: responses: 201: description: Entity body in the request contains a subscription to the mobile edge service availability notifications that is to be created. + headers: + location: + description: The resource URI of the created resource + type: string + format: uri schema: type: object properties: diff --git a/paths/Services.POST.yaml b/paths/Services.POST.yaml index 0c8ac85f9380416d1007a648eeeeb0b55fdc9b5f..21fad5cb296843d789791d9a18b9adf3dc1fc0be 100644 --- a/paths/Services.POST.yaml +++ b/paths/Services.POST.yaml @@ -8,6 +8,11 @@ parameters: responses: 201: description: Upon success, the HTTP response shall include a Location HTTP header that contains the resource URI of the created resource. + headers: + location: + description: The resource URI of the created resource + type: string + format: uri schema: type: object properties: