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

# Update the priority of an action

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

## Path parameters

- `task_id` string, required

## Request body

- S12TasksV1ActionsServiceUpdatePriorityBody
  - `priority_id` string, required — Required. The new priority UUID for the task.
  - `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)
