RestoreProject
This method can be used for the following: Restore a project, by project identifier (Id);
Last updated
curl -X PUT 'https://localhost:3000/api/ss/project/5e8017d2e1385f0c58e8f4f8/restore' -H 'Host: localhost:3000' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{}'{
"status": "Project Restored"
}