Skip to content

Commit

Permalink
[API] fix spec
Browse files Browse the repository at this point in the history
/tables/{handle}/items -> /tables/{handle}/item

Closes: aptos-labs#818
  • Loading branch information
msmouse authored and aptos-bot committed May 5, 2022
1 parent 5174fd0 commit d6b6274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/doc/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ paths:
$ref: '#/components/responses/404'
"500":
$ref: '#/components/responses/500'
/tables/{table_handle}/items:
/tables/{table_handle}/item:
post:
summary: Get table item by handle and key.
description: |
Expand Down

0 comments on commit d6b6274

Please sign in to comment.