From 1213cd8c7aed055c01de96bc7271029f1977c7d9 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 19 Jan 2024 02:54:22 +0000 Subject: [PATCH] 28.532_Rel18_CR0311_Add_dataNodeSelector_to_getMOIAttributes Update TS28532_ProvMnS.yaml --- OpenAPI/TS28532_ProvMnS.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28532_ProvMnS.yaml b/OpenAPI/TS28532_ProvMnS.yaml index a80762036..39f10c4e5 100755 --- a/OpenAPI/TS28532_ProvMnS.yaml +++ b/OpenAPI/TS28532_ProvMnS.yaml @@ -195,8 +195,7 @@ paths: This parameter reduces the targeted set of resources by applying a filter to the scoped set of resource representations. Only resource representations for which the filter construct evaluates to "true" - are targeted. No filter language is specified in the present - document. + are targeted. required: false schema: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Filter' @@ -224,6 +223,14 @@ paths: type: string style: form explode: false + - name: dataNodeSelector + in: query + description: >- + This parameter contains an expression allowing to conditionally + select data nodes. + required: false + schema: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Filter' responses: '200': description: >- -- GitLab