Skip to content

Commit

Permalink
Merge pull request #580 from oasisprotocol/csillag-remove-hardwired-e…
Browse files Browse the repository at this point in the history
…merald-from-api-docs

Removed hardwired "Emerald" from API docs
  • Loading branch information
csillag authored Dec 6, 2023
2 parents f495dac + 2070da5 commit d7c9b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/spec/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ paths:

/{runtime}/blocks:
get:
summary: Returns a list of Emerald blocks.
summary: Returns a list of Runtime blocks.
parameters:
- *limit
- *offset
Expand Down Expand Up @@ -817,7 +817,7 @@ paths:
example: *iso_timestamp_2
responses:
'200':
description: A JSON object containing a list of Emerald blocks.
description: A JSON object containing a list of Runtime blocks.
content:
application/json:
schema:
Expand All @@ -826,7 +826,7 @@ paths:

/{runtime}/transactions:
get:
summary: Returns a list of Emerald transactions.
summary: Returns a list of Runtime transactions.
parameters:
- *limit
- *offset
Expand Down Expand Up @@ -868,7 +868,7 @@ paths:
responses:
'200':
description: |
A JSON object containing a list of Emerald transactions.
A JSON object containing a list of Runtime transactions.
content:
application/json:
schema:
Expand Down

0 comments on commit d7c9b0d

Please sign in to comment.