---
title: "Update Style"
method: PATCH
path: "/styles/{path}"
tags: ["styles", "Styles"]
---

# Update Style

`PATCH /styles/{path}`

Update Style

## Path parameters

- `path` string, required

## Response `200`

The Styles object.

- StyleEntity — StyleEntity model
  - `id` integer — Style ID
  - `path` string — Folder path
  - `logo` ImageEntity
    - `name` string — Image name
    - `uri` string — Image URI
  - `logo_click_href` string — URL to open when a public visitor clicks the logo
  - `thumbnail` ImageEntity
    - `name` string — Image name
    - `uri` string — Image URI

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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