---
title: "Update a component asset"
method: PUT
path: "/v1/components/{component_id}/assets/{asset_id}"
tags: ["Components"]
---

# Update a component asset

`PUT /v1/components/{component_id}/assets/{asset_id}`

Replaces or updates the asset identified by `asset_id` on the specified component. Supply updated metadata in the `asset` form field and optional new file content in `file`.

## Path parameters

- `component_id` string, required
- `asset_id` string, required

## Response `200`

Successful response

- ComponentAssetResponse
  - `description` string
  - `filename` string
  - `id` string
  - `name` string
  - `tags` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
