Skip to content

Commit

Permalink
change post to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Sep 19, 2024
1 parent a7a3f6a commit a6db19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_api/json_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ paths:
# TODO: Potentially we can try making a union of types at this level of Request / Response pairs (as opposed to one big Request array, and one big Response array)
# If that works, we could solve the problem below of tying inputs to outputs very specifically. Needs further investigation.
post:
description: Send JSON-RPC request to server
summary: Send JSON-RPC request to server
requestBody:
description: JSON-RPC request object
content:
Expand Down

0 comments on commit a6db19f

Please sign in to comment.