From 7a3ffdaed7a36c210fa062e5e04b46338c584d79 Mon Sep 17 00:00:00 2001 From: group_31_bot_3987b21aca711ada7a62244c5bebe985 Date: Thu, 11 Dec 2025 04:56:30 +0100 Subject: [PATCH] Autogenerated openapi version v030201 --- UEidentityAPI.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/UEidentityAPI.yaml b/UEidentityAPI.yaml index 33ec98e..a8f4b3e 100644 --- a/UEidentityAPI.yaml +++ b/UEidentityAPI.yaml @@ -8,19 +8,19 @@ info: license: name: BSD-3-Clause url: https://forge.etsi.org/legal-matters - version: 3.1.1 + version: 3.2.1 servers: - url: https://localhost:8081/ui/v1 paths: /{appInstanceId}/ue_identity_tag_info: get: - summary: Retrieve information about specific UeIdentityTagInfo. + summary: GET /{appInstanceId}/ue_identity_tag_info endpoint. description: This method retrieves information about a UeIdentityTagInfo resource. operationId: UeidentitytaginfoGETAppinstanceid tags: - uEIdentity parameters: - - $ref: '#/components/parameters/Query.Ueidentitytag' + - $ref: '#/components/parameters/Query.ueIdentityTag' - name: appInstanceId in: path required: true @@ -44,7 +44,7 @@ paths: '403': $ref: '#/components/responses/403' put: - summary: Register/De-register the information about specific UeIdentityTagInfo. + summary: PUT /{appInstanceId}/ue_identity_tag_info endpoint. description: This method registers/deregisters one or more UE Identity tags. It has "replace" semantics. operationId: UeidentitytaginfoPUTAppinstanceid tags: @@ -165,12 +165,12 @@ components: schema: $ref: '#/components/schemas/ProblemDetails' parameters: - Query.Ueidentitytag: + Query.ueIdentityTag: description: Represents one or more UEs. - name: ueidentitytag + name: ueIdentityTag in: query required: true - x-exportParamName: Query.Ueidentitytag + x-exportParamName: Query.ueIdentityTag schema: type: array items: -- GitLab