Skip to content

Upload a chart

POST
/api/v4/projects/{id}/packages/helm/api/{channel}/charts

Uploads a specified chart for a project.

id
required
One of:
integer

The ID or full path of a project

channel
required
string
/^([a-zA-Z0-9](\.|-|_)?){1,255}(?<!\.|-|_)$/

Helm channel

Example
stable
Media type multipart/form-data
object
chart
required

The chart file to be published (generated by Multipart middleware)

string format: binary
nullable

Created

Bad Request

Unauthorized

Forbidden

Not Found