Closed cadecairos closed 8 years ago
POST /view-project/{project_id}
Requires a valid Authorization header, 400s if user owns project or if project doesn't exist.
Uses an upsert query to initialize a project's view count to 1, increments it thereafter.
mozilla/webmaker-core#902
:smile: - should we assign review to @jbuck ?
@cadecairos r+
POST /view-project/{project_id}
Requires a valid Authorization header, 400s if user owns project or if project doesn't exist.
Uses an upsert query to initialize a project's view count to 1, increments it thereafter.
mozilla/webmaker-core#902