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
live_help Notes
This action requires a token resource owner
scoped on projects with enough privileges
or an application with one of theses role(s):
assignment_ind
Basic staff
.
settings Params
Param name | Description |
---|---|
event_id |
optional
. Must be String
The event id |
id |
required
. Must be String
The requested id |
scale_team_id |
optional
. Must be String
The scale_team id |
feedback | optional , nil allowed . Must be a Hash |
feedback[comment] |
optional
. Must be String
The comment. Maximum length is 1024. |
feedback[feedbackable_type] |
optional
, nil allowed
. Must be String
The feedbackable type. |
feedback[feedbackable_id] |
optional
, nil allowed
. Must be Fixnum
The feedbackable id. |
feedback[rating] |
optional
, nil allowed
. Must be Fixnum
The rating. |
feedback[user_id] |
optional
, nil allowed
. Must be Fixnum
The user id. Must be unique in the scope of a given feedbackable. |
feedback[feedback_details_attributes] |
optional
, nil allowed
. Must be an Array of nested elements
The feedback details attributes. |
feedback[feedback_details_attributes][id] |
optional
, nil allowed
. Must be Fixnum
The id. |
feedback[feedback_details_attributes][rate] |
optional
. Must be Fixnum
The rate. |
feedback[feedback_details_attributes][kind] |
optional
. Must be one of: punctuality , interested , rigorous , nice , accuracy , interesting , quality , pertinent .
The kind. |
feedback[feedback_details_attributes][_destroy] |
optional
, nil allowed
. Must be String
The destroy. |