docs(registry): further specify owner-remove response

This commit is contained in:
Bhardwaj-Himanshu 2023-05-02 19:02:23 +05:30
parent ee7f4c3b3d
commit eedb468762

View File

@ -308,6 +308,8 @@ A successful response includes the JSON object:
{
// Indicates the remove succeeded, always true.
"ok": true
// A string to be displayed to the user. Currently ignored by cargo.
"msg": "owners successfully removed",
}
```