PATCH /api/user/redo/
Redoes the latest redoable action performed by the user making the request. a ClientSessionId header must be provided and only actions which were performed the same user with the same ClientSessionId value set on the api request that performed the action will be redone.Additionally the ClientSessionId header must be between 1 and 256 characters long and must only contain alphanumeric or the - characters.
Servers
- /
Request headers
Name | Type | Required | Description |
---|---|---|---|
ClientSessionId |
String | Yes |
The particular client session to redo actions for. The actions must have been performed with this same header set with the same value for them to be redoable by this endpoint. |
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.