Method: providers.tasks.patch
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำขอ HTTP
PATCH https://fleetengine.googleapis.com/v1/{task.name=providers/*/tasks/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
task.name |
string
ต้องอยู่ในรูปแบบ providers/{provider}/tasks/{task}
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
header |
object (DeliveryRequestHeader )
ไม่บังคับ ส่วนหัวของคำขอ Delivery API แบบมาตรฐาน
|
updateMask |
string (FieldMask format)
ต้องระบุ มาสก์ฟิลด์ที่ระบุว่าต้องอัปเดตฟิลด์งานใด หมายเหตุ: updateMask ต้องมีอย่างน้อย 1 ช่อง ซึ่งเป็นรายการชื่อของช่องที่มีคุณสมบัติครบถ้วนและคั่นด้วยคอมมา ตัวอย่าง: "taskOutcome,taskOutcomeTime,taskOutcomeLocation"
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Task
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Task
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-31 UTC
[null,null,["อัปเดตล่าสุด 2025-08-31 UTC"],[[["\u003cp\u003eThis endpoint updates existing \u003ccode\u003eTask\u003c/code\u003e data using an HTTP \u003ccode\u003ePATCH\u003c/code\u003e request to the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eRequests must include path and query parameters, including a \u003ccode\u003etask.name\u003c/code\u003e for identification and an \u003ccode\u003eupdateMask\u003c/code\u003e specifying the fields to be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain the updated \u003ccode\u003eTask\u003c/code\u003e data in JSON format according to the provided schema.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain the updated \u003ccode\u003eTask\u003c/code\u003e data, reflecting the changes made.\u003c/p\u003e\n"]]],[],null,["# Method: providers.tasks.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\nUpdates `Task` data.\n\n### HTTP request\n\n`PATCH https://fleetengine.googleapis.com/v1/{task.name=providers/*/tasks/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------|\n| `task.name` | `string` Must be in the format `providers/{provider}/tasks/{task}`. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `header` | `object (`[DeliveryRequestHeader](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/DeliveryRequestHeader)`)` Optional. The standard Delivery API request header. |\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Required. The field mask that indicates which Task fields to update. Note: The `updateMask` must contain at least one field. This is a comma-separated list of fully qualified names of fields. Example: `\"taskOutcome,taskOutcomeTime,taskOutcomeLocation\"`. |\n\n### Request body\n\nThe request body contains an instance of [Task](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/providers.tasks#Task).\n\n### Response body\n\nIf successful, the response body contains an instance of [Task](/maps/documentation/mobility/fleet-engine/reference/tasks/rest/v1/providers.tasks#Task)."]]