Skip to content

Commit

Permalink
Update bitcoin-node.mdx
Browse files Browse the repository at this point in the history
tweaked grammar on the Bitcoin node page
  • Loading branch information
max-crawford authored Aug 19, 2024
1 parent 0665b35 commit 54f3434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/stacks/platform-api/devnet/bitcoin-node.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Bitcoin Node
title: Bitcoin node
description: Proxy for the Bitcoin node on a development network (devnet).
toc: false
---
Expand All @@ -26,13 +26,13 @@ import {

<APIInfo method={"GET"} route={"/v1/ext/{apiKey}/bitcoin-node/{*}"}>

## Bitcoin Node
## Bitcoin node

This endpoint is designed to proxy requests to the Bitcoin node on a development network (devnet).

It is accessible only with an API key and supports various HTTP methods (GET, POST, PUT, DELETE, PATCH, OPTIONS).

### Path Parameters
### Path parameters

<Property name={"apiKey"} type={"string"} required={true} deprecated={false}>

Expand Down Expand Up @@ -128,7 +128,7 @@ This endpoint is designed to proxy requests to the Bitcoin node on a development

It is accessible only with an API key and supports various HTTP methods (GET, POST, PUT, DELETE, PATCH, OPTIONS).

### Path Parameters
### Path parameters

<Property name={"apiKey"} type={"string"} required={true} deprecated={false}>

Expand Down

0 comments on commit 54f3434

Please sign in to comment.