v3

latestOpenAPI 3.1.02026-08-043431953.1 MB
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