# Mark a thread as read

From **GitHub v3 REST API**.

`PATCH /notifications/threads/{thread_id}`

Mark a thread as read

## Parameters

### `thread_id`

- Location: path
- Required: true
- Type: `integer`

thread_id parameter

## Responses

### `205`

Reset Content

### `304`

Not modified

### `403`

Forbidden

### `application/json`

- Type: `object`

Basic Error

```json
{"description":"Basic Error","properties":{"documentation_url":{"type":"string"},"message":{"type":"string"},"status":{"type":"string"},"url":{"type":"string"}},"title":"Basic Error","type":"object"}
```

## Request examples

### cURL

```shell
curl --request PATCH \
  --url {protocol}://{hostname}/api/v3/notifications/threads/{thread_id}
```
