REST Patch action has no backend logic

Trying to use the REST Patch action causes error: Command 632c33c4-b92a-11ed-9621-5f04f6163792 could not be found

After some investigation, it appears there is no backend logic for the action.

The following repro makes a request to a free API test resource. I’ve included it for simplicity.

Steps to repro

  1. Set up a workflow and add the action: REST API > REST Patch.

  2. Set up the header. In the Header field enter Content-type and in the Value field enter application/json; charset=UTF-8

  3. Click ok.

  4. In the URL enter https://jsonplaceholder.typicode.com/posts/1

  5. In the Body enter { "title": "My new title" }

  6. Save the action and run the workflow.

Expected outcome:

The status code should be 200

The text response should be (something like)

{

    "userId": 1,

    "id": 1,

    "title": "My new title",

    "body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto"

}

Actual outcome:

Error with Command 632c33c4-b92a-11ed-9621-5f04f6163792 could not be found

Please authenticate to join the conversation.

Upvoters
Status

Up Next

Board

🐛 Bug Reports

Date

Over 1 year ago

Author

Ben Lehmann

Subscribe to post

Get notified by email when there are changes.