We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdfc21 commit 99bff07Copy full SHA for 99bff07
pyobas/apis/endpoint.py
@@ -15,12 +15,12 @@ class EndpointManager(RESTManager):
15
_create_attrs = RequiredOptional(
16
required=(
17
"endpoint_hostname",
18
- "endpoint_ips",
19
"endpoint_platform",
20
"endpoint_arch",
21
),
22
optional=(
23
"endpoint_mac_addresses",
+ "endpoint_ips",
24
"asset_external_reference",
25
26
)
0 commit comments