# Modify topic featured link

**URL:** https://meta.discourse.org/t/modify-topic-featured-link/75521
**Category:** Support
**Tags:** featured-link
**Created:** [12월 6, 2017, 1:31오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521 "2017-12-06T13:31:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![anon36484860](https://avatars.discourse-cdn.com/v4/letter/a/b782af/32.png) [@anon36484860](https://meta.discourse.org/u/anon36484860)
#### Post date: [12월 6, 2017, 1:31오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/1 "2017-12-06T13:31:53Z")

</div>

I haven’t found any way to modify the featured link for a topic

How can I achieve that?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [12월 6, 2017, 7:02오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/2 "2017-12-06T19:02:41Z")

</div>

The only way I can see to modify the featured link is to edit it through the rails console.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [12월 6, 2017, 10:02오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/3 "2017-12-06T22:02:55Z")

</div>

You can only delete it, not modify it at this time.

---

<div class="post-metadata">

### Author: ![anon36484860](https://avatars.discourse-cdn.com/v4/letter/a/b782af/32.png) [@anon36484860](https://meta.discourse.org/u/anon36484860)
#### Post date: [12월 12, 2017, 12:17오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/4 "2017-12-12T12:17:04Z")

</div>

Can you give me a hint for the command?

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [12월 12, 2017, 3:54오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/5 "2017-12-12T15:54:35Z")

</div>

> [@anon36484860](#):
>
> Can you give me a hint for the command?

Find the topic\_id that you want to change the featured link for - it’s the first number in the URL in your browser’s address bar. SSH into your server and enter the rails console. Then run:

`t = Topic.find(your_topic_id)`  
`t.featured_link = 'http://example.com/new/featured/link'`  
`t.save`

---

<div class="post-metadata">

### Author: ![balupton](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/balupton/32/255461_2.png) [@balupton](https://meta.discourse.org/u/balupton)
#### Post date: [4월 18, 2020, 2:37오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/6 "2020-04-18T14:37:23Z")

</div>

HTTP API를 통해 이 작업을 수행할 수 있는 방법이 있을까요?

[Discourse API Docs](https://docs.discourse.org/#tag/Topics/paths/~1t~1%7Bslug%7D~1%7Bid%7D.json/put) 을 사용하면 될 줄 알았는데, 그렇게 되지 않는 것 같습니다.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [6월 8, 2024, 12:37오후 UTC](https://meta.discourse.org/t/modify-topic-featured-link/75521/7 "2024-06-08T12:37:05Z")

</div>

이 주제는 2375일 후 자동으로 닫혔습니다. 더 이상 새 답변을 작성할 수 없습니다.
