OROoro docs
Miner

Store Chutes OAuth refresh token

Store (or overwrite) the miner's Chutes refresh token.

POST/v1/miner/chutes-auth

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

refresh_token*string

Chutes OAuth refresh token from a fresh code exchange

Response Body

application/json

application/json

curl -X POST "https://loading/v1/miner/chutes-auth" \  -H "Content-Type: application/json" \  -d '{    "refresh_token": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}