Aktualisiert den Inhalt des angegebenen Skriptprojekts. Dieser Inhalt wird als HEAD-Version gespeichert und verwendet, wenn das Skript als Trigger, im Skripteditor, im Add-on-Vorschaumodus oder als Web-App oder Apps Script API im Entwicklungsmodus ausgeführt wird. Dadurch werden alle im Projekt vorhandenen Dateien gelöscht.
HTTP-Anfrage
PUT https://script.googleapis.com/v1/projects/{scriptId}/content
Die Liste der Skriptprojektdateien. Eine der Dateien ist ein Skriptmanifest. Sie muss den Namen „appsscript“ haben, den JSON-Typ haben und die Manifestkonfigurationen für das Projekt enthalten.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Content.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["Updates the content of a specified Apps Script project, replacing all existing files."],["Requires a `PUT` request to the specified endpoint with the script project's Drive ID."],["The request body must contain a list of files, including a JSON manifest named \"appsscript\"."],["A successful response returns the updated project content."],["Requires authorization with the `https://www.googleapis.com/auth/script.projects` scope."]]],[]]