User
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.
patch/api/user/redo/
Headers
ClientSessionIdstring uuid required
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.