We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b27a7b commit 59f27ebCopy full SHA for 59f27eb
src/doc/src/reference/registries.md
@@ -484,8 +484,12 @@ A successful response includes the JSON object:
484
- Method: PUT
485
- Authorization: Included
486
487
-A PUT request will add a new owner to a crate. The request should include the
488
-following JSON object:
+A PUT request will send a request to the registry to add a new owner to a
+crate. It is up to the registry how to handle the request. For example,
489
+[crates.io] sends an invite to the user that they must accept before being
490
+added.
491
+
492
+The request should include the following JSON object:
493
494
```javascript
495
{
0 commit comments