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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
distribution
The Debian Codename or Suite
string
component
required
The Debian Component
string
Examplegenerated
{ "distribution": "example", "component": "example"}Responses
Section titled “Responses”OK
Bad Request
Unauthorized
Forbidden
Not Found