Skip to content

Commit ac77172

Browse files
committed
added authorization in openapi.yaml for fast-call-read
1 parent e551df3 commit ac77172

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/rpc/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,10 @@ paths:
951951
$ref: ./api/contract/post-call-read-only-fn-success.example.json
952952
fail:
953953
$ref: ./api/contract/post-call-read-only-fn-fail.example.json
954+
"400":
955+
description: Endpoint not enabled.
956+
"401":
957+
description: Unauthorized.
954958
parameters:
955959
- name: contract_address
956960
in: path

0 commit comments

Comments
 (0)