---
title: "Update Artifact"
method: PATCH
path: "/artifacts/{artifact_id}"
tags: ["Artifacts"]
---

# Update Artifact

`PATCH /artifacts/{artifact_id}`

Partially update an artifact or container.

## Path parameters

- `artifact_id` string, required

## Request body

- UpdateArtifactRequest — Partial update to an artifact or container.
  - `context` string, nullable
  - `content` string, nullable
  - `state` string, nullable
  - `content_type` string, nullable
  - `name` string, nullable
  - `description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/versions/187bad270c94/schema)
