[API] add cloud and experimantal badges + new pages (#292)

This commit is contained in:
Pascal Fischer
2025-03-20 18:04:45 +01:00
committed by GitHub
parent 553d2908b8
commit 4a66f17880
18 changed files with 2873 additions and 97 deletions

View File

@@ -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>
@@ -286,7 +286,7 @@ echo $response;
---
## Create a Policy {{ tag: 'POST' , label: '/api/policies' }}
## Create a Policy {{ tag: 'POST' , label: '/api/policies' }}
<Row>
<Col>
@@ -1020,7 +1020,7 @@ echo $response;
---
## Retrieve a Policy {{ tag: 'GET' , label: '/api/policies/{policyId}' }}
## Retrieve a Policy {{ tag: 'GET' , label: '/api/policies/{policyId}' }}
<Row>
<Col>
@@ -1308,7 +1308,7 @@ echo $response;
---
## Update a Policy {{ tag: 'PUT' , label: '/api/policies/{policyId}' }}
## Update a Policy {{ tag: 'PUT' , label: '/api/policies/{policyId}' }}
<Row>
<Col>
@@ -2050,7 +2050,7 @@ echo $response;
---
## Delete a Policy {{ tag: 'DELETE' , label: '/api/policies/{policyId}' }}
## Delete a Policy {{ tag: 'DELETE' , label: '/api/policies/{policyId}' }}
<Row>
<Col>