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

# Update the asset of an action

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

## Path parameters

- `task_id` string, required

## Request body

- S12TasksV1ActionsServiceUpdateAssetBody
  - `asset_id` S12CommonUUIDValue — Wrapper message for a string representation of a `UUID`.
    - `value` string
  - `modified_at` string, date-time — Optional. The timestamp of when this event occurred.

## Response `200`

A successful response.

- S12TasksV1UpdateAssetResponse

## 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)
