Method: enterprises.webApps.patch
Web uygulamasını günceller.
HTTP isteği
PATCH https://androidmanagement.googleapis.com/v1/{name=enterprises/*/webApps/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Web uygulamasının enterprises/{enterpriseId}/webApps/{packageName} biçimindeki adı.
|
Sorgu parametreleri
Parametreler |
updateMask |
string (FieldMask format)
Güncellenecek alanları belirten alan maskesi. Ayarlanmazsa değiştirilebilir tüm alanlar değiştirilir. Bu, alanların tam nitelikli adlarının virgülle ayrılmış bir listesidir. Örnek: "user.displayName,photo" .
|
İstek içeriği
İstek metni, WebApp
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, WebApp
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidmanagement
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-19 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-19 UTC."],[[["Updates a specified web app for an enterprise using a PATCH request to a designated URL."],["The request can specify fields to update using a field mask or update all modifiable fields by default."],["The request and successful response body both contain the web app resource data."],["Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope."]]],["This outlines updating a web app via a PATCH request to a specified URL using gRPC Transcoding syntax. The `name` path parameter identifies the target web app. The `updateMask` query parameter specifies which fields to modify; if omitted, all modifiable fields are updated. The request and response bodies are instances of `WebApp`. The operation requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope for authorization. A `Try it!` button allows to test the function.\n"]]