diff --git a/frontend/src/app/docs/api-docs/api-docs-data.ts b/frontend/src/app/docs/api-docs/api-docs-data.ts index a0d292925..d2cfc0926 100644 --- a/frontend/src/app/docs/api-docs/api-docs-data.ts +++ b/frontend/src/app/docs/api-docs/api-docs-data.ts @@ -9955,8 +9955,8 @@ export const restApiDocsData = [ headers: "api_key: stacksats", response: `{ "balance": 99900000, - "hold": 0, - "feesPaid": 200000 + "hold": 101829, + "feesPaid": 133721 }`, }, } @@ -10044,15 +10044,15 @@ export const restApiDocsData = [ fragment: "history", title: "GET Acceleration History", description: { - default: "
Return the history of previous acceleration requests.
Pass one of the following for :status
: all
, requested
, accelerating
, mined
, completed
, failed
.
Return the history of previous acceleration requests.
Pass one of the following for :status
: all
, requested
, accelerating
, mined
, completed
, failed
.
Pass true
in :details
to get a detailed history
of the acceleration request.