gm_update_label | R Documentation |
Get a specific label by id and user_id. gm_update_label_patch()
is
identical to gm_update_label()
but the latter uses HTTP PATCH to allow partial
update.
gm_update_label(id, label, user_id = "me")
gm_update_label_patch(id, label, user_id = "me")
id |
label id to update |
label |
the label fields to update |
user_id |
gmail user_id to access, special value of 'me' indicates the authenticated user. |
https://developers.google.com/gmail/api/reference/rest/v1/users.labels/update
https://developers.google.com/gmail/api/reference/rest/v1/users.labels/patch
Other label:
gm_create_label()
,
gm_delete_label()
,
gm_labels()
,
gm_label()
Other label:
gm_create_label()
,
gm_delete_label()
,
gm_labels()
,
gm_label()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.