File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1356,7 +1356,7 @@ def check_and_prepare_employee_signature(
13561356 "/signed/individual/{installation_id}/{github_repository_id}/{change_request_id}" , versions = 2 ,
13571357)
13581358def post_individual_signed (
1359- content ,
1359+ request ,
13601360 installation_id : hug .types .number ,
13611361 github_repository_id : hug .types .number ,
13621362 change_request_id : hug .types .number ,
@@ -1378,7 +1378,7 @@ def post_individual_signed(
13781378 "/signed/gitlab/individual/{user_id}/{organization_id}/{gitlab_repository_id}/{merge_request_id}" , versions = 2 ,
13791379)
13801380def post_individual_signed_gitlab (
1381- content ,
1381+ request ,
13821382 user_id : hug .types .uuid ,
13831383 organization_id : hug .types .text ,
13841384 gitlab_repository_id : hug .types .number ,
You can’t perform that action at this time.
0 commit comments