Upgrade Guidance

Get Upgrade Guidance

post

Get or generate version upgrade guidance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
package_namestringRequired
package_ecosystemstring · enumRequired

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.

Possible values:
from_versionsstring[]Required
to_versionstringRequired
Responses
200

Successful Response

application/json
post
/api/upgrade-guidance/

Invalidate Upgrade Guidance

post

Get or generate version upgrade guidance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
package_namestringRequired
package_ecosystemstring · enumRequired

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.

Possible values:
from_versionsstring[]Required
to_versionstringRequired
Responses
200

Successful Response

application/json
post
/api/upgrade-guidance/invalidate

Last updated

Was this helpful?