SUBERNOVA
project.unarchive
This method unarchives an archived project.
Call this method via the following URL:
https://app.subernova.com/api/1.0/project.unarchive
Parameters
These are the parameters you can pass with the call:
api_key
Your API key for authentication. This can be found in your account settings.
id
The id of the project you're archiving.
Response
Success (project unarchived)
The project has been unarchived successfully.
Success: Project unarchived.
Error (no data passed)
This short message will be returned if no data were passed with the call.
Error: No data were passed.
Error (invalid id)
This short message will be returned if you entered an invalid id
Error: Invalid id.
Error (project not unarchived)
This short message may be returned if SUBERNOVA's server is down or for some reason the project cannot be unarchived, which is pretty rare.
Error: Project not unarchived.
Error (invalid API key)
This short message will be returned if the API key passed with the call is invalid.
Error: API key is invalid.
Error (account expired)
This short message will be returned if your account has expired.
Error: Account expired.
Help
If you have any questions regarding our API or found a bug, please send us a support request.
