Skip to content

Commit

Permalink
Update API pages with v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netbirddev committed Nov 22, 2024
1 parent 0b55622 commit 4bf79bf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/pages/ipa/resources/setup-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -177,15 +176,15 @@ 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",
Expand All @@ -199,7 +198,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
]
```
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -518,7 +517,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
```
</CodeGroup>
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -732,7 +731,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
```
</CodeGroup>
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -1010,7 +1009,8 @@ echo $response;
],
"updated_at": "string",
"usage_limit": "integer",
"ephemeral": "boolean"
"ephemeral": "boolean",
"key": "string"
}
```
</CodeGroup>
Expand Down

0 comments on commit 4bf79bf

Please sign in to comment.