---
title: "Update Model"
method: PATCH
path: "/model/{id}"
tags: ["Model"]
---

# Update Model

`PATCH /model/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string, nullable
  - `description` string, nullable
  - `cover_image` string, binary, nullable
  - `visibility` 'public' | 'unlist' | 'private', nullable
  - `tags` union
    - string[]
    - string

## Response `200`

Request fulfilled, document follows

## Other responses

- `401` — No permission -- see authorization schemes
- `422`

---

[API](https://skmtc.dev/fish/apis/fishaudio-openapi.md) · [All operations](https://skmtc.dev/fish/apis/fishaudio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fish/fishaudio-openapi/revisions/bca9c1115c42/schema)
