Update API pages with v0.37.0

This commit is contained in:
netbirddev
2025-02-21 18:21:16 +00:00
parent 6a1bba2c6e
commit a7960bdf45
2 changed files with 49 additions and 11 deletions

View File

@@ -194,6 +194,9 @@ echo $response;
"country_code": "DE",
"city_name": "Berlin",
"serial_number": "C02XJ0J0JGH7",
"extra_dns_labels": [
"stage-host-1"
],
"accessible_peers_count": 5
}
]
@@ -233,6 +236,9 @@ echo $response;
"country_code": "string",
"city_name": "string",
"serial_number": "string",
"extra_dns_labels": [
"string"
],
"accessible_peers_count": "integer"
}
]
@@ -444,7 +450,10 @@ echo $response;
"approval_required": true,
"country_code": "DE",
"city_name": "Berlin",
"serial_number": "C02XJ0J0JGH7"
"serial_number": "C02XJ0J0JGH7",
"extra_dns_labels": [
"stage-host-1"
]
}
```
```json {{ title: 'Schema' }}
@@ -480,7 +489,10 @@ echo $response;
"approval_required": "boolean",
"country_code": "string",
"city_name": "string",
"serial_number": "string"
"serial_number": "string",
"extra_dns_labels": [
"string"
]
}
```
</CodeGroup>
@@ -776,7 +788,10 @@ echo $response;
"approval_required": true,
"country_code": "DE",
"city_name": "Berlin",
"serial_number": "C02XJ0J0JGH7"
"serial_number": "C02XJ0J0JGH7",
"extra_dns_labels": [
"stage-host-1"
]
}
```
```json {{ title: 'Schema' }}
@@ -812,7 +827,10 @@ echo $response;
"approval_required": "boolean",
"country_code": "string",
"city_name": "string",
"serial_number": "string"
"serial_number": "string",
"extra_dns_labels": [
"string"
]
}
```
</CodeGroup>