Files
libopenapi/test_specs/nested_files/components/parameters/query/$select.yaml
quobix 37975517e0 Added test to validate nested files work
Should catch any regressions made.

Signed-off-by: quobix <dave@quobix.com>
2024-02-13 07:33:55 -05:00

9 lines
321 B
YAML

name: $select
description: Selects the columns or properties in the result set. This cannot be combined with any other query params!
# https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query-data-web-api#select-columns
in: query
required: false
schema:
type: string
example: RowId,Description