Method: users.labels.patch
Aplicar patch no rótulo especificado.
Solicitação HTTP
PATCH https://gmail.googleapis.com/gmail/v1/users/{userId}/labels/{id}
O URL usa a sintaxe de transcodificação gRPC.
Parâmetros de caminho
Parâmetros |
userId |
string
O endereço de e-mail do usuário. O valor especial me pode ser usado para indicar o usuário autenticado.
|
id |
string
O ID do rótulo a ser atualizado.
|
Corpo da solicitação
O corpo da solicitação contém uma instância de Label
.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de Label
.
Escopos de autorização
Requer um dos seguintes escopos de OAuth:
https://mail.google.com/
https://www.googleapis.com/auth/gmail.modify
https://www.googleapis.com/auth/gmail.labels
Para mais informações, consulte o Guia de autorização.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-05 UTC.
[null,null,["Última atualização 2024-09-05 UTC."],[[["This endpoint allows you to update an existing label for a specific user using a PATCH request to the provided URL."],["The request requires path parameters for user ID (`userId`) and label ID (`id`), with the request body containing the updated label information."],["A successful response will return the updated label details."],["Authorization is necessary and requires one of the specified OAuth scopes related to Gmail access and modification."]]],["This document details how to patch a label using the Gmail API. A `PATCH` HTTP request is sent to `https://gmail.googleapis.com/gmail/v1/users/{userId}/labels/{id}`, where `userId` is the user's email (or \"me\") and `id` is the label's ID. The request body contains the updated `Label` data. Successful requests return the updated `Label` in the response body. The operation requires one of three specified OAuth scopes for authorization.\n"]]