---
title: "PATCH /v1/tiles/{workspaceName}/{tileName}"
method: PATCH
path: "/v1/tiles/{workspaceName}/{tileName}"
tags: ["Tiles"]
---

# PATCH /v1/tiles/{workspaceName}/{tileName}

`PATCH /v1/tiles/{workspaceName}/{tileName}`

Updates a tile (archive/restore, or deprecate/undeprecate). Deprecation keeps the plugin installable but records a reason and an optional replacement plugin (`workspace/name`) users are steered to.

## Path parameters

- `workspaceName` string, required
- `tileName` string, required

## Headers

- `Authorization` string

## Request body

- union
  - object
    - `archived` true, required
    - `archivedReason` string
  - object
    - `archived` false, required
  - object
    - `deprecated` true, required
    - `deprecatedReason` string
    - `deprecatedReplacement` string — Full name (`workspace/name`) of the plugin to install instead.
  - object
    - `deprecated` false, required

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'tile', required
    - `attributes` object, required
      - `name` string, required
      - `fullName` string, required
      - `featured` boolean, required
      - `isPrivate` boolean, required
      - `archived` boolean, required
      - `archivedAt` string, date-time, nullable, required
      - `archivedBy` string, uuid, nullable, required
      - `archivedReason` string, nullable, required
      - `deprecated` boolean, required
      - `deprecatedAt` string, date-time, nullable, required
      - `deprecatedBy` string, uuid, nullable, required
      - `deprecatedReason` string, nullable, required
      - `deprecatedReplacement` string, nullable, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `relationships` object, required
      - `workspace` object, required
        - `data` object, required
          - `id` string, uuid, required
          - `type` 'workspace', required
        - `links` object, required
          - `self` string, uri, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-23** `6da83f4191fc` — 6 info
  - added `subschema #3, subschema #4` to the request body `anyOf` list
  - added the required property `data/attributes/deprecated` to the response with the `200` status
  - added the required property `data/attributes/deprecatedAt` to the response with the `200` status
  - added the required property `data/attributes/deprecatedBy` to the response with the `200` status
  - …2 more
- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/tiles/:workspaceName/:tileName/patch.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/ee9b4e55fec4?raw)
