Added test to validate nested files work

Should catch any regressions made.

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2024-02-12 10:44:37 -05:00
parent 974c7bbf49
commit 37975517e0
8 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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