Undelete a process package

If a process package was accidently deleted, it may be recovered (undeleted) until the system has permanently deleted it.

Undelete provided ProcessAPI package

PUT https://api.olisystems.com/process/{process_id}

Delete the process package supplied as the last paramter {process_id} of the URL

Headers

NameTypeDescription

Authorization*

String

Bearer {access_token}

{
    "message": "Process is moved to its previous state Successfully",
    "status": "SUCCESS"
}

Last updated