Skip to content

Commit 99bff07

Browse files
committed
[client] IPs addresses can be empty in endpoints
1 parent bbdfc21 commit 99bff07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyobas/apis/endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ class EndpointManager(RESTManager):
1515
_create_attrs = RequiredOptional(
1616
required=(
1717
"endpoint_hostname",
18-
"endpoint_ips",
1918
"endpoint_platform",
2019
"endpoint_arch",
2120
),
2221
optional=(
2322
"endpoint_mac_addresses",
23+
"endpoint_ips",
2424
"asset_external_reference",
2525
),
2626
)

0 commit comments

Comments
 (0)