Skip to main content
POST
/
api
/
update
Check for application updates
curl --request POST \
  --url http://localhost:5173/api/update \
  --cookie apiKeys=
{
  "updateAvailable": true,
  "latestVersion": "<string>",
  "currentVersion": "<string>"
}

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Response

200 - application/json

Update information

updateAvailable
boolean
latestVersion
string
currentVersion
string