Skip to content

Commit eedb468

Browse files
docs(registry): further specify owner-remove response
1 parent ee7f4c3 commit eedb468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/reference/registry-web-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ A successful response includes the JSON object:
308308
{
309309
// Indicates the remove succeeded, always true.
310310
"ok": true
311+
// A string to be displayed to the user. Currently ignored by cargo.
312+
"msg": "owners successfully removed",
311313
}
312314
```
313315

0 commit comments

Comments
 (0)