Method: resources.features.rename
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি বৈশিষ্ট্যের নাম পরিবর্তন করে।
HTTP অনুরোধ
POST https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
customer | string গ্রাহকের Google Workspace অ্যাকাউন্টের জন্য অনন্য আইডি। একজন অ্যাকাউন্ট প্রশাসক হিসাবে, আপনি আপনার অ্যাকাউন্টের গ্রাহক আইডি উপস্থাপন করতে my_customer alias ব্যবহার করতে পারেন। |
oldName | string ফিচারটির ইউনিক আইডি রিনেম করতে হবে। |
শরীরের অনুরোধ
অনুরোধের অংশে FeatureRename
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া একটি জেনেরিক HTTP প্রতিক্রিয়া যার বিন্যাস পদ্ধতি দ্বারা সংজ্ঞায়িত করা হয়।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://apps-apis.google.com/a/feeds/calendar/resource/
-
https://www.googleapis.com/auth/admin.directory.resource.calendar
আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
ফিচার রিনেম করুন
JSON প্রতিনিধিত্ব |
---|
{
"newName": string
} |
ক্ষেত্র |
---|
newName | string বৈশিষ্ট্যের নতুন নাম। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Method: resources.features.rename\n\nRenames a feature.\n\n### HTTP request\n\n`POST https://admin.googleapis.com/admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customer` | `string` The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID. |\n| `oldName` | `string` The unique ID of the feature to rename. |\n\n### Request body\n\nThe request body contains an instance of [FeatureRename](/workspace/admin/directory/reference/rest/v1/resources.features/rename#FeatureRename).\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://apps-apis.google.com/a/feeds/calendar/resource/`\n- `\n https://www.googleapis.com/auth/admin.directory.resource.calendar`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nFeatureRename\n-------------\n\n| JSON representation |\n|-------------------------------|\n| ``` { \"newName\": string } ``` |\n\n| Fields ||\n|-----------|-----------------------------------|\n| `newName` | `string` New name of the feature. |"]]