ContributionsMost RecentMost LikesSolutionsRe: Cannot post a "not helpful" rating The 303 error code is something different than what we were encountering. Are you authenticated as a user with REST API permissions when executing the call to your community (from your application or from a normal browser)? The expected response should be a success, which is what we encountered when attempting to validate using the method in my previous post. Re: Cannot post a "not helpful" rating Hello nchungie! Sorry for the confusion here. I took your example code snippet (thank you, by the way, it was very helpful) and I translated it to a sample REST API call that can be made via HTTP: http://test.lithium.example/restapi/vc/messages/id/155/ratings/key/tkb_helpfulness/ratings/add?rating.value=-2 The above failed, which is also what you were encountering. So, I tried manipulating the integer and did some poking around - mso was very helpful in pointing out that in actuality, a "Yes"/"Helpful" response has a value of "1", and a "No"/"Unhelpful" response has a value of "0". The API documentation needs to be updated and we are working with our Docs team to update that to be accurate; I figured I'd respond in here so that you know what to use for your code. http://test.lithium.example/restapi/vc/messages/id/155/ratings/key/tkb_helpfulness/ratings/add?rating.value=0 Hope this helps! Ted Re: We can not find rest API for attachment. I spoke with some of the developers regarding creating a simple HTML form that leverages the API for attachments and this is one that ChristopherB showed me for image uploads: <form enctype="multipart/form-data" class="lia-form lia-form-horizontal" action="https://community.com/restapi/vc/messages/id/109/edit" method="post" id="form_1" name="form_1"> <label for="lia-image-content">Image</label> <input id="lia-image-content" name="message.upload" type="file" /> <input title="" value="Upload Image" id="action.upload-image.button" name="action.upload-image" type="submit" /> </form> Re: REST API /messages/id/message_id/delete ? Hello all, This was actually raised as an Idea but never linked in this thread. The idea itself has been accepted and is under development, but is not ready for primetime in full. There are some functions that are available which include deleting tags from a post. For more information, please see the idea linked here. The additional functionality that is currently available can be found here in our documentation. Thanks, Ted C Re: API to delete a message post Hello all, This was discussed in an Idea (and an associated thread where this was brought up awhile ago). The idea itself has been accepted and is under development, but is not ready for primetime in full. There are some functions that are available which include deleting tags from a post. For more information, please see the idea linked here. The additional functionality that is currently available can be found here in our documentation. Thanks, Ted C Re: Changing the reply button color/tone Hello Toby, Just wanted to add on what my colleague Mel wrote, editing the skin's CSS should allow you to style the Reply button. You may also wish to leverage our developer board located here to see what other Lithium customers have done and to touch base directly with our development team should you have extra questions about styling. Hope that extra bit helps, Ted C Lithium Support Re: I've got an issue with an unexpected error after possible changing an XML layout issue?Yes! You can send an email into the address listed - I have also edited in an article that details all the available support options for you. Hope that helps!Re: I've got an issue with an unexpected error after possible changing an XML layout issue? Hello JustinBannister, The type of error you're reporting is usually caused by updating the layout of a page in order to include an element that doesn't exist anymore, such as a custom component. There's no way to tell for sure based on the information posted here, but we'll be happy to assist you in locating the issue if you raise a Support case for further analysis. edit: It'd probably help if I provided a link on how to get Support from us! Sorry about that. http://lithosphere.lithium.com/t5/support-knowledge-base/Getting-Support-From-Lithium/ta-p/96668 Regards, Ted C Customer Support