Create a Debian group distribution
POST
/api/v4/groups/{id}/-/debian_distributions
Creates a Debian group distribution for a specified group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
codename
required
The Debian Codename
string
Example
sidsuite
The Debian Suite
string
Example
unstableorigin
The Debian Origin
string
Example
Greplabel
The Debian Label
string
Example
grep.bedescription
The Debian Description
string
Example
My descriptionvalid_time_duration_seconds
The duration before the Release file should be considered expired by the client
integer
Example
604800components
The list of Components
Array<string>
architectures
The list of Architectures
Array<string>
Responses
Section titled “Responses”Created
Media typeapplication/json
object
id
integer format: int64
codename
string
suite
string
origin
string
label
string
version
string
description
string
valid_time_duration_seconds
integer
components
Array<string>
architectures
Array<string>
Example
{ "id": 1, "codename": "sid", "suite": "unstable", "origin": "Grep", "label": "grep.be", "version": "12", "description": "My description", "valid_time_duration_seconds": 604800, "components": [ "main" ], "architectures": [ "amd64" ]}Bad Request
Unauthorized
Forbidden
Not Found