Skip to content

Commit 59f27eb

Browse files
committed
Clarify behavior of Add Owner.
1 parent 8b27a7b commit 59f27eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/doc/src/reference/registries.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,12 @@ A successful response includes the JSON object:
484484
- Method: PUT
485485
- Authorization: Included
486486

487-
A PUT request will add a new owner to a crate. The request should include the
488-
following JSON object:
487+
A PUT request will send a request to the registry to add a new owner to a
488+
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:
489493

490494
```javascript
491495
{

0 commit comments

Comments
 (0)