Merge pull request #6487 from mempool/nymkappa/update-documentation-aliases

[accelerator] use new preferred alias in documentation
This commit is contained in:
wiz 2026-05-10 15:03:46 -06:00 committed by GitHub
commit 93072cc5cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11982,7 +11982,7 @@ export const restApiDocsData = [
codeSampleMainnet: {
esModule: [],
commonJS: [],
curl: ['txInput=ee13ebb99632377c15c94980357f674d285ac413452050031ea6dcd3e9b2dc29'],
curl: ['txid=ee13ebb99632377c15c94980357f674d285ac413452050031ea6dcd3e9b2dc29'],
headers: 'X-Mempool-Auth: stacksats',
response: `{
"txSummary": {
@ -12398,7 +12398,7 @@ export const restApiDocsData = [
codeSampleMainnet: {
esModule: [],
commonJS: [],
curl: ['txInput=ee13ebb99632377c15c94980357f674d285ac413452050031ea6dcd3e9b2dc29&userBid=21000000'],
curl: ['txid=ee13ebb99632377c15c94980357f674d285ac413452050031ea6dcd3e9b2dc29&maxBidBoost=21000000'],
headers: 'X-Mempool-Auth: stacksats',
response: `HTTP/1.1 200 OK`,
},
@ -12469,7 +12469,7 @@ export const restApiDocsData = [
codeSampleMainnet: {
esModule: [],
commonJS: [],
curl: ['txInput=ee13ebb99632377c15c94980357f674d285ac413452050031ea6dcd3e9b2dc29&type=time_delay&value=0.5'],
curl: ['txid=ee13ebb99632377c15c94980357f674d285ac413452050031ea6dcd3e9b2dc29&type=time_delay&value=0.5'],
headers: 'X-Mempool-Auth: stacksats',
response: `HTTP/1.1 200 OK`,
},