Idea votes
Update an idea vote
"Idea votes" in the web interface are referenced as "idea endorsements" from API endpoints.
put/ideas/{idea_id}/endorsements/{id}
Path parameters
idea_idstring required
IdeaId identifier
idstring required
Id identifier
Request body
Example request
{
"idea_endorsement": {
"value": 123.45
}
}Response
Successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.