Method: enterprises.webApps.create
একটি ওয়েব অ্যাপ তৈরি করে।
HTTP অনুরোধ
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/webApps
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-29 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"]]