Commit 93093a9c authored by zhangchi1's avatar zhangchi1
Browse files

Update after CT3#146 meeting

parent 93709c25
Loading
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
A.25	MBSUserDataIngestSession API
openapi: 3.0.0

info:
  title: 3gpp-mbs-ud-ingest
  version: 1.1.1
  version: 1.1.2
  description: |
    API for MBS User Data Ingest Session.  
    © 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.522 V18.9.0; 5G System; Network Exposure Function Northbound APIs.
    3GPP TS 29.522 V18.13.0; 5G System; Network Exposure Function Northbound APIs.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'

servers:
@@ -604,11 +605,16 @@ paths:
        description: >
          Contains the parameters to request the modification of the Individual MBS User Data Ingest
          Session Status Subscription resource.
          When the MBSPatchEnh feature is supported, the MBSUserDataIngSessionPatch data type is
          deprecated as a representation of this HTTP PATCH request body and the
          MBSUserDataIngSessionPatchEnh should be used instead.
        required: true
        content:
          application/merge-patch+json:
            schema:
              $ref: 'TS29580_Nmbsf_MBSUserDataIngestSession.yaml#/components/schemas/MBSUserDataIngStatSubscPatch'
              anyOf:
              - $ref: 'TS29580_Nmbsf_MBSUserDataIngestSession.yaml#/components/schemas/MBSUserDataIngStatSubscPatch'
              - $ref: 'TS29580_Nmbsf_MBSUserDataIngestSession.yaml#/components/schemas/MBSUserDataIngSessionPatchEnh'
      responses:
        '200':
          description: >