Skip to content

Commit da55b4d

Browse files
authored
Add 'foo' property to sample query JSON
1 parent c32f9e6 commit da55b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample-queries/sample-queries.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"humanName": "my photo",
2626
"requestUrl": "/v1.0/me/photo/$value",
2727
"docLink": "https://docs.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0",
28-
"skipTest": false
28+
"skipTest": false,
29+
"foo": "bar"
2930
},
3031
{
3132
"id": "4f1770a0-b24e-49d6-98b3-df2941de4018",

0 commit comments

Comments
 (0)