Upload Artifact
POST/v1/artifact/raw/:namespace/:name
Upload raw artifact content for a package; returns the created version hash.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 413
- 500
Artifact uploaded successfully.
The request was malformed or invalid.
The provided authentication credentials were invalid.
The authenticated user does not have permission to access the requested resource.
Artifact already exists at the provided tag or hash.
The request payload is too large.
An internal server error occurred. Look at the server logs for more details.