Commit d742ee1e authored by pastushok's avatar pastushok
Browse files

Edit TS29482_AIMLES_ContextTransfer.yaml to update the API version

parent 1c921585
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: AIMLE Context Transfer Information Service
  version: 1.0.0-alpha.2
  version: 1.0.0-alpha.3
  description: |
    AIMLE Context Trnaser Information Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,8 +10,8 @@ info:

externalDocs:
  description: >
    3GPP TS 29.482 v1.0.0; Artificial Intelligence Machine Learning Enablement 
    (AIMLE) Services; Stage 3.
    3GPP TS 29.482 v1.0.0; Service Enabler Architecture Layer for Verticals (SEAL); Artificial
    Intelligence Machine Learning Enablement (AIMLE) Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.482/

servers:
@@ -19,7 +19,7 @@ servers:
    variables:
      apiRoot:
        default: https://example.com
        description: apiRoot as defined in clause 5.2.4 of 3GPP TS 29.122
        description: apiRoot as defined in clause 6.5 of 3GPP TS 29.549

security:
  - {}
@@ -30,7 +30,7 @@ paths:
  /request-trans:
    post:
      summary: Request to send AIMLE context transfer information.
      operationId: Request
      operationId: RequestTrans
      tags:
        - AIMLE Context Transfer Request
      requestBody:
@@ -42,7 +42,8 @@ paths:
      responses:
        '204':
          description: >
            No Content. The AIMLE context transfer information is successfully received and processed.
            No Content. The AIMLE context transfer information is successfully received and
            processed.
        '307':
          $ref: 'TS29122_CommonData.yaml#/components/responses/307'
        '308':
@@ -119,7 +120,7 @@ components:
#

    AimleClientId:
      description: Represents unique identifier of a AIMLE client.
      description: Represents the unique identifier of a AIMLE Client.
      type: string

#
@@ -139,5 +140,5 @@ components:
      description: |
        Represents the AIMLE service operation status.  
        Possible values are:
        - ACTIVE: Indicates the status of the AIML operations at the AIMLE client is active.
        - PAUSED: Indicates the status of the AIML operations at the AIMLE client is paused.
        - ACTIVE: Indicates that the status of the AIML operations at the AIMLE Client is active.
        - PAUSED: Indicates that the status of the AIML operations at the AIMLE Client is paused.