Fix garageVersion case
This commit is contained in:
parent
68927c7a7e
commit
b40e6f0f8e
2 changed files with 2 additions and 2 deletions
2
garage
2
garage
|
@ -1 +1 @@
|
|||
Subproject commit 37005e198cadd4e1bbb795b4fcfd64b49a51eb23
|
||||
Subproject commit 5a7675cf7cda7c92e016a183cdc921ef97554759
|
|
@ -102,7 +102,7 @@ class GetNodes200Response(ModelNormal):
|
|||
|
||||
attribute_map = {
|
||||
'node': 'node', # noqa: E501
|
||||
'garage_version': 'garage_version', # noqa: E501
|
||||
'garage_version': 'garageVersion', # noqa: E501
|
||||
'known_nodes': 'knownNodes', # noqa: E501
|
||||
'layout': 'layout', # noqa: E501
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue