You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rpc/openapi.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -493,7 +493,7 @@ paths:
493
493
- Smart Contracts
494
494
operationId: get_clarity_marf_value
495
495
description: |
496
-
Attempt to fetch the value of a MARF key. The key is identified with [Clarity MARF Key].
496
+
Attempt to fetch the value of a MARF key.
497
497
498
498
In the response, `data` is the hex serialization of the value.
499
499
responses:
@@ -533,7 +533,7 @@ paths:
533
533
- Smart Contracts
534
534
operationId: get_clarity_metadata_key
535
535
description: |
536
-
Attempt to fetch the metadata of a contract. The contract is identified with [Stacks Address] and [Contract Name] in the URL path. The metadata key is identified with [Clarity Metadata Key].
536
+
Attempt to fetch the metadata of a contract. The contract is identified with [Contract Address] and [Contract Name] in the URL path. The metadata key is identified with [Clarity Metadata Key].
0 commit comments