---
title: "Watch a snippet"
method: PUT
path: "/snippets/{workspace}/{encoded_id}/watch"
tags: ["Snippets"]
---

# Watch a snippet

`PUT /snippets/{workspace}/{encoded_id}/watch`

Used to start watching a specific snippet. Returns 204 (No Content).

## Response `204`

Indicates the authenticated user is now watching the snippet.

## Other responses

- `401` — If the request was not authenticated.
- `404` — If the snippet does not exist.

---

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