Commit b4b45eed authored by dongwwei's avatar dongwwei
Browse files

Update TS29392_MMTel_CallEvent.yaml after CT3#145

parent 267b4d9f
Loading
Loading
Loading
Loading
Loading
+13 −15
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  title: MMTel_CallEvent
  version: 1.0.0
  title: MMTel_CallEvent API
  version: 1.0.1
  description: |
    MMTel Enabler Server Call Event 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: https://www.3gpp.org/ftp/Specs/archive/29_series/29.392/

@@ -23,17 +23,17 @@ servers:

security:
  - {}
  - oAuth2ClientCredentials:
    - mmtel-callevent
  - oAuth2ClientCredentials: []

paths:
  /session-event-subscriptions:
    # This is a dummy resource that is not needed and not used. It is defined for the sole purpose of enabling the definition of the below ImsSessionEventNotification callback.
    post:
    # This is a pseudo operation, Application Server shall NOT invoke this method!
      summary: MMTel_CallEvent Subscribe service operation, pseudo operation
    # This is a dummy service operation, service consumers (e.g., Application Server) shall NOT invoke this method on this resource! It is defined only for the purpose of defining the below ImsSessionEventNotification callback.
      summary: Pseudo dummy operation
      tags:
        - Session Event Subscriptions (Collection)
      operationId: Subscribe
      operationId: DummySubscribe
      requestBody:
        required: true
        content:
@@ -43,10 +43,9 @@ paths:
      responses:
        default:
          $ref: 'TS29571_CommonData.yaml#/components/responses/default'

      callbacks:
        ImsSessionEventNotification:
          '{SessionEventNotificationUri}':
          '{sessionEventNotificationUri}':
            post:
              requestBody:
                required: true
@@ -56,7 +55,7 @@ paths:
                      $ref: 'TS29175_Nimsas_ImsSessionManagement.yaml#/components/schemas/ImsSessionEventNotification'
              responses:
                '204':
                  description: No Content, notification was succesfull.
                  description: No Content, notification wassuccessfully received.
                '307':
                  $ref: 'TS29571_CommonData.yaml#/components/responses/307'
                '308':
@@ -93,6 +92,5 @@ components:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: '{nrfApiRoot}/oauth2/token'
          scopes:
            mmtel-callevent: Access to the MMTel_CallEvent API
          tokenUrl: '{tokenUrl}'
          scopes:{}