GET /v2/events/:event_id/feedbacks
Return all the feedbacks of the given Event

GET /v2/feedbacks
Return all the feedbacks

GET /v2/scale_teams/:scale_team_id/feedbacks
Return all the feedbacks of the given Scale team


GET /v2/events/:event_id/feedbacks/:id
Get a feedback of the given Id, associated with the given Event

GET /v2/feedbacks/:id
Get a feedback

GET /v2/scale_teams/:scale_team_id/feedbacks/:id
Get a feedback of the given Id, associated with the given Scale team


POST /v2/events/:event_id/feedbacks
Create a feedback for the given Event

POST /v2/feedbacks
Create a feedback

POST /v2/scale_teams/:scale_team_id/feedbacks
Create a feedback for the given Scale team


PATCH /v2/events/:event_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Event

PUT /v2/events/:event_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Event

PATCH /v2/feedbacks/:id
Update a feedback

PUT /v2/feedbacks/:id
Update a feedback

PATCH /v2/scale_teams/:scale_team_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Scale team

PUT /v2/scale_teams/:scale_team_id/feedbacks/:id
Update a feedback for the given Id, associated with the given Scale team


DELETE /v2/events/:event_id/feedbacks/:id
Destroy a feedback for the given Id, associated with the given Event

DELETE /v2/feedbacks/:id
Destroy a feedback

DELETE /v2/scale_teams/:scale_team_id/feedbacks/:id
Destroy a feedback for the given Id, associated with the given Scale team