Skip to content

Commit ff7f9d3

Browse files
committed
fix(docs): ensure naming convention is followed
1 parent c49a4d4 commit ff7f9d3

5 files changed

+7
-7
lines changed

docs/openapi.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ paths:
371371
content:
372372
application/json:
373373
example:
374-
$ref: ./api/errors/microblock-not-found.json
374+
$ref: ./api/errors/microblock-not-found.example.json
375375

376376
/extended/v1/microblock/unanchored/txs:
377377
get:
@@ -445,7 +445,7 @@ paths:
445445
content:
446446
application/json:
447447
example:
448-
$ref: ./api/errors/block-not-found.json
448+
$ref: ./api/errors/block-not-found.example.json
449449
/extended/v1/block/by_height/{height}:
450450
parameters:
451451
- name: height
@@ -474,7 +474,7 @@ paths:
474474
content:
475475
application/json:
476476
example:
477-
$ref: ./api/errors/block-not-found.json
477+
$ref: ./api/errors/block-not-found.example.json
478478
/extended/v1/block/by_burn_block_hash/{burn_block_hash}:
479479
parameters:
480480
- name: burn_block_hash
@@ -503,7 +503,7 @@ paths:
503503
content:
504504
application/json:
505505
example:
506-
$ref: ./api/errors/block-not-found.json
506+
$ref: ./api/errors/block-not-found.example.json
507507

508508
/extended/v1/block/by_burn_block_height/{burn_block_height}:
509509
parameters:
@@ -533,7 +533,7 @@ paths:
533533
content:
534534
application/json:
535535
example:
536-
$ref: ./api/errors/block-not-found.json
536+
$ref: ./api/errors/block-not-found.example.json
537537

538538
/extended/v1/burnchain/reward_slot_holders:
539539
get:
@@ -1103,7 +1103,7 @@ paths:
11031103
content:
11041104
application/json:
11051105
example:
1106-
$ref: ./api/errors/transaction-not-found.json
1106+
$ref: ./api/errors/transaction-not-found.example.json
11071107

11081108
/extended/v1/address/{principal}/transactions_with_transfers:
11091109
get:
@@ -1562,7 +1562,7 @@ paths:
15621562
content:
15631563
application/json:
15641564
example:
1565-
$ref: ./api/errors/search-not-found.json
1565+
$ref: ./api/errors/search-not-found.example.json
15661566

15671567
/rosetta/v1/network/list:
15681568
post:

0 commit comments

Comments
 (0)