---
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

---

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