Upgrade Helper
Operations related to the upgrade diff
Get a upgrade diff
Authorizations
Path parameters
tagstringRequiredExample:
The tags to search
tag1..tag2
Responses
200
OK
application/json
Responsestring
400
Bad Request
application/json
get
/upgrade-helper/{tag}GET /api/upgrade-helper/{tag} HTTP/1.1
Host: abp-api.akinon.net
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text
Get upgrade versions
Authorizations
Query parameters
limitintegerOptionalDefault:
The limit of per page
10
Responses
200
OK
application/json
Responseobject[]
400
Bad Request
application/json
get
/upgrade-helper/versionsGET /api/upgrade-helper/versions HTTP/1.1
Host: abp-api.akinon.net
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{}
]
Get a file
Authorizations
Path parameters
filePathstringRequiredExample:
The file path
src/v5.3.2/src/pages/homePage/widgets/imageLinkCategoryBanner/index.js
Responses
200
OK
application/json
Responsestring
400
Bad Request
application/json
get
/upgrade-helper/file/{filePath}GET /api/upgrade-helper/file/{filePath} HTTP/1.1
Host: abp-api.akinon.net
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
text
Last updated
Was this helpful?