GET /v2/project_sessions/:project_session_id/scales
Return all the scales of the given Project session

GET /v2/scales
Return all the scales

GET /v2/projects/:project_id/scales
Return all the scales of the given Project

GET /v2/users/:user_id/scales
Return all the scales of the given User



POST /v2/scales
Create a scale


PATCH /v2/scales/:id
Update a scale

PUT /v2/scales/:id
Update a scale


DELETE /v2/scales/:id
Destroy a scale