Method: providers.tasks.patch
HTTP 要求
PATCH https://fleetengine.googleapis.com/v1/{task.name=providers/*/tasks/*}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
task.name |
string
格式必須為 providers/{provider}/tasks/{task} 。
|
查詢參數
參數 |
header |
object (DeliveryRequestHeader )
選用設定。標準 Delivery API 要求標頭。
|
updateMask |
string (FieldMask format)
必要欄位。欄位遮罩,用於指出要更新哪些工作欄位。注意:updateMask 至少必須包含一個欄位。 這是以半形逗號分隔的完整欄位名稱清單。範例:"taskOutcome,taskOutcomeTime,taskOutcomeLocation" 。
|
回應主體
如果成功,回應主體會包含 Task
的執行例項。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-08 (世界標準時間)。
[null,null,["上次更新時間:2024-11-08 (世界標準時間)。"],[[["This endpoint updates existing `Task` data using an HTTP `PATCH` request to the specified URL."],["Requests must include path and query parameters, including a `task.name` for identification and an `updateMask` specifying the fields to be modified."],["The request body should contain the updated `Task` data in JSON format according to the provided schema."],["Successful responses will contain the updated `Task` data, reflecting the changes made."]]],[]]