---
title: "Sets your delegatees"
method: POST
path: "/set-delegatees"
tags: ["POST"]
---

# Sets your delegatees

`POST /set-delegatees`

# Notes
* Can only be updated once every `block.config.deposits.delegatee_update_period` blocks

* Header `X-Api-Key` is required. Use `/request-api-key` endpoint. 
  
  * If `<api_key>` is invalid, a `401` error will be returned

* `<delegatees>` is a map of `<player_id>` to `float`, where the floats must sum to at most `1.0`

## Headers

- `X-Api-Key` string

## Request body

- SetDelegateesRequest
  - `delegatees` object

## Response `200`

Success

- SetDelegateeResponse
  - `ok` boolean

## Changes

- **2025-02-13** `f379c149170e` — 1 breaking
  - the `delegatees/additionalProperties/` request property type/format changed from `number`/`` to `number`/`double`
- **2024-12-22** `b864575e61ec` — 1 breaking
  - the `delegatees/additionalProperties/` request property type/format changed from `float`/`` to `number`/``
- **2024-12-03** `22709c497616` — 1 info
  - endpoint added
- **2024-05-31** `5523952546dd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/changes/set-delegatees/post.md)

---

[API](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.dev/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/revisions/2af9c398c1d4/schema)
