nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
169 stars 118 forks source link

CUST-1790: Make comment param in rsvp optional #529

Closed znseaman closed 8 months ago

znseaman commented 8 months ago

For CUST-1790, our POST /send-rsvp docs explicitly say that the comment param is optional. This PR changes the comment param to be optional.

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1e9d1a2) 91.79% compared to head (8d7d198) 91.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #529 +/- ## ======================================= Coverage 91.79% 91.79% ======================================= Files 62 62 Lines 2670 2670 Branches 490 490 ======================================= Hits 2451 2451 Misses 218 218 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.