From 7f396c1d1127784fa96f2802f167912e77099620 Mon Sep 17 00:00:00 2001 From: sunse Date: Wed, 5 Feb 2025 08:15:34 +0000 Subject: [PATCH] Rel19 CR0090 TS28.550 OpenAPI correction related to format of URI query parameters --- OpenAPI/TS28550_PerfMeasJobCtrlMnS.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28550_PerfMeasJobCtrlMnS.yaml b/OpenAPI/TS28550_PerfMeasJobCtrlMnS.yaml index 7de08a785..1bded8d4c 100755 --- a/OpenAPI/TS28550_PerfMeasJobCtrlMnS.yaml +++ b/OpenAPI/TS28550_PerfMeasJobCtrlMnS.yaml @@ -4,7 +4,7 @@ info: version: 18.1.0 description: >- OAS 3.0.1 specification of the Performance Measurement Job Control Service - @ 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). + @ 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 28.550 Performance assurance @@ -56,6 +56,8 @@ paths: in: query description: This parameter identifies the list of jobId to select the resources from the collection resources identified with the path component of the URI. required: true + style: form + explode: false schema: type: array items: -- GitLab