summaryrefslogtreecommitdiff
path: root/lib/api/v3/deploy_keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/v3/deploy_keys.rb')
-rw-r--r--lib/api/v3/deploy_keys.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/v3/deploy_keys.rb b/lib/api/v3/deploy_keys.rb
index bbb174b6003..b90e2061da3 100644
--- a/lib/api/v3/deploy_keys.rb
+++ b/lib/api/v3/deploy_keys.rb
@@ -41,6 +41,7 @@ module API
params do
requires :key, type: String, desc: 'The new deploy key'
requires :title, type: String, desc: 'The name of the deploy key'
+ optional :can_push, type: Boolean, desc: "Can deploy key push to the project's repository"
end
post ":id/#{path}" do
params[:key].strip!