---
title: "PUT /v1/projects/{projectId}/artifacts/{artifactId}"
method: PUT
path: "/v1/projects/{projectId}/artifacts/{artifactId}"
tags: ["Artifacts"]
---

# PUT /v1/projects/{projectId}/artifacts/{artifactId}

`PUT /v1/projects/{projectId}/artifacts/{artifactId}`

## Path parameters

- `projectId` string, required
- `artifactId` string, required

## Query parameters

- `updateMask` string

## Request body

- GoliothArtifactUpdate

## Response `200`

A successful response.

- GoliothUpdateArtifactResponse
  - `data` GoliothArtifact
    - `binaryInfo` object
    - `blueprintId` string
    - `createdAt` string, date-time
    - `id` string
    - `package` string
    - `size` string, uint64
    - `updatedAt` string, date-time
    - `version` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
