---
title: "Set Miner Info"
method: PUT
path: "/miner/set-info/{miner}"
tags: ["miner"]
---

# Set Miner Info

`PUT /miner/set-info/{miner}`

This endpoint lets a user set miner info.

## Path parameters

- `miner` string, required

## Request body

- MinerMinerSetInfoParams
  - `name` string

## Response `200`

OK

- ApiEmptyResp

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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