Hi team,
I’m currently exploring the newly released Journey module in Freshservice while configuring a workflow for my integration.
According to the API documentation, the “Update Journey Request” endpoint specifies the use of the PUT method. However, when I attempt a PUT request, I receive the following error response:
{
“message”: “The requested HTTP method is not supported for this endpoint”,
“errors”: ,
“error_type”: “METHOD_NOT_ALLOWED”
}
Interestingly, when I tried using the PATCH method instead (just to test), the request worked successfully.
Could you please confirm which HTTP method is officially supported for this endpoint?
If PATCH is indeed the correct one, it might be worth updating the API documentation for clarity.
Thanks in advance!

