Activating a project through API: activate_project


Sample activate_project request

?action=activate_project&id_project=PROJECT_ID
Activates selected archived project

Required parameters:
  • id_project — project ID

Sample JSON response
If the request succeeds, the response will contain ok status

{
    "status": "ok"
}