Update a Thread
PUT {{baseUrl}}/v3/grants/:grant_id/threads/:thread_id
Updates a thread (not available for IMAP).
Request Body
{"starred"=>"<boolean>", "unread"=>"<boolean>", "folders"=>["<string>", "<string>"]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}