RUAL Documentation

POST /_system/core/upgrade/{internal_ip}

Trigger RUAL Core system upgrade

Trigger RUAL Core system upgrade
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
Key Type Example Description
version required object
{ "version": "example-string", "is_current": true, "timestamp": 42 }... and more
{ "status": "UPGRADE_REQUESTED", "internal_ip": "example-string", "message": "example-string" }
{ "error": "INVALID_ACCESS_TOKEN", "code": 401 }
Status Error Code Description
401 INVALID_ACCESS_TOKEN Authentication required or invalid token
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
core_create Required scope: core_create

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