Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
fix: document style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mittwillson committed May 9, 2022
1 parent 7610725 commit 51fb436
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/includes/_para.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/proposals' \

| Parameter | Type | Require | Default | Description |
|-----------|------|---------|---------|----------------------------------------|
| status | int | no | 0 | Enum(1:Proposal\|2:Upcoming\|3:Online) |
| status | int | no | 0 | Enum(1:Proposal|2:Upcoming|3:Online) |

> Example Response
Expand Down Expand Up @@ -101,7 +101,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/auctions' \
| Parameter | Type | Require | Default | Description |
|---------------|--------|---------|--------------------|-------------------------------|
| auction_index | int | no | 0 | |
| status | int | no | 0 | Enum(1:Started\|2:Closed) |
| status | int | no | 0 | Enum(1:Started|2:Closed) |
| row | int | yes | | |
| page | int | yes | | |
| order | string | no | auction_index desc | |
Expand Down Expand Up @@ -208,8 +208,8 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/bids' \
| para_id | int | no | 0 | |
| from_block | int | no | 0 | start blockNum of range query |
| to_block | int | no | 0 | end blockNum of range query |
| status | int | no | 0 | Enum(1:Accepted\|2:Leased\|3:Renewal) |
| source | int | no | 0 | Enum(1:Slot\|2:Crowdloan) |
| status | int | no | 0 | Enum(1:Accepted|2:Leased|3:Renewal) |
| source | int | no | 0 | Enum(1:Slot|2:Crowdloan) |
| from_history | bool | no | false | |
| bidder | string | no | | |
| row | int | yes | | |
Expand Down Expand Up @@ -334,7 +334,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/funds' \
| para_id | int | no | 0 | |
| from_block | int | no | 0 | start blockNum of range query |
| to_block | int | no | 0 | end blockNum of range query |
| status | int | no | 0 | Enum(1:Created\|2:Leased\|3:Ended\|4:Dissolved) |
| status | int | no | 0 | Enum(1:Created|2:Leased|3:Ended|4:Dissolved) |
| from_history | bool | no | false | |
| row | int | yes | | |
| page | int | yes | | |
Expand Down Expand Up @@ -535,7 +535,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/info' \
| Parameter | Type | Require | Default | Description |
|-----------|--------|---------|---------|-----------------------------------------|
| para_id | int | no | 0 | |
| status | string | no | 0 | Enum(Onboarding\|Parathread\|Parachain) |
| status | string | no | 0 | Enum(Onboarding|Parathread|Parachain) |
| row | int | yes | | |
| page | int | yes | | |
| order | string | no | | |
Expand Down Expand Up @@ -737,7 +737,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/list' \

| Parameter | Type | Require | Default | Description |
|-----------|--------|---------|---------|-----------------------------------------|
| status | string | no | 0 | Enum(Onboarding\|Parathread\|Parachain) |
| status | string | no | 0 | Enum(Onboarding|Parathread|Parachain) |
| row | int | yes | | |
| page | int | yes | | |
| order | string | no | | |
Expand Down

0 comments on commit 51fb436

Please sign in to comment.