Spatio.Model.BulkUpdateTasksRequest (spatio_sdk v0.0.2)
Apply the same updates payload to every id. Same parallel AccountIDs convention as bulk delete.
Summary
Types
@type t() :: %Spatio.Model.BulkUpdateTasksRequest{ accountId: String.t() | nil, accountIds: [String.t()] | nil, taskIds: [String.t()], updates: Spatio.Model.UpdateTaskRequest.t() }