Forum Discussion
AdamN Since we’re on the topic - Do you know if we can see the featured idea statuses via API somehow? We’re getting ready to launch our IE, and our engineer couldn’t figure that out (We made a new status component but had to hardcode which ones showed up).
edit: Ignore me, I should have read all the link you sent first 😂. I think it’s on there!!
edit 2: Actually question stands as I think this only covers creating a new idea, can we query it the same way to see if it’s featured?
Hi StanGromer , I'm not seeing a separate call for editing/updating in our docs. However, from a cursory look at the logic behind the scenes, it appears that if you specify an existing key via the /add method, it will attempt to update the corresponding status. This seems to be implied by the documentation as well since it mentions for the "returns" details:
MessageStatus: either the pre-existing message status with the provided key and type (if provided), or the newly created status.
But you may want to try it in stage first, just to make sure it works as expected.
I hope this helps!