packages

Validate parameters for create Debian package

Validate parameters for create Debian package

post/packages/{owner}/{repo}/validate-upload/deb/

Request body

changes_filestring nullable

The changes archive containing the changes made to the source and debian packaging files

componentstring

The component (channel) for the package (e.g. 'main', 'unstable', etc.)

distributionstring required

The distribution to store the package for.

package_filestring required

The primary file for the package.

republishboolean

If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate.

sources_filestring nullable

The sources archive containing the source code for the binary

tagsstring nullable

A comma-separated values list of tags to add to the package.

Response

Validation was successful, parameters are OK.

Changes

No recorded changes to this endpoint across all 1 revision of this API.