diff options
Diffstat (limited to 'lib/api/release')
-rw-r--r-- | lib/api/release/links.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/release/links.rb b/lib/api/release/links.rb index d3a185a51c8..52c73104bb4 100644 --- a/lib/api/release/links.rb +++ b/lib/api/release/links.rb @@ -57,7 +57,7 @@ module API end params do - requires :link_id, type: String, desc: 'The id of the link' + requires :link_id, type: String, desc: 'The ID of the link' end resource 'links/:link_id' do desc 'Get a link detail of a release' do |