Authorize Debian package upload
PUT
/api/v4/projects/{id}/packages/debian/{file_name}/authorize
This feature was introduced in GitLab 13.5
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
distribution
The Debian Codename or Suite
string
component
required
The Debian Component
string
Example generated
{ "distribution": "example", "component": "example"}Responses
Section titled “ Responses ”OK
Bad Request
Unauthorized
Forbidden
Not Found