mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
Added test to validate nested files work
Should catch any regressions made. Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user