---
title: "update settings on the snippet"
method: POST
path: "/snippet/{canonical}"
tags: ["snippet"]
---

# update settings on the snippet

`POST /snippet/{canonical}`

update settings on the snippet
<br /><br />
<b>Authentication:</b> required

## Path parameters

- `canonical` string, required

## Request body

- object
  - `install_access` 'public' | 'link' | 'token', required
  - `install_access_description` string, required

## Response `200`

Success!

- object
  - `canonical` string
  - `created_at` string, timestamptz
  - `updated_at` string, timestamptz
  - `name` string
  - `review` string
  - `review_exception` string
  - `install_access` string
  - `install_access_description` string
  - `featured` boolean
  - `verified` boolean

## Other responses

- `400` — Input Error. Check the request payload for issues.
- `401` — Unauthorized
- `403` — Access denied. Additional privileges are needed access the requested resource.
- `404` — Not Found. The requested resource does not exist.
- `429` — Rate Limited. Too many requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/xano/apis/xano-metadata-api.md) · [All operations](https://skmtc.net/xano/apis/xano-metadata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xano/xano-metadata-api/versions/d6b55d3f7b86/schema)
