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

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

GET /v2/attachments
Return all the attachments


GET /v2/project_sessions/:project_session_id/attachments/:id
Get an attachment of the given Id, associated with the given Project session

GET /v2/attachments/:id
Get an attachment


POST /v2/projects/:project_id/attachments
Create an attachment for the given Project


PATCH /v2/attachments/:id
Update an attachment

PUT /v2/attachments/:id
Update an attachment


DELETE /v2/attachments/:id
Destroy an attachment