# Webhook이 비공개 태그를 인식하지 못함

**URL:** https://meta.discourse.org/t/webhook-not-accepting-private-tags/396521
**Category:** Bug
**Tags:** webhooks, tags
**Created:** [2월 19, 2026, 4:31오후 UTC](https://meta.discourse.org/t/webhook-not-accepting-private-tags/396521 "2026-02-19T16:31:48Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)
#### Post date: [2월 23, 2026, 3:16오전 UTC](https://meta.discourse.org/t/webhook-not-accepting-private-tags/396521/5 "2026-02-23T03:16:46Z")

</div>

이 문제는 이제 여기서 수정되어 해당 사이트에 배포되었습니다:

> <https://github.com/discourse/discourse/pull/37942>
>
> Commit 9e99066b07 changed TagChooser to pass tag objects instead of tag name str…ings, but the webhook model sends these objects directly to the backend, where \`permit(tag\_names: \[\])\` silently stripped the non-scalar values, so no tags were saved.
> 
> We'll still be taking in \`tag\_names\` on the API, with a deprecation note. The frontend should start sending \`tag\_ids\` which is the new way forward.
> 
> \<img width="351" height="156" alt="Screenshot 2026-02-20 at 4 10 58 PM" src="https://github.com/user-attachments/assets/9afb6fbe-d676-43d4-a0ff-29cbc1bcd377" /\>
> 
> meta: https://meta.discourse.org/t/webhook-not-accepting-private-tags/396521

:blob-wave-reverse:

---

_[View the full topic](https://meta.discourse.org/t/webhook-not-accepting-private-tags/396521)._
