From 077080b3f9ccb341ff6b2feaf2b8a70b3172a9a0 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 21 Mar 2024 14:09:59 -0400 Subject: [PATCH] fix: $ not * --- docs/rpc/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rpc/openapi.yaml b/docs/rpc/openapi.yaml index 2463666b2..ac4e299e8 100644 --- a/docs/rpc/openapi.yaml +++ b/docs/rpc/openapi.yaml @@ -643,7 +643,7 @@ paths: content: application/json: example: - *ref: ./api/core-node/get_tenure_info.json + $ref: ./api/core-node/get_tenure_info.json /v3/tenures/{block_id}: get: