Update an idea vote
"Idea votes" in the web interface are referenced as "idea endorsements" from API endpoints.
Path parameters
IdeaId identifier
Id identifier
Request body
Example request
{
"idea_endorsement": {
"value": 123.45
}
}Response
Successful operation
Changes
Changed in 2 of the 5 revisions of this API.221
- ▲
the response property
idea_endorsement/idea/workflow_status/workflow_status_categorybecame nullable for the status200response-property-became-nullable
- ▲
the
idea_endorsement/idea/workflow_status/workflow_status_categoryresponse's property type/format changed fromobject/tonull/for status200response-property-type-changed
- ●
removed the optional property
idea_endorsement/idea/workflow_status/workflow_status_category/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
idea_endorsement/idea/workflow_status/workflow_status_category/namefrom the response with the200statusresponse-optional-property-removed
- ▲
- ○
added the optional property
idea_endorsement/idea/workflow_status/workflow_status_categoryto the response with the200statusresponse-optional-property-added
- ○