Commit f102112e authored by Walter Featherstone's avatar Walter Featherstone
Browse files

subscriptionType in path has only 2 possibilities

parent 9d2c84ca
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1614,7 +1614,11 @@
        "in": "path",
        "required": true,
        "schema": {
          "type": "string"
          "type": "string",
          "enum": [
            "AppTerminationNotificationSubscription",
            "SerAvailabilityNotificationSubscription"
          ]
        }
      },
      "Path.ServiceId": {
+3 −0
Original line number Diff line number Diff line
@@ -1276,6 +1276,9 @@ components:
      required: true
      schema:
        type: string
        enum:
          - AppTerminationNotificationSubscription        
          - SerAvailabilityNotificationSubscription
    Path.ServiceId:
      name: serviceId
      description: Represents a mobile edge service instance.