Bulk update deadlines
Sets deadline_timestamp on multiple OperationsTasks in one call, each scoped to the caller’s organization. Task ids that don’t exist or belong to another org are silently skipped; the response reports how many were updated. | authz: min_org_role=operator | (OperationsTasksBulkUpdateDeadlinesReq1) -> (OperationsTasksBulkUpdateDeadlinesRes1)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
operations_task_deadline_updates
Response
Successful Response
updated_count
How many of the requested tasks were found in the caller’s org and had their deadline set; a value below the number of requested updates means some ids were silently skipped (missing or cross-org).
Errors
422
Operations Tasks Bulk Update Deadlines V1request Unprocessable Entity Error

