Memperbarui konten project skrip yang ditentukan. Konten ini disimpan sebagai versi HEAD, dan digunakan saat skrip dieksekusi sebagai pemicu, di editor skrip, dalam mode pratinjau add-on, atau sebagai aplikasi web atau Apps Script API dalam mode pengembangan. Tindakan ini akan menghapus semua file yang ada dalam project.
Permintaan HTTP
PUT https://script.googleapis.com/v1/projects/{scriptId}/content
Daftar file project skrip. Salah satu file adalah manifes skrip; objek tersebut harus diberi nama "appsscript", harus memiliki jenis JSON, dan menyertakan konfigurasi manifes untuk project tersebut.
Isi respons
Jika berhasil, isi respons memuat instance Content.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-09-12 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."]]],[]]