Commit cd25eba2 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.532_Rel18_CR0311_Add_dataNodeSelector_to_getMOIAttributes_(OpenAPI)' into 'Integration_Rel18_SA5_153_YAML'

28.532_Rel18_CR0311_Add_dataNodeSelector_to_getMOIAttributes Update TS28532_ProvMnS.yaml

See merge request !1016
parents 1637bb3a 1213cd8c
Loading
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -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: >-