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

Changed in 2 of the 5 revisions of this API.221

  • bfbe6f6d74a122See the full diff
    • the response property idea_endorsement/idea/workflow_status/workflow_status_category became nullable for the status 200

      response-property-became-nullable

    • the idea_endorsement/idea/workflow_status/workflow_status_category response's property type/format changed from object/ to null/ for status 200

      response-property-type-changed

    • removed the optional property idea_endorsement/idea/workflow_status/workflow_status_category/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property idea_endorsement/idea/workflow_status/workflow_status_category/name from the response with the 200 status

      response-optional-property-removed

    • added the optional property idea_endorsement/idea/workflow_status/workflow_status_category to the response with the 200 status

      response-optional-property-added