# Niet in staat om gecensureerde woorden in bulk te uploaden?

**URL:** https://meta.discourse.org/t/not-able-to-bulk-upload-censored-words/241710
**Category:** Development
**Tags:** rest-api, watched-words
**Created:** [12 oktober 2022 om 15:39 UTC](https://meta.discourse.org/t/not-able-to-bulk-upload-censored-words/241710 "2022-10-12T15:39:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Swarndeep\_Poddar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/swarndeep_poddar/32/231276_2.png) [@Swarndeep\_Poddar](https://meta.discourse.org/u/Swarndeep_Poddar)
#### Post date: [12 oktober 2022 om 15:39 UTC](https://meta.discourse.org/t/not-able-to-bulk-upload-censored-words/241710/1 "2022-10-12T15:39:49Z")

</div>

I seen this [FIX: Make watched words uploads work as intended (#17097) · discourse/discourse@1166db1 · GitHub](https://github.com/discourse/discourse/commit/1166db12b4540e8d8b9e576dde3d672b993b4edf)

Can anyone guide what api and querystring need to used for censor words?  
such as [https://meta.discourse.org/admin/customize/watched\_words/upload.json?action\_key=censor](https://meta.discourse.org/admin/customize/watched_words/upload.json?action_key=censor) or  
[https://meta.discourse.org/admin/customize/watched\_words/upload.json?actionkey=censor](https://meta.discourse.org/admin/customize/watched_words/upload.json?actionkey=censor)

Please help

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [12 oktober 2022 om 15:50 UTC](https://meta.discourse.org/t/not-able-to-bulk-upload-censored-words/241710/2 "2022-10-12T15:50:09Z")

</div>

You can try [Reverse engineer the Discourse API](https://meta.discourse.org/t/reverse-engineer-the-discourse-api/20576) to see how to upload them one at a time and then loop through them when you make your API calls.
