Commit 92c0bc50 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on contact details and notification endpoints shortened

parent cf96bd1f
Pipeline #5252 passed with stage
in 0 seconds
......@@ -8,6 +8,8 @@
"url": "https://forge.etsi.org/legal-matters"
},
"contact": {
"name": "ETSI Forge",
"email": "cti_support@etsi.org",
"url": "https://forge.etsi.org/rep/mec/gs010-2-app-pkg-lcm-api"
}
},
......@@ -1014,4 +1016,4 @@
}
}
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -6,6 +6,8 @@ info:
name: BSD-3-Clause
url: 'https://forge.etsi.org/legal-matters'
contact:
name: ETSI Forge
email: cti_support@etsi.org
url: https://forge.etsi.org/rep/mec/gs010-2-app-pkg-lcm-api
externalDocs:
description: "ETSI GS MEC 010-2 - Part 2: Application lifecycle, rules and requirements management, v2.1.1"
......
......@@ -8,6 +8,8 @@
"url": "https://forge.etsi.org/legal-matters"
},
"contact": {
"name": "ETSI Forge",
"email": "cti_support@etsi.org",
"url": "https://forge.etsi.org/rep/mec/gs010-2-app-pkg-lcm-api"
}
},
......@@ -480,7 +482,7 @@
}
}
},
"/URI_is_provided_by_the_client_when_creating_the_subscription_AppInstNotification_AppLcmOpOccNotification": {
"/user_defined_notification": {
"post": {
"tags": [
""
......@@ -1822,7 +1824,7 @@
"x-etsi-mec-origin-type": "Uint32"
},
"seconds": {
"description": "The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
"description": "The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
"format": "Uint32",
"type": "integer",
"x-etsi-mec-cardinality": "1",
......@@ -2029,4 +2031,4 @@
}
}
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -6,6 +6,8 @@ info:
name: BSD-3-Clause
url: 'https://forge.etsi.org/legal-matters'
contact:
name: ETSI Forge
email: cti_support@etsi.org
url: https://forge.etsi.org/rep/mec/gs010-2-app-pkg-lcm-api
externalDocs:
description: "ETSI GS MEC 010-2 - Part 2: Application lifecycle, rules and requirements management, v2.1.1"
......@@ -310,7 +312,7 @@ paths:
###############################################################################
# Notification endpoint oneOf: AppInstNotification, AppLcmOpOccNotification #
###############################################################################
/URI_is_provided_by_the_client_when_creating_the_subscription_AppInstNotification_AppLcmOpOccNotification:
/user_defined_notification:
post:
tags:
- ''
......
......@@ -8,6 +8,8 @@
"url": "https://forge.etsi.org/legal-matters"
},
"contact": {
"name": "ETSI Forge",
"email": "cti_support@etsi.org",
"url": "https://forge.etsi.org/rep/mec/gs010-2-app-pkg-lcm-api"
}
},
......@@ -473,7 +475,7 @@
}
}
},
"/URI_is_provided_by_the_client_when_creating_the_subscription_AppPkgNotification": {
"/user_defined_notification": {
"post": {
"tags": [
"app-pkgm-notifications"
......@@ -915,7 +917,7 @@
"AppD": {
"properties": {
"appDId": {
"description": "Identifier of this MEC application descriptor. This attribute shall be globally unique. See note 1.",
"description": "Identifier of this MEC application descriptor. This attribute shall be globally unique. See note 1.",
"type": "string",
"x-etsi-mec-cardinality": "1",
"x-etsi-mec-origin-type": "String"
......@@ -1863,7 +1865,7 @@
"x-etsi-mec-origin-type": "Uint32"
},
"seconds": {
"description": "The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
"description": "The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
"format": "Uint32",
"type": "integer",
"x-etsi-mec-cardinality": "1",
......@@ -2334,4 +2336,4 @@
}
}
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -6,6 +6,8 @@ info:
name: BSD-3-Clause
url: 'https://forge.etsi.org/legal-matters'
contact:
name: ETSI Forge
email: cti_support@etsi.org
url: https://forge.etsi.org/rep/mec/gs010-2-app-pkg-lcm-api
externalDocs:
description: "ETSI GS MEC 010-2 - Part 2: Application lifecycle, rules and requirements management, v2.1.1"
......@@ -313,7 +315,7 @@ paths:
###############################################################################
# Notification endpoint AppPkgNotification #
###############################################################################
/URI_is_provided_by_the_client_when_creating_the_subscription_AppPkgNotification:
/user_defined_notification:
post:
tags:
- 'app-pkgm-notifications'
......
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