Commit 31a331a4 authored by Ikram Haq's avatar Ikram Haq
Browse files

Fix SubscriptionType value in all request bodies

parent 6b3a0284
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ paths:
                    $ref: '#/components/schemas/UserAreaSubscription'
                example:
                  userAreaSubscription:
                    subscriptionType: 'userAreaSubscription'
                    subscriptionType: 'UserAreaSubscription'
                    clientCorrelator: '0123'
                    callbackReference: 'http://my.callback.com/area_notification/some-id'
                    requestTestNotification: true
@@ -461,7 +461,7 @@ paths:
                  $ref: '#/components/schemas/UserAreaSubscription'
              example:
                userAreaSubscription:
                  subscriptionType: 'userAreaSubscription'
                  subscriptionType: 'UserAreaSubscription'
                  clientCorrelator: '0123'
                  callbackReference: 'http://my.callback.com/user_area_notification/some-id'
                  _links:
@@ -500,7 +500,7 @@ paths:
                    $ref: '#/components/schemas/UserAreaSubscription'
                example:
                  userAreaSubscription:
                    subscriptionType: 'userAreaSubscription'
                    subscriptionType: 'UserAreaSubscription'
                    clientCorrelator: '0123'
                    callbackReference: 'http://my.callback.com/area_notification/some-id'
                    _links:
@@ -1113,7 +1113,7 @@ paths:
                  expiryDeadline:
                    seconds: 1973507343
                    nanoSeconds: 0
                  subscriptionType: "userLocationEventSubscription"
                  subscriptionType: "UserLocationEventSubscription"
        description: |
          The entity body in the request contains the data type of the specific UE location event subscription that is to be created. The available data types are:
          - UserLocationEventSubscription