---
title: "Set default subreddit"
method: PUT
path: "/v1/accounts/{accountId}/reddit-subreddits"
tags: ["Connect"]
---

# Set default subreddit

`PUT /v1/accounts/{accountId}/reddit-subreddits`

Sets the default subreddit used when publishing posts for this Reddit account.

## Path parameters

- `accountId` string, required

## Request body

- object
  - `defaultSubreddit` string, required

## Response `200`

Default subreddit set

- object
  - `success` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/51932b099b2f/schema)
