Commit 0e8d07f3 authored by WIEHEU's avatar WIEHEU
Browse files

update after CT4#135

parent 96ce504b
Loading
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -1366,6 +1366,12 @@ paths:
            enum:
              - true
      responses:
        '200':
          description: Expected response to a valid request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SmfDeregInfo'
        '204':
          description: Expected response to a valid request
        '400':
@@ -3069,6 +3075,10 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
        oldGuami:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Guami'
        sdmSubscriptionTerminated:
          type: boolean
          enum:
            - true

    PcscfRestorationNotification:
      description: >
@@ -3548,6 +3558,17 @@ components:
          enum:
            - true

    SmfDeregInfo:
      description: >
        This datatype is supported by the DELETE Response HTTP method, and it includes information
        about the removed smfRegistration resource.
      type: object
      properties:
        sdmSubscriptionTerminated:
          type: boolean
          enum:
            - true

# SIMPLE TYPES:

    PurgeFlag: