Skip to content

Authorize a chart upload from workhorse

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

This feature was introduced in GitLab 14.0

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

OK

Bad Request

Unauthorized

Forbidden

Not Found