packages

Validate parameters for create Raw package

Validate parameters for create Raw package

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

Request body

content_typestring nullable

A custom content/media (also known as MIME) type to be sent when downloading this file. By default Cloudsmith will attempt to detect the type, but if you need to override it, you can specify it here.

descriptionstring nullable

A textual description of this package.

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.

summarystring nullable

A one-liner synopsis of this package.

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

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