Skip to content

Commit a0856f9

Browse files
authored
docs: update broken anchors for deprecated endpoints (#1861)
* update broken anchors for deprecated endpoints * chore(docs): route paths to /api + small formatting updates * chore(docs): remove auto-formatting changes
1 parent cf47f8f commit a0856f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/openapi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ paths:
869869
summary: Get recent blocks
870870
deprecated: true
871871
description: |
872-
**NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks).
872+
**NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks).
873873
874874
Retrieves a list of recently mined blocks
875875
@@ -915,7 +915,7 @@ paths:
915915
deprecated: true
916916
summary: Get block by hash
917917
description: |
918-
**NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block).
918+
**NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block).
919919
920920
Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block ('get_block_list' API) to get your block details.
921921
tags:
@@ -949,7 +949,7 @@ paths:
949949
deprecated: true
950950
summary: Get block by height
951951
description: |
952-
**NOTE:** This endpoint is deprecated in favor of [Get block](#operation/get_block).
952+
**NOTE:** This endpoint is deprecated in favor of [Get block](/api/get-block).
953953
954954
Retrieves block details of a specific block at a given block height
955955
tags:
@@ -983,7 +983,7 @@ paths:
983983
summary: Get block by burnchain block hash
984984
deprecated: true
985985
description: |
986-
**NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks).
986+
**NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks).
987987
988988
Retrieves block details of a specific block for a given burnchain block hash
989989
tags:
@@ -1018,7 +1018,7 @@ paths:
10181018
summary: Get block by burnchain height
10191019
deprecated: true
10201020
description: |
1021-
**NOTE:** This endpoint is deprecated in favor of [Get blocks](#operation/get_blocks).
1021+
**NOTE:** This endpoint is deprecated in favor of [Get blocks](/api/get-blocks).
10221022
10231023
Retrieves block details of a specific block for a given burn chain height
10241024
tags:
@@ -3009,7 +3009,7 @@ paths:
30093009
operationId: get_transactions_by_block_hash
30103010
summary: Transactions by block hash
30113011
description: |
3012-
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block).
3012+
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block).
30133013
30143014
Retrieves a list of all transactions within a block for a given block hash.
30153015
tags:
@@ -3052,7 +3052,7 @@ paths:
30523052
operationId: get_transactions_by_block_height
30533053
summary: Transactions by block height
30543054
description: |
3055-
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](#operation/get_transactions_by_block).
3055+
**NOTE:** This endpoint is deprecated in favor of [Get transactions by block](/api/get-transactions-by-block).
30563056
30573057
Retrieves all transactions within a block at a given height
30583058
tags:
@@ -3358,7 +3358,7 @@ paths:
33583358
summary: Fetch fee rate
33593359
deprecated: true
33603360
description: |
3361-
**NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](#operation/post_fee_transaction).
3361+
**NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](/api/get-approximate-fees-for-a-given-transaction).
33623362
33633363
Retrieves estimated fee rate.
33643364
tags:

0 commit comments

Comments
 (0)