Belirtilen komut dosyası projesinin içeriğini günceller. Bu içerik HEAD sürümü olarak depolanır ve komut dosyası tetikleyici olarak, komut dosyası düzenleyicide, eklenti önizleme modunda ya da web uygulaması veya geliştirme modunda Apps Komut Dosyası API'si olarak yürütüldüğünde kullanılır. Bu işlem, projedeki mevcut tüm dosyaları temizler.
HTTP isteği
PUT https://script.googleapis.com/v1/projects/{scriptId}/content
Komut dosyası proje dosyalarının listesi. Dosyalardan biri bir komut dosyası manifestidir; "appsscript" olarak adlandırılmalı, JSON türünde olmalı ve projenin manifest yapılandırmalarını içermelidir.
Yanıt gövdesi
Başarılıysa yanıt metni, Content öğesinin bir örneğini içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]