Method: enterprises.webApps.create
یک برنامه وب ایجاد می کند.
درخواست HTTP
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webApps
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
parent | string نام شرکت به شکل enterprises/{enterpriseId} . |
درخواست بدن
بدنه درخواست شامل یک نمونه از WebApp
است.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی یک نمونه جدید از WebApp
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/androidmanagement
برای اطلاعات بیشتر، بهOAuth 2.0 Overview .
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-29 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-29 بهوقت ساعت هماهنگ جهانی."],[[["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"]]