# \[Api\]Can I add an entry to a post/topic that cannot be changed?

**URL:** https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482
**Category:** Development
**Created:** [May 11, 2019, 8:52pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482 "2019-05-11T20:52:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![shaco](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@shaco](https://meta.discourse.org/u/shaco)
#### Post date: [May 11, 2019, 8:52pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482/1 "2019-05-11T20:52:02Z")

</div>

Can I add an entry to a post/topic that cannot be changed?  
Can it be js/html?

Listening to your advice, I decided to learn how to create plugins. According to the api documentation I see that i can update the post (PUT Update a single topic) , but is it possible to update the post that couldn’t be changed ?  
I don’t mean the whole post, but only the part I sent through the api ?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 13, 2019, 5:12pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482/2 "2019-05-13T17:12:35Z")

</div>

You could lock the post (like what I did with yours). That should prevent users from editing any part of the post.

You can then update the post via the API with any admin user.

---

<div class="post-metadata">

### Author: ![shaco](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@shaco](https://meta.discourse.org/u/shaco)
#### Post date: [May 13, 2019, 7:58pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482/3 "2019-05-13T19:58:13Z")

</div>

But blocking the post means no discussion. It misses the goal…

Can I sort my post by tags? If so, how?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 13, 2019, 7:59pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482/4 "2019-05-13T19:59:09Z")

</div>

Your post is locked, yet you can continue replying to this topic. So not sure what do you mean…

---

<div class="post-metadata">

### Author: ![shaco](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@shaco](https://meta.discourse.org/u/shaco)
#### Post date: [May 13, 2019, 8:02pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482/5 "2019-05-13T20:02:55Z")

</div>

Okay, you’re right. Can I sort post by tags?

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [May 13, 2019, 10:13pm UTC](https://meta.discourse.org/t/api-can-i-add-an-entry-to-a-post-topic-that-cannot-be-changed/117482/6 "2019-05-13T22:13:38Z")

</div>

Topics can be sorted and filtered by tags, individual replies cannot.
