docs(api): document inbound_mtls_profile for HTTP routes in swagger

Clarify OpenAPI and the `Route` field: HTTP-based routes only, must
match a configured `inbound_mtls_profiles` entry, and ignored when
`entrypoint.inbound_mtls_profile` is set. Reorder `load_avg_5m` in the
host metrics schema alongside the other load average fields.
This commit is contained in:
yusing
2026-04-22 18:08:24 +08:00
parent 8e21f1320d
commit 1f8643a49d
3 changed files with 6 additions and 3 deletions

View File

@@ -5442,6 +5442,7 @@
"x-nullable": true
},
"inbound_mtls_profile": {
"description": "HTTP-based routes only: must match a configured inbound_mtls_profiles entry and is ignored when entrypoint.inbound_mtls_profile is set",
"type": "string",
"x-nullable": false,
"x-omitempty": false