Commit cb70869e authored by Ikram Haq's avatar Ikram Haq
Browse files

Latest Generated OAS for MEC document

parent 9b45f53b
Loading
Loading
Loading
Loading
Loading
+15 −19
Original line number Diff line number Diff line
@@ -14,11 +14,17 @@ paths:
    get:
      summary: Retrieve information about specific UeIdentityTagInfo.
      description: This method retrieves information about a UeIdentityTagInfo resource.
      operationId: ueidentitytaginfoGET
      operationId: UeidentitytaginfoGETAppinstanceid
      tags:
      - uEIdentity
      parameters:
      - $ref: '#/components/parameters/Query.Ueidentitytag'
      - name: appInstanceId
        in: path
        required: true
        description: The unique identifier of the appInstanceId.
        schema:
          type: string
      responses:
        '200':
          description: It is used to indicate nonspecific success. The response body contains a representation of the UeIdentityTagInfo resource.
@@ -38,7 +44,7 @@ paths:
    put:
      summary: Register/De-register the information about specific UeIdentityTagInfo.
      description: This method registers/deregisters one or more UE Identity tags. It has "replace" semantics.
      operationId: ueidentitytaginfoPUT
      operationId: UeidentitytaginfoPUTAppinstanceid
      tags:
      - uEIdentity
      requestBody:
@@ -69,6 +75,13 @@ paths:
          $ref: '#/components/responses/403'
        '412':
          $ref: '#/components/responses/412'
      parameters:
      - name: appInstanceId
        in: path
        required: true
        description: The unique identifier of the appInstanceId.
        schema:
          type: string
components:
  schemas:
    ProblemDetails:
@@ -78,30 +91,20 @@ components:
          type: string
          format: uri
          description: A URI reference according to IETF RFC 3986 that identifies the problem type
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: URI
        title:
          type: string
          description: A short, human-readable summary of the problem type
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        status:
          type: integer
          format: uint32
          description: The HTTP status code for this occurrence of the problem
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Uint32
        detail:
          type: string
          description: A human-readable explanation specific to this occurrence of the problem
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        instance:
          type: string
          format: uri
          description: A URI reference that identifies the specific occurrence of the problem
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: URI
    UeIdentityTagInfo:
      x-etsi-ref: 6.2.2
      type: object
@@ -114,15 +117,11 @@ components:
      - ueIdentityTags
    UeIdentityTags:
      description: 1 to N tags presented by a MEC Application instance to a MEC Platform
      x-etsi-mec-origin-type: Structure (inlined)
      x-etsi-mec-cardinality: 1..N
      type: object
      minItems: 1
      properties:
        ueIdentityTag:
          description: Specific tag presented by a MEC Application instance to a MEC Platform
          x-etsi-mec-origin-type: String
          x-etsi-mec-cardinality: '1'
          type: string
        state:
          type: integer
@@ -133,8 +132,6 @@ components:
            1 = REGISTERED'
          enum:
          - SEE_DESCRIPTION
          x-etsi-mec-origin-type: Enum_inlined
          x-etsi-mec-cardinality: '1'
      required:
      - ueIdentityTag
      - state
@@ -169,7 +166,6 @@ components:
    Query.Ueidentitytag:
      description: Represents one or more UEs.
      name: ueidentitytag
      cardinality: 1..N
      in: query
      required: true
      x-exportParamName: Query.Ueidentitytag