cURL
curl --request POST \ --url http://localhost:5173/api/update \ --cookie apiKeys=
{ "updateAvailable": true, "latestVersion": "<string>", "currentVersion": "<string>" }
Checks if a newer version of the application is available.
Cookie-based authentication storing API keys and provider settings
Update information
Was this page helpful?