POST /api/auth/project/publishupdate
This will update the date_updated value of the project and notify any users who are following this project.
POST Params
Param: projectId
the id of the project to update
Param: body optional
the body for the changelog (2500 max)
Example of returned JSON
{
"success": true
}