mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6487 from mempool/nymkappa/update-documentation-aliases
[accelerator] use new preferred alias in documentation
This commit is contained in:
commit
93072cc5cf
1 changed files with 3 additions and 3 deletions
|
|
@ -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`,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue