packages

Validate parameters for create Generic package

Validate parameters for create Generic package

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

Request body

filepathstring required

The full filepath of the package including filename.

namestring nullable

The name of this package.

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.

tagsstring nullable

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

versionstring nullable

The raw version for this package.

Response

Validation was successful, parameters are OK.

Changes