For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

Authorization*

String

Bearer {access_token}

{
    "message": "Process is moved to its previous state Successfully",
    "status": "SUCCESS"
}
{
    "message": "User does not have required permissions",
    "status": "FAILED"
}

Last updated

Was this helpful?