Method: enterprises.webApps.create
Web uygulaması oluşturur.
HTTP isteği
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webApps
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
enterprises/{enterpriseId} biçiminde kuruluşun adı.
|
İstek içeriği
İstek metni, WebApp
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt metni, yeni oluşturulmuş bir WebApp
örneği 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-01-30 UTC.
[null,null,["Son güncelleme tarihi: 2025-01-30 UTC."],[[["Creates a web app using an HTTP POST request to a specified URL."],["Requires providing the enterprise name as a path parameter in the URL."],["The request body should contain a WebApp object, and a successful response will return a newly created WebApp object."],["Utilizes gRPC Transcoding syntax for the URL structure."],["Needs authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."]]],["This documentation details creating a web app via a POST request. The request is sent to a specified URL using gRPC Transcoding syntax, including a path parameter `parent`, which defines the enterprise. The request body contains the `WebApp` details. Upon success, the response body returns the newly created `WebApp`. The process requires authorization with the `https://www.googleapis.com/auth/androidmanagement` OAuth scope.\n"]]