---
title: "Update the due date of an action"
method: PUT
path: "/tasks/v1/actions/{task_id}/due_at"
tags: ["Actions"]
---

# Update the due date of an action

`PUT /tasks/v1/actions/{task_id}/due_at`

## Path parameters

- `task_id` string, required

## Request body

- S12TasksV1ActionsServiceUpdateDueAtBody — UpdateDueAtRequest represents the parameter to update the due date of the task.
  - `due_at` string, date-time — Optional. Date/time this task is due. If this is empty, "due at" will be unset.
  - `modified_at` string, date-time — Optional. The timestamp of when this event occurred.

## Response `200`

A successful response.

- object

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
