Closed relaxedtomato closed 8 months ago
Hey @relaxedtomato! The PR should close this issue. It fixes the free busy and scheduled messages errors. The errors appearing for drafts, smart compose and contacts were fixed for v6 you might be on a beta version.
Describe the bug Testing the Python SDK and receiving error messages for various calls, will include source code and errors below.
POST /v3/grants/{grant_id}/calendars/free-busy
code sample:
error message
GET /v3/grants/{grant_id}/messages/schedules
code
error message
GET /v3/grants/{grant_id}/messages/schedules/
code
error message
POST /v3/grants/{grant_id}/messages/smart-compose
code
error message
POST /v3/grants/{grant_id}/messages/{message_id}/smart-compose
code
error message
GET /v3/grants/{grant_id}/drafts
GET /v3/grants/{grant_id}/drafts/
PUT /v3/grants/{grant_id}/drafts/
DELETE /v3/grants/{grant_id}/drafts/
code
error message
GET /v3/grants/{grant_id}/contacts
code
error message