[doc] separate private/public acceleration history endpoint title

This commit is contained in:
nymkappa 2024-02-10 11:41:30 +01:00
parent 740f9af9af
commit a1bd84ea6d
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -10042,7 +10042,7 @@ export const restApiDocsData = [
category: "accelerator",
httpRequestMethod: "GET",
fragment: "accelerator-history",
title: "GET Acceleration History",
title: "GET Private Acceleration History",
description: {
default: "<p>Return the history of previous acceleration requests.</p><p>Pass one of the following for <code>:status</code>: <code>all</code>, <code>requested</code>, <code>accelerating</code>, <code>mined</code>, <code>completed</code>, <code>failed</code>.<br>Pass <code>true</code> in <code>:details</code> to get a detailed <code>history</code> of the acceleration request.</p>"
},
@ -10214,7 +10214,7 @@ export const restApiDocsData = [
category: "accelerator",
httpRequestMethod: "GET",
fragment: "accelerator-public-history",
title: "GET Acceleration History",
title: "GET Public Acceleration History",
description: {
default: `<p>Return a list of accelerated transactions.
Filters can be applied such as<ul>