Skip to content

Commit

Permalink
Update API pages with v0.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
netbirddev committed Jan 16, 2024
1 parent e6ee8ec commit c1aa673
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions src/pages/ipa/resources/accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'Accounts'



## List all Accounts {{ tag: 'GET' , label: '/api/accounts' }}
## List all Accounts {{ tag: 'GET' , label: '/api/accounts' }}

<Row>
<Col>
Expand Down Expand Up @@ -212,7 +212,7 @@ echo $response;
---
## Update an Account {{ tag: 'PUT' , label: '/api/accounts/{accountId}' }}
## Update an Account {{ tag: 'PUT' , label: '/api/accounts/{accountId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -590,7 +590,7 @@ echo $response;
---
## Delete an Account {{ tag: 'DELETE' , label: '/api/accounts/{accountId}' }}
## Delete an Account {{ tag: 'DELETE' , label: '/api/accounts/{accountId}' }}
<Row>
<Col>
Expand Down
14 changes: 7 additions & 7 deletions src/pages/ipa/resources/dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'DNS'



## List all Nameserver Groups {{ tag: 'GET' , label: '/api/dns/nameservers' }}
## List all Nameserver Groups {{ tag: 'GET' , label: '/api/dns/nameservers' }}

<Row>
<Col>
Expand Down Expand Up @@ -222,7 +222,7 @@ echo $response;
---
## Create a Nameserver Group {{ tag: 'POST' , label: '/api/dns/nameservers' }}
## Create a Nameserver Group {{ tag: 'POST' , label: '/api/dns/nameservers' }}
<Row>
<Col>
Expand Down Expand Up @@ -652,7 +652,7 @@ echo $response;
---
## Retrieve a Nameserver Group {{ tag: 'GET' , label: '/api/dns/nameservers/{nsgroupId}' }}
## Retrieve a Nameserver Group {{ tag: 'GET' , label: '/api/dns/nameservers/{nsgroupId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -876,7 +876,7 @@ echo $response;
---
## Update a Nameserver Group {{ tag: 'PUT' , label: '/api/dns/nameservers/{nsgroupId}' }}
## Update a Nameserver Group {{ tag: 'PUT' , label: '/api/dns/nameservers/{nsgroupId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -1314,7 +1314,7 @@ echo $response;
---
## Delete a Nameserver Group {{ tag: 'DELETE' , label: '/api/dns/nameservers/{nsgroupId}' }}
## Delete a Nameserver Group {{ tag: 'DELETE' , label: '/api/dns/nameservers/{nsgroupId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -1480,7 +1480,7 @@ echo $response;
---
## Retrieve DNS settings {{ tag: 'GET' , label: '/api/dns/settings' }}
## Retrieve DNS settings {{ tag: 'GET' , label: '/api/dns/settings' }}
<Row>
<Col>
Expand Down Expand Up @@ -1668,7 +1668,7 @@ echo $response;
---
## Update DNS Settings {{ tag: 'PUT' , label: '/api/dns/settings' }}
## Update DNS Settings {{ tag: 'PUT' , label: '/api/dns/settings' }}
<Row>
<Col>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ipa/resources/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'Events'



## List all Events {{ tag: 'GET' , label: '/api/events' }}
## List all Events {{ tag: 'GET' , label: '/api/events' }}

<Row>
<Col>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/ipa/resources/groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'Groups'



## List all Groups {{ tag: 'GET' , label: '/api/groups' }}
## List all Groups {{ tag: 'GET' , label: '/api/groups' }}

<Row>
<Col>
Expand Down Expand Up @@ -204,7 +204,7 @@ echo $response;
---
## Create a Group {{ tag: 'POST' , label: '/api/groups' }}
## Create a Group {{ tag: 'POST' , label: '/api/groups' }}
<Row>
<Col>
Expand Down Expand Up @@ -468,7 +468,7 @@ echo $response;
---
## Retrieve a Group {{ tag: 'GET' , label: '/api/groups/{groupId}' }}
## Retrieve a Group {{ tag: 'GET' , label: '/api/groups/{groupId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -674,7 +674,7 @@ echo $response;
---
## Update a Group {{ tag: 'PUT' , label: '/api/groups/{groupId}' }}
## Update a Group {{ tag: 'PUT' , label: '/api/groups/{groupId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -946,7 +946,7 @@ echo $response;
---
## Delete a Group {{ tag: 'DELETE' , label: '/api/groups/{groupId}' }}
## Delete a Group {{ tag: 'DELETE' , label: '/api/groups/{groupId}' }}
<Row>
<Col>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/ipa/resources/peers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/ipa/resources/policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'Policies'



## List all Policies {{ tag: 'GET' , label: '/api/policies' }}
## List all Policies {{ tag: 'GET' , label: '/api/policies' }}

<Row>
<Col>
Expand Down Expand Up @@ -254,7 +254,7 @@ echo $response;
---
## Create a Policy {{ tag: 'POST' , label: '/api/policies' }}
## Create a Policy {{ tag: 'POST' , label: '/api/policies' }}
<Row>
<Col>
Expand Down Expand Up @@ -739,7 +739,7 @@ echo $response;
---
## Retrieve a Policy {{ tag: 'GET' , label: '/api/policies/{policyId}' }}
## Retrieve a Policy {{ tag: 'GET' , label: '/api/policies/{policyId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -995,7 +995,7 @@ echo $response;
---
## Update a Policy {{ tag: 'PUT' , label: '/api/policies/{policyId}' }}
## Update a Policy {{ tag: 'PUT' , label: '/api/policies/{policyId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -1492,7 +1492,7 @@ echo $response;
---
## Delete a Policy {{ tag: 'DELETE' , label: '/api/policies/{policyId}' }}
## Delete a Policy {{ tag: 'DELETE' , label: '/api/policies/{policyId}' }}
<Row>
<Col>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/ipa/resources/routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'Routes'



## List all Routes {{ tag: 'GET' , label: '/api/routes' }}
## List all Routes {{ tag: 'GET' , label: '/api/routes' }}

<Row>
<Col>
Expand Down Expand Up @@ -214,7 +214,7 @@ echo $response;
---
## Create a Route {{ tag: 'POST' , label: '/api/routes' }}
## Create a Route {{ tag: 'POST' , label: '/api/routes' }}
<Row>
<Col>
Expand Down Expand Up @@ -608,7 +608,7 @@ echo $response;
---
## Retrieve a Route {{ tag: 'GET' , label: '/api/routes/{routeId}' }}
## Retrieve a Route {{ tag: 'GET' , label: '/api/routes/{routeId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -824,7 +824,7 @@ echo $response;
---
## Update a Route {{ tag: 'PUT' , label: '/api/routes/{routeId}' }}
## Update a Route {{ tag: 'PUT' , label: '/api/routes/{routeId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -1226,7 +1226,7 @@ echo $response;
---
## Delete a Route {{ tag: 'DELETE' , label: '/api/routes/{routeId}' }}
## Delete a Route {{ tag: 'DELETE' , label: '/api/routes/{routeId}' }}
<Row>
<Col>
Expand Down
20 changes: 10 additions & 10 deletions src/pages/ipa/resources/rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ export const title = 'Rules'



## List all Rules {{ tag: 'GET' , label: '/api/rules' }}
## List all Rules {{ tag: 'GET' , label: '/api/rules' }} <Badge status="warning" text="Deprecated" />

<Row>
<Col>
Returns a list of all rules
Returns a list of all rules. This will be deprecated in favour of `/api/policies`.
</Col>

<Col sticky>
Expand Down Expand Up @@ -226,11 +226,11 @@ echo $response;
---
## Create a Rule {{ tag: 'POST' , label: '/api/rules' }}
## Create a Rule {{ tag: 'POST' , label: '/api/rules' }} <Badge status="warning" text="Deprecated" />
<Row>
<Col>
Creates a rule
Creates a rule. This will be deprecated in favour of `/api/policies`.
#### Request-Body Parameters
<Properties>
Expand Down Expand Up @@ -578,11 +578,11 @@ echo $response;
---
## Retrieve a Rule {{ tag: 'GET' , label: '/api/rules/{ruleId}' }}
## Retrieve a Rule {{ tag: 'GET' , label: '/api/rules/{ruleId}' }} <Badge status="warning" text="Deprecated" />
<Row>
<Col>
Get information about a rules
Get information about a rules. This will be deprecated in favour of `/api/policies/{policyID}`.
#### Path Parameters
<Properties>
Expand Down Expand Up @@ -806,11 +806,11 @@ echo $response;
---
## Update a Rule {{ tag: 'PUT' , label: '/api/rules/{ruleId}' }}
## Update a Rule {{ tag: 'PUT' , label: '/api/rules/{ruleId}' }} <Badge status="warning" text="Deprecated" />
<Row>
<Col>
Update/Replace a rule
Update/Replace a rule. This will be deprecated in favour of `/api/policies/{policyID}`.
#### Path Parameters
<Properties>
Expand Down Expand Up @@ -1170,11 +1170,11 @@ echo $response;
---
## Delete a Rule {{ tag: 'DELETE' , label: '/api/rules/{ruleId}' }}
## Delete a Rule {{ tag: 'DELETE' , label: '/api/rules/{ruleId}' }} <Badge status="warning" text="Deprecated" />
<Row>
<Col>
Delete a rule
Delete a rule. This will be deprecated in favour of `/api/policies/{policyID}`.
#### Path Parameters
<Properties>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/ipa/resources/setup-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const title = 'Setup Keys'



## List all Setup Keys {{ tag: 'GET' , label: '/api/setup-keys' }}
## List all Setup Keys {{ tag: 'GET' , label: '/api/setup-keys' }}

<Row>
<Col>
Expand Down Expand Up @@ -216,7 +216,7 @@ echo $response;
---
## Create a Setup Key {{ tag: 'POST' , label: '/api/setup-keys' }}
## Create a Setup Key {{ tag: 'POST' , label: '/api/setup-keys' }}
<Row>
<Col>
Expand Down Expand Up @@ -566,7 +566,7 @@ echo $response;
---
## Retrieve a Setup Key {{ tag: 'GET' , label: '/api/setup-keys/{keyId}' }}
## Retrieve a Setup Key {{ tag: 'GET' , label: '/api/setup-keys/{keyId}' }}
<Row>
<Col>
Expand Down Expand Up @@ -784,7 +784,7 @@ echo $response;
---
## Update a Setup Key {{ tag: 'PUT' , label: '/api/setup-keys/{keyId}' }}
## Update a Setup Key {{ tag: 'PUT' , label: '/api/setup-keys/{keyId}' }}
<Row>
<Col>
Expand Down
Loading

0 comments on commit c1aa673

Please sign in to comment.