mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
docs(registry): further specify owner-remove response
This commit is contained in:
parent
ee7f4c3b3d
commit
eedb468762
@ -308,6 +308,8 @@ A successful response includes the JSON object:
|
|||||||
{
|
{
|
||||||
// Indicates the remove succeeded, always true.
|
// Indicates the remove succeeded, always true.
|
||||||
"ok": true
|
"ok": true
|
||||||
|
// A string to be displayed to the user. Currently ignored by cargo.
|
||||||
|
"msg": "owners successfully removed",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user