---
title: "Edit Feed Options"
method: PUT
path: "/forums/feed/options"
tags: ["Forums"]
---

# Edit Feed Options

`PUT /forums/feed/options`

Edit feed options.

Required scopes:
+ **post**

## Request body

- object
  - `node_ids` integer[] — Array of forum ids to exclude from the feed.
  - `keywords` string[] — List of keywords to exclude specific threads from the feed.

## Response `200`

Successful Response.

- object
  - `status` string
  - `message` string
  - `system_info` RespSystemInfo
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/versions/3efcdbc40994/schema)
