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 98da17d35..b28f45195 100644 --- a/frontend/src/app/docs/api-docs/api-docs-data.ts +++ b/frontend/src/app/docs/api-docs/api-docs-data.ts @@ -9888,7 +9888,7 @@ export const restApiDocsData = [ fragment: "accelerator-deposit-history", title: "GET Deposit History", description: { - default: "
Returns a list of deposits made as prepayment for the accelerator service.
" + default: "Returns a list of deposits the user has made as prepayment for the accelerator service.
" }, urlString: "/v1/services/accelerator/deposit-history", showConditions: [""], @@ -9936,7 +9936,7 @@ export const restApiDocsData = [ fragment: "accelerator-balance", title: "GET Available Balance", description: { - default: "Returns your currently available balance, currently locked funds, and total fees paid so far.
" + default: "Returns the user's currently available balance, currently locked funds, and total fees paid so far.
" }, urlString: "/v1/services/accelerator/balance", showConditions: [""], @@ -10014,7 +10014,7 @@ export const restApiDocsData = [ fragment: "accelerator-accelerate", title: "POST Accelerate A Transaction", description: { - default: "Send a request to accelerate a transaction.
" + default: "Sends a request to accelerate a transaction.
" }, urlString: "/v1/services/accelerator/accelerate", showConditions: [""], @@ -10044,7 +10044,7 @@ export const restApiDocsData = [ fragment: "accelerator-history", title: "GET Private Acceleration History", description: { - default: "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.
Returns the user's past 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.
Return the list of currently accelerated transactions.
" + default: "Returns all transactions currently being accelerated.
" }, urlString: "/v1/services/accelerator/accelerations", showConditions: [""], @@ -10216,8 +10216,8 @@ export const restApiDocsData = [ fragment: "accelerator-public-history", title: "GET Public Acceleration History", description: { - default: `Return a list of accelerated transactions. - Filters can be applied such as
Returns all past accelerated transactions. + Filters can be applied:
status: all, requested, accelerating, mined, completed, failedtimeframe: 24h, 3d, 1w, 1m, 3m, 6m, 1y, 2y, 3y, allpoolUniqueId: any id from https://github.com/mempool/mining-pools/blob/master/pools-v2.json