-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option to forcibly delete versions/assets or reject probational…
… status. If the manifest/summary files aren't available, this probably indicates that there's something wrong with the version directory, in which case it should be deleted. However, the deletion/rejection endpoints rely on these files to do various things (e.g., updating the project usage). Setting force=true will skip the additional checks if the manifest/summary files aren't present to ensure that the version can be forcibly deleted. The default is still force=false so that the caller can be notified of a problem before possibly repeating the request with force=true.
- Loading branch information
Showing
5 changed files
with
315 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.