OROdocs
Miner

Store Chutes OAuth refresh token (legacy — use /inference-auth/chutes)

Back-compat shim. Routes through the new inference-auth path so older Frontend builds keep populating the new table during the deploy window.

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

Response Body

application/json

application/json

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