mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-23 16:21:25 +02:00
A property marked x-omit-from-example: true in the openapi spec is left out of the composed request/response examples while staying fully documented in the parameter list and schema blocks. Needed for mutually exclusive field pairs (policy rule ports vs port_ranges), where composing an example from every optional field shows a payload the API rejects. Companion spec change: netbirdio/netbird#7158