URI di caricamento, per le richieste di caricamento di contenuti multimediali: PUT https://gmail.googleapis.com/upload/gmail/v1/users/{userId}/drafts/{id}
URI metadati, per richieste di soli metadati: PUT https://gmail.googleapis.com/gmail/v1/users/{userId}/drafts/{id}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-09-05 UTC."],[[["Replaces the content of an existing draft using either an upload URI for media or a metadata URI for metadata-only requests."],["Requires specifying the user's email address (`userId`) and the draft ID (`id`) as path parameters."],["The request and response bodies both utilize the `Draft` object for data representation."],["To authorize, you'll need one of the listed OAuth scopes, including `https://mail.google.com/`, `https://www.googleapis.com/auth/gmail.modify`, or `https://www.googleapis.com/auth/gmail.compose`."]]],[]]