You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rubygems-org-api.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,10 +375,10 @@ View all owners of a gem. These users can all push to this gem.
375
375
376
376
### POST - `/api/v1/gems/[GEM NAME]/owners`
377
377
378
-
Add an owner to a RubyGem you own, giving that user permission to manage it.
378
+
Add an owner to a RubyGem you own, giving that user permission to manage it. See [Owner & Maintainer Roles](/managing-owners-using-ui#owner--maintainer-roles) for more details on roles.
@@ -393,6 +393,17 @@ Remove a user's permission to manage a RubyGem you own.
393
393
394
394
Owner removed successfully.
395
395
396
+
397
+
### PATCH - `/api/v1/gems/[GEM NAME]/owners`
398
+
399
+
Update an existing owner's role for a RubyGem you own. See [Owner & Maintainer Roles](/managing-owners-using-ui/#owner--maintainer-roles) for more details on roles.
0 commit comments