RUAL Documentation

GET /_system/core/versions

Get list of available RUAL Core versions for upgrade

Get list of available RUAL Core versions for upgrade
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
[ { "version": "example-string", "is_current": true, "timestamp": 42, "version_name": "example-string", "version_hash": "example-string" } ]
{ "error": "ERROR_KEY" }
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
core_view Required scope: core_view

Back to System Upgrades Return to the System Upgrades category to view other endpoints All API Categories Browse all available API categories