---
title: "Create additional idea votes"
method: POST
path: "/ideas/{idea_id}/endorsements?multiple_endorsements=true"
tags: ["Idea votes"]
---

# Create additional idea votes

`POST /ideas/{idea_id}/endorsements?multiple_endorsements=true`

Create an additional vote for a user who has already voted on the idea. Only permitted for an ideas portal where users are allowed multiple votes on the same idea.

## Path parameters

- `idea_id` string, required

## Query parameters

- `multiple_endorsements` string

## Request body

- IdeavotesPostRequest
  - `idea_endorsement` object
    - `value` number

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/f2725b45bcf3/schema)
