Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities/packages/debian/distribution.rb')
-rw-r--r--lib/api/entities/packages/debian/distribution.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities/packages/debian/distribution.rb b/lib/api/entities/packages/debian/distribution.rb
index a11f4337f38..82ee95c198b 100644
--- a/lib/api/entities/packages/debian/distribution.rb
+++ b/lib/api/entities/packages/debian/distribution.rb
@@ -6,7 +6,7 @@ module API
module Debian
class Distribution < Grape::Entity
expose :id, documentation: { type: 'integer', example: 1 }
- expose :codename, documentation: { type: 'string', example: 'unstable' }
+ expose :codename, documentation: { type: 'string', example: 'sid' }
expose :suite, documentation: { type: 'string', example: 'unstable' }
expose :origin, documentation: { type: 'string', example: 'Grep' }
expose :label, documentation: { type: 'string', example: 'grep.be' }