List all Debian project distributions
GET
/api/v4/projects/{id}/debian_distributions
Lists all Debian distributions for a specified project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20 codename
string
The Debian Codename
Example
sid suite
string
The Debian Suite
Example
unstable origin
string
The Debian Origin
Example
Grep label
string
The Debian Label
Example
grep.be version
string
The Debian Version
Example
12 description
string
The Debian Description
Example
My description valid_time_duration_seconds
integer
The duration before the Release file should be considered expired by the client
Example
604800 components
Array<string>
The list of Components
Example
?components=main architectures
Array<string>
The list of Architectures
Example
?architectures=amd64Responses
Section titled “ Responses ”OK
Media type application/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