File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ class AccessRequestMixin(object):
300
300
def approve (self , access_level = gitlab .DEVELOPER_ACCESS , ** kwargs ):
301
301
"""Approve an access request.
302
302
303
- Attrs :
303
+ Args :
304
304
access_level (int): The access level for the user
305
305
**kwargs: Extra options to send to the server (e.g. sudo)
306
306
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ class GroupAccessRequest(GitlabObject):
423
423
def approve (self , access_level = gitlab .DEVELOPER_ACCESS , ** kwargs ):
424
424
"""Approve an access request.
425
425
426
- Attrs :
426
+ Args :
427
427
access_level (int): The access level for the user.
428
428
429
429
Raises:
@@ -1720,7 +1720,7 @@ class ProjectAccessRequest(GitlabObject):
1720
1720
def approve (self , access_level = gitlab .DEVELOPER_ACCESS , ** kwargs ):
1721
1721
"""Approve an access request.
1722
1722
1723
- Attrs :
1723
+ Args :
1724
1724
access_level (int): The access level for the user.
1725
1725
1726
1726
Raises:
@@ -2278,7 +2278,7 @@ class Group(GitlabObject):
2278
2278
def transfer_project (self , id , ** kwargs ):
2279
2279
"""Transfers a project to this new groups.
2280
2280
2281
- Attrs :
2281
+ Args :
2282
2282
id (int): ID of the project to transfer.
2283
2283
2284
2284
Raises:
You can’t perform that action at this time.
0 commit comments