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 a3a0632 commit 4e23dc6Copy full SHA for 4e23dc6
aiohasupervisor/root.py
@@ -119,7 +119,8 @@ async def reload_updates(self) -> None:
119
async def refresh_updates(self) -> None:
120
"""Refresh updates.
121
122
- Discouraged. Use the `reload_updates()` and `store.reload()` instead.
+ Discouraged as this endpoint does two things at once. Use the `reload_updates()`
123
+ and `store.reload()` instead.
124
"""
125
await self._client.post("refresh_updates", timeout=ClientTimeout(total=300))
126
0 commit comments