[pve-devel] [PATCH container v2 3/3] api: return all addresses of an interface
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Dec 11 15:57:15 CET 2024
Gabriel Goller <g.goller at proxmox.com> writes:
> + "ip-addresses" => {
> + type => 'array',
> + description => 'All the Addresses of the interface',
> + optional => 0,
> + items => {
> + type => 'object',
I feel 'The addresses of the interface' sounds a bit better. But no
strong opinion.
Is it intentional that `Addresses` is capitalized? If this is Header
Capitalization then the word "interface" should be capitalized too.
More information about the pve-devel
mailing list