Update API pages with v0.25.4

This commit is contained in:
netbirddev
2024-01-16 09:16:37 +00:00
parent e6ee8ec034
commit c1aa6739df
11 changed files with 53 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ export const title = 'Peers'
## List all Peers {{ tag: 'GET' , label: '/api/peers' }}
## List all Peers {{ tag: 'GET' , label: '/api/peers' }}
<Row>
<Col>
@@ -234,7 +234,7 @@ echo $response;
---
## Retrieve a Peer {{ tag: 'GET' , label: '/api/peers/{peerId}' }}
## Retrieve a Peer {{ tag: 'GET' , label: '/api/peers/{peerId}' }}
<Row>
<Col>
@@ -486,7 +486,7 @@ echo $response;
---
## Update a Peer {{ tag: 'PUT' , label: '/api/peers/{peerId}' }}
## Update a Peer {{ tag: 'PUT' , label: '/api/peers/{peerId}' }}
<Row>
<Col>
@@ -818,7 +818,7 @@ echo $response;
---
## Delete a Peer {{ tag: 'DELETE' , label: '/api/peers/{peerId}' }}
## Delete a Peer {{ tag: 'DELETE' , label: '/api/peers/{peerId}' }}
<Row>
<Col>