Skip to content

Commit a26eeee

Browse files
authored
Update components/connectwise_psa/actions/create-contact/create-contact.mjs
1 parent 862879a commit a26eeee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/connectwise_psa/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export default {
102102
type: "object",
103103
label: "Additional Options",
104104
description: "Additional parameters to send in the request. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Contacts/postCompanyContacts) for available parameters. Values will be parsed as JSON where applicable.",
105+
optional: true
105106
},
106107
},
107108
async run({ $ }) {

0 commit comments

Comments
 (0)