Commit 58932002 authored by zhangchi1's avatar zhangchi1
Browse files

Edit TS29522_MBSUserDataIngestSession.yaml

parent e1c7a3dc
Loading
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: 3gpp-mbs-ud-ingest
  version: 1.2.1
  version: 1.2.2
  description: |
    API for MBS User Data Ingest Session.  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.522 V19.6.0; 5G System; Network Exposure Function Northbound APIs.
    3GPP TS 29.522 V19.7.0; 5G System; Network Exposure Function Northbound APIs.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'

servers:
@@ -265,11 +265,16 @@ paths:
        description: >
          Contains the parameters to request the modification of the Individual MBS User Data Ingest 
          Session 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/MBSUserDataIngSessionPatch'
              anyOf:
              - $ref: 'TS29580_Nmbsf_MBSUserDataIngestSession.yaml#/components/schemas/MBSUserDataIngSessionPatch'
              - $ref: 'TS29580_Nmbsf_MBSUserDataIngestSession.yaml#/components/schemas/MBSUserDataIngSessionPatchEnh'
      responses:
        '200':
          description: >