Skip to content

Commit 05bc437

Browse files
committed
Update find-email action to include search parameter and modify update-contact description for clarity
1 parent a328a5d commit 05bc437

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/microsoft_outlook/actions/find-email/find-email.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default {
4444
args: {
4545
$,
4646
params: {
47+
"$search": this.search,
4748
"$filter": this.filter,
4849
"$orderby": this.orderBy,
4950
},

components/microsoft_outlook/actions/update-contact/update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "microsoft_outlook-update-contact",
66
version: "0.0.16",
77
name: "Update Contact",
8-
description: "Add a contact to the root Contacts folder, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)",
8+
description: "Update an existing contact, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)",
99
props: {
1010
microsoftOutlook,
1111
contact: {

0 commit comments

Comments
 (0)