Commit 21aa9898 authored by dongwwei's avatar dongwwei
Browse files

Update TS29392_MMTel_DCAppManagement.yaml after CT3#145

parent 82870d4c
Loading
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: MMTel DC Application Management Service
  version: 1.0.0
  version: 1.0.1
  description: |
    MMTel DC Application Management Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.392 V19.0.0; 
    3GPP TS 29.392 V19.1.0; 
    Application layer support for MMTel;
    MMTel Enabler Server Services;Stage 3.
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.392/
@@ -40,11 +40,10 @@ paths:
            schema:
              $ref: '#/components/schemas/DcAppConfigReq'
      responses:
        '201':
        '200':
          description: >
            Created. The DC application and DC application profile configuration is successfully
            created and a representation of the created Individual DC application and DC application
            profile Configuration shall be returned in the response body.
            OK. The DC application and DC application profile configuration is successfully
            processed and DC application and profile Configuration shall be returned in the response body.
          content:
            application/json:
              schema:
@@ -422,8 +421,6 @@ components:
      properties:
        reqId:
          type: string
        secCred:
          type: string
        dcAppNum:
          type: integer
        appIdList:
@@ -443,13 +440,13 @@ components:
      properties:
        status:
          $ref: '#/components/schemas/Status'
        secCred:
          type: string
        dcAppInfoList:
          type: array
          items:
            $ref: '#/components/schemas/DcAppUpdateParameters'
          minItems: 1
        failureCause:
          type: string
      required:
        - status