@@ -1352,4 +1352,5 @@ class Portainer:
path = f"/endpoints/{endpoint_id}/docker/secrets/create"
encoded = base64.b64encode(value.encode()).decode()
data = {"Name": name, "Data": encoded}
return self._api_post(path, data, timeout=timeout)
The note is not visible to the blocked user.