Upgrade Guidance
Get or generate version upgrade guidance.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
package_namestringRequired
package_ecosystemstring · enumRequiredPossible values:
An enumeration of supported package ecosystems.
An ecosystem is defined as a repository of packages such as PyPi or Maven Central. This is distinct from a package manager (e.g. yarn, conda), which is a tool that can interact with one or more ecosystems.
from_versionsstring[]Required
to_versionstringRequired
Responses
200
Successful Response
application/json
404
Not found
422
Validation Error
application/json
post
/api/upgrade-guidance/Get or generate version upgrade guidance.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
package_namestringRequired
package_ecosystemstring · enumRequiredPossible values:
An enumeration of supported package ecosystems.
An ecosystem is defined as a repository of packages such as PyPi or Maven Central. This is distinct from a package manager (e.g. yarn, conda), which is a tool that can interact with one or more ecosystems.
from_versionsstring[]Required
to_versionstringRequired
Responses
200
Successful Response
application/json
404
Not found
422
Validation Error
application/json
post
/api/upgrade-guidance/invalidateLast updated
Was this helpful?
