v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
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.

Request body

Response

result_codestring required

Indicates the result of the undo/redo operation. Will be 'SUCCESS' on success, 'NOTHING_TO_DO' when there is no action to undo/redo and 'SKIPPED_DUE_TO_ERROR' when the undo/redo failed due to a conflict or error and was skipped over.