Forum Discussion

npise's avatar
npise
New Contributor II
4 years ago
Solved

Find a specific word in Json Object

In the router i am trying to route data based on below criteria if any of the value in statusC.contains("T’) route to view1 if any of the value in !statusC.contains("T’). (does not contains) rou...
  • j_angelevski's avatar
    4 years ago

    Hi @ionutbarna,

    I think you have wrong endpoint for stopping a pipeline.
    The correct endpoint is: /api/1/rest/public/runtime/stop/<Org>/<ruuid>
    Your endpoint is: api/1/rest/public/stop/<Org>/<ruuid>. You are missing the /runtime/ in the endpoint.