Skip to content

Commit 52cfb39

Browse files
committed
docs(asset): clarify backend defaults endpoint platform/arch (#298)
1 parent e2ecdc5 commit 52cfb39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyoaev/apis/endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class EndpointManager(RESTManager):
1616
# asset_name is the only required attribute. Everything else - including endpoint_hostname,
1717
# endpoint_platform and endpoint_arch - is optional: agents and collectors typically provide
1818
# 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.
19+
# them and the backend defaults endpoint_platform / endpoint_arch to "Unknown".
2020
_create_attrs = RequiredOptional(
2121
required=("asset_name",),
2222
optional=(

0 commit comments

Comments
 (0)