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."],[[["This endpoint updates a draft, allowing modification of its content and metadata."],["Requests can be made to either upload media or update metadata, each using a specific URI."],["The request body must contain a `Draft` object with the desired changes."],["Successful responses will contain the updated `Draft` object."],["Proper authorization with the necessary OAuth scopes is required to use this endpoint."]]],[]]