Skip to main content

Hello. I need to update the subject from a ticket via API.

I tried to follow this article: https://community.freshworks.com/freshservice-11247/webhook-update-subject-line-when-ticket-logged-16341

But unfortunately this seems not to work! I always get this error:

{
    "description""Validation failed",
    "errors": 0
        {
            "field""description",
            "message""It should not be blank as this is a mandatory field",
            "code""invalid_value"
        }
    ]
}

 

I don’t want to change the description!

How to do this?

 

There is an issue with this endpoint when updating service requests. Just add a description, it can just have a period or in our case we put in 'see service item below'

 


We have the same issue here, I have already mentioned to our CSM @Jack Day. If it is a mandatory field then it should be filled in upon logging an SR via the Portal OOTB. Hopefully a fix will be out in the next release, or the one after...


I think it is time to start thinking object oriented and divert between service requests and incidents…

But thanks it worked by adding a random text. even if this text is now visible in the head of the service request...