---
title: "Update Published Attribute"
method: PATCH
path: "/published-attributes/{published-attribute-token}"
tags: ["Published Attributes"]
---

# Update Published Attribute

`PATCH /published-attributes/{published-attribute-token}`

## Request body

- 0 — unresolved $ref

## Response `200`

Update the published attribute specified by the token in the path and the fields provided in the payload.

- object
  - `published_attribute_token` string — The published attribute token that was updated.
  - `message` string — The message signifying that published attribute was successfully updated.

## Other responses

- `404` — Unable to find the published attribute token.

---

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