Retry Fossabot Dependency Upgrade PRAnalysis
https://app.fossa.com/api/fossabot/issues/{issueId}/dependency-upgrade-pr/retryRe-run fossabot's analysis on the issue's dependency-upgrade PR (the "analysis delayed" retry action). Analysis consumes fossabot credits.
Path parameters
issueIdintegerrequiredThe FOSSA issue id.
Request body · application/json
projectLocatorstringRequired only when the issue affects more than one project.
Responses
200The refreshed PR state.statusenumrequirednonecreatingqueuedanalyzinganalysisNotRunneedsReviewreadyToMergemergedclosedfailedvcsUrlstring | nullrequiredPR URL on the VCS provider. Null until the PR exists.
fossabotUrlstring | nullrequiredPR URL in the fossabot UI. Null until the PR exists.
isAnalysisDelayedbooleanrequiredTrue while analysis is taking longer than expected or should be retried.
jobIdstring | nullrequiredCreation-job id to pass back on the status endpoint.
400Bad RequestuuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
402The organization is out of fossabot credits.uuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
403The fossabot feature is not enabled or the caller lacks permission.uuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
404The issue or its fossabot PR does not exist.uuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
409The analysis is already running and cannot be retried yet.uuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
500Server ErroruuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
503The fossabot integration is not configured.uuidstringUnique identifier associated with the error
codeintegerfossa specific error code
messagestringmessage associated with this error
namestringname of the error
httpStatusCodeintegerhttp status code number
Try this endpoint
Build a request and run it against app.fossa.com.
Stored in this browser for 24 hours. Try It uses a docs proxy for CORS and does not store tokens server-side.
POST https://app.fossa.com/api/fossabot/issues/1/dependency-upgrade-pr/retrycurl --request POST \ --url 'https://app.fossa.com/api/fossabot/issues/1/dependency-upgrade-pr/retry' \ --header 'accept: application/json' \ --header 'authorization: Bearer YOUR_API_TOKEN' \ --header 'content-type: application/json' \ --data '{ "projectLocator": "string"}'Real request. Mutating methods can change data.
Path params
issueIdintegerrequiredThe FOSSA issue id.