Modifies the labels applied to the thread. This applies to all messages in the thread.
HTTP request
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/threads/{id}/modify
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
userId |
The user's email address. The special value |
id |
The ID of the thread to modify. |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "addLabelIds": [ string ], "removeLabelIds": [ string ] } |
Fields | |
---|---|
addLabelIds[] |
A list of IDs of labels to add to this thread. You can add up to 100 labels with each update. |
removeLabelIds[] |
A list of IDs of labels to remove from this thread. You can remove up to 100 labels with each update. |
Response body
If successful, the response body contains an instance of Thread
.
Authorization scopes
Requires one of the following OAuth scopes:
https://mail.google.com/
https://www.googleapis.com/auth/gmail.modify
For more information, see the Authorization guide.