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

Fix on contact details and notification endpoints shortened

parent cf96bd1f
Loading
Loading
Loading
Loading
Loading
+929 −927
Original line number Diff line number Diff line
@@ -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"
    }
  },
+2 −0
Original line number Diff line number Diff line
@@ -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"
+1825 −1823
Original line number Diff line number Diff line
@@ -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",
+3 −1
Original line number Diff line number Diff line
@@ -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:
      - ''
+2129 −2127
Original line number Diff line number Diff line
@@ -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",
Loading