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 เพื่อแสดงรหัสลูกค้าของบัญชีได้เช่นกัน
|
oldName |
string
รหัสที่ไม่ซ้ำกันขององค์ประกอบที่จะเปลี่ยนชื่อ
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ FeatureRename
เนื้อหาการตอบกลับ
หากดำเนินการสำเร็จ การตอบกลับจะเป็นคำตอบ HTTP ทั่วไปซึ่งรูปแบบจะกำหนดโดยเมธอด
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://apps-apis.google.com/a/feeds/calendar/resource/
https://www.googleapis.com/auth/admin.directory.resource.calendar
ดูข้อมูลเพิ่มเติมได้ที่คู่มือการให้สิทธิ์
FeatureRename
การแสดง JSON |
{
"newName": string
} |
ช่อง |
newName |
string
ชื่อใหม่ของฟีเจอร์
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ 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. |"]]