Update API pages with v0.33.0

This commit is contained in:
netbirddev
2024-11-22 15:45:08 +00:00
parent 0b556223a8
commit 4bf79bfa98

View File

@@ -163,7 +163,6 @@ echo $response;
[
{
"id": 2531583362,
"key": "A616097E-FCF0-48FA-9354-CA4A61142761",
"name": "Default key",
"expires": "2023-06-01T14:47:22.291057Z",
"type": "reusable",
@@ -177,7 +176,8 @@ echo $response;
],
"updated_at": "2023-05-05T09:00:35.477782Z",
"usage_limit": 0,
"ephemeral": true
"ephemeral": true,
"key": "A6160****"
}
]
```
@@ -185,7 +185,6 @@ echo $response;
[
{
"id": "string",
"key": "string",
"name": "string",
"expires": "string",
"type": "string",
@@ -199,7 +198,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
]
```
@@ -484,7 +484,6 @@ echo $response;
```json {{ title: 'Example' }}
{
"id": 2531583362,
"key": "A616097E-FCF0-48FA-9354-CA4A61142761",
"name": "Default key",
"expires": "2023-06-01T14:47:22.291057Z",
"type": "reusable",
@@ -498,13 +497,13 @@ echo $response;
],
"updated_at": "2023-05-05T09:00:35.477782Z",
"usage_limit": 0,
"ephemeral": true
"ephemeral": true,
"key": "A616097E-FCF0-48FA-9354-CA4A61142761"
}
```
```json {{ title: 'Schema' }}
{
"id": "string",
"key": "string",
"name": "string",
"expires": "string",
"type": "string",
@@ -518,7 +517,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
```
</CodeGroup>
@@ -698,7 +698,6 @@ echo $response;
```json {{ title: 'Example' }}
{
"id": 2531583362,
"key": "A616097E-FCF0-48FA-9354-CA4A61142761",
"name": "Default key",
"expires": "2023-06-01T14:47:22.291057Z",
"type": "reusable",
@@ -712,13 +711,13 @@ echo $response;
],
"updated_at": "2023-05-05T09:00:35.477782Z",
"usage_limit": 0,
"ephemeral": true
"ephemeral": true,
"key": "A6160****"
}
```
```json {{ title: 'Schema' }}
{
"id": "string",
"key": "string",
"name": "string",
"expires": "string",
"type": "string",
@@ -732,7 +731,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
```
</CodeGroup>
@@ -976,7 +976,6 @@ echo $response;
```json {{ title: 'Example' }}
{
"id": 2531583362,
"key": "A616097E-FCF0-48FA-9354-CA4A61142761",
"name": "Default key",
"expires": "2023-06-01T14:47:22.291057Z",
"type": "reusable",
@@ -990,13 +989,13 @@ echo $response;
],
"updated_at": "2023-05-05T09:00:35.477782Z",
"usage_limit": 0,
"ephemeral": true
"ephemeral": true,
"key": "A6160****"
}
```
```json {{ title: 'Schema' }}
{
"id": "string",
"key": "string",
"name": "string",
"expires": "string",
"type": "string",
@@ -1010,7 +1009,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
```
</CodeGroup>