{
// Required
id: Id;
// Optional.
Y: number;
N: number;
A: number;
publish_immediately: boolean;
}This action is only allowed for analog polls. Updating this option changes the associated vote objects for Y, N and A to the given values.
If the poll's state is created and at least one vote value is given (Y, N or A), the state must be set to finished. if additionally publish_immediately is given, the state must be set to published.
The request user needs:
motion.can_manage_pollsif the poll's content object is a motionassignment.can_manageif the poll's content object is an assignmentpoll.can_manageif the poll's content object is a topic