Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 4867a03

Browse files
committed
fix documentation of payload batch request bodies
1 parent 10aea58 commit 4867a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Build Docker image:
88
docker build . -t chainweb.openapi
99
```
1010

11-
Serve API documentation at http://localhost:8080/openapi
11+
Serve API documentation at http://localhost:8080/openapi/
1212

1313
```
1414
docker run --rm -p 8080:80 chainweb.openapi

chainweb.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ components:
10711071
summary: Singleton request body
10721072
value: [ "qx346ILpakzgbNZbE8oHqF5TZQghp-HPcV-0Ptc_n2s" ]
10731073

1074-
blockHashArray:
1074+
payloadHashArray:
10751075
description: An array of block payload hashes
10761076
content:
10771077
application/json:

0 commit comments

Comments
 (0)