Method: customers.patch
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب HTTP
PATCH https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}
يستخدِم عنوان URL بنية تحويل الترميز gRPC.
مَعلمات المسار
المعلمات |
customer.name |
string
النتائج فقط. اسم المورّد الخاص بالعميل
|
مَعلمات طلب البحث
المعلمات |
updateMask |
string (FieldMask format)
الحقول المطلوب تعديلها قائمة مفصولة بفواصل تتضمّن الأسماء المؤهلة بالكامل للحقول. مثال: "user.displayName,photo"
|
نص الطلب
يحتوي نص الطلب على مثال Customer
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Customer
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/userinfo.email
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis operation updates an existing customer within the Spectrum Access System.\u003c/p\u003e\n"],["\u003cp\u003eThe request must use the \u003ccode\u003ePATCH\u003c/code\u003e method and provide the customer's resource name in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eupdateMask\u003c/code\u003e query parameter specifies the fields to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain the updated customer data in the \u003ccode\u003eCustomer\u003c/code\u003e format.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/userinfo.email\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document outlines the process for updating a customer resource via a `PATCH` request to a specific URL. The URL utilizes gRPC Transcoding syntax, including a path parameter `customer.name` that identifies the customer. Updates are managed through the `updateMask` query parameter, specifying fields to modify. The request body contains the updated customer details. A successful request returns the updated customer information in the response body. Finally, this operation requires the `userinfo.email` authorization scope.\n"],null,["# Method: customers.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\nUpdates an existing [customer](/spectrum-access-system/reference/rest/customers#Customer).\n\n### HTTP request\n\n`PATCH https://sasportal.googleapis.com/v1alpha1/{customer.name=customers/*}`\n\nThe URL uses [gRPC Transcoding](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------|------------------------------------------------------|\n| `customer.name` | `string` Output only. Resource name of the customer. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Fields to be updated. A comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. \u003cbr /\u003e |\n\n### Request body\n\nThe request body contains an instance of [Customer](/spectrum-access-system/reference/rest/customers#Customer).\n\n### Response body\n\nIf successful, the response body contains an instance of [Customer](/spectrum-access-system/reference/rest/customers#Customer).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/userinfo.email`"]]