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 e2ecdc5 commit 52cfb39Copy full SHA for 52cfb39
1 file changed
pyoaev/apis/endpoint.py
@@ -16,7 +16,7 @@ class EndpointManager(RESTManager):
16
# asset_name is the only required attribute. Everything else - including endpoint_hostname,
17
# endpoint_platform and endpoint_arch - is optional: agents and collectors typically provide
18
# the endpoint fields, while category-driven assets (web app, cloud, network, ...) may omit
19
- # them and the platform defaults endpoint_platform / endpoint_arch to "Unknown" server-side.
+ # them and the backend defaults endpoint_platform / endpoint_arch to "Unknown".
20
_create_attrs = RequiredOptional(
21
required=("asset_name",),
22
optional=(
0 commit comments