Skip to content

Commit 079163d

Browse files
johannesheestermanjoshuaapple
authored andcommitted
Fixed issue in Elfsquad Data connector (microsoft#823)
* Added Elfsquad Data Connector * Updated Elfsquad Data API definition * Added publisher and stackowner properties * Moved Elfsquad Data to certified-connectors * Updated icon brand color * Modified functions schema path * Added select parameter Co-authored-by: Johannes Heesterman <johannes@elfsquad.io>
1 parent 8899bec commit 079163d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

certified-connectors/Elfsquad Data/apiDefinition.swagger.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"x-ms-visibility": "internal"
153153
}
154154
},
155-
"/data/1/$functions/{function_path}/$schema": {
155+
"/data/1/$functions/$schema/{function_path}": {
156156
"get": {
157157
"responses": {
158158
"default": {
@@ -233,6 +233,9 @@
233233
{
234234
"$ref": "#/parameters/filter"
235235
},
236+
{
237+
"$ref": "#/parameters/select"
238+
},
236239
{
237240
"$ref": "#/parameters/expand"
238241
},
@@ -456,6 +459,13 @@
456459
"x-ms-summary": "Filter items by property values",
457460
"type": "string"
458461
},
462+
"select": {
463+
"in": "query",
464+
"name": "$select",
465+
"description": "Select properties",
466+
"x-ms-summary": "Comma-seperated property names you want to select",
467+
"type": "string"
468+
},
459469
"expand": {
460470
"in": "query",
461471
"name": "$expand",

0 commit comments

Comments
 (0)