---
title: "PUT /api/artifacts/{artifactId}/preview"
method: PUT
path: "/api/artifacts/{artifactId}/preview"
tags: ["artifacts"]
---

# PUT /api/artifacts/{artifactId}/preview

`PUT /api/artifacts/{artifactId}/preview`

## Path parameters

- `artifactId` string, required

## Request body

- object
  - `preview` string, required

## Response `200`

Success

- object
  - `stored` boolean, required

## Other responses

- `404` — ArtifactNotFoundError
- `500` — InternalError

---

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