Commit 33cf1899 authored by yadavra's avatar yadavra
Browse files

Edit TS29549_SS_DAProfileManagement.yaml with CRs agreed in CT3#145 meeting.

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

info:
  title: SS_DAProfileManagement
  version: 1.0.0
  version: 1.0.1
  description: |
    SS_DAProfileManagement service to manage digital asset profile on a DA server.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 29.549 V19.5.0 Service Enabler Architecture Layer for Verticals (SEAL);
    3GPP TS 29.549 V19.6.0 Service Enabler Architecture Layer for Verticals (SEAL);
    Application Programming Interface (API) specification; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.549/

@@ -40,7 +40,7 @@ paths:
              $ref: '#/components/schemas/DigitalAssetProfile'
      responses:
        '201':
          description: Digital Asset Profile resource is created sucessfully.
          description: Digital Asset Profile resource is created successfully.
          content:
            application/json:
              schema:
@@ -124,7 +124,7 @@ paths:
      parameters:
        - name: daId
          in: path
          description: String identifying an individual configuration resource.
          description: String identifying an individual DA profile.
          required: true
          schema:
            type: string
@@ -437,7 +437,7 @@ components:
      type: string

    DaId:
      description: Represents the identity of the digital asset name
      description: Represents the identity of the digital asset
      type: string

    DigitalAssetType:
@@ -482,10 +482,10 @@ components:
          extensions to the enumeration and is not used to encode
          content defined in the present version of this API.
      description: |
        Represents a desired condition of the requested location change.  
        Represents the allowed operations for the given user.  
        Possible values are:
        - DISCOVERY: Indicates that the operation is discovery.
        - RETRIEVE: Indicates that the operation is retrieve.
        - RETRIEVE: Indicates that the operation is retrieval.
        - CREATE: Indicates that the operation is CREATE.
        - UDPATE: Indicates that the operation is UPDATE.
        - DELETE: Indicates that the operation is DELETE.