Update a Debian group distribution
PUT
/api/v4/groups/{id}/-/debian_distributions/{codename}
Updates a specified Debian group distribution for a group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Body
Section titled “Request Body”Media typeapplication/json
object
suite
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”OK
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