Returns the result of the last upgrade task.
Forge and OAuth2 apps cannot access this REST resource.
This request has no parameters.
Returns the result of the last upgrade.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/upgrade' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Runs any pending delayed upgrade tasks. Need Admin permissions to do this.
Forge and OAuth2 apps cannot access this REST resource.
This request has no parameters.
OK response if successful, array of error messages if schedule fails.
1
2
3
curl --request POST \
--url 'http://{baseurl}/rest/api/2/upgrade' \
--user 'email@example.com:<api_token>'
Rate this page: