[pve-devel] [PATCH container v2 3/3] api: return all addresses of an interface
Gabriel Goller
g.goller at proxmox.com
Tue Jan 7 15:14:42 CET 2025
On 11.12.2024 15:57, Maximiliano Sandoval wrote:
>
>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.
I agree, thanks for the heads up!
More information about the pve-devel
mailing list