Skip to content

Commit ac84010

Browse files
committed
Auto merge of #12068 - Bhardwaj-Himanshu:#12056, r=weihanglo
docs(registry): Further specify owner-remove response (#12056) ### What does this PR try to resolve? This fixes a documentation issue as mentioned in #12056. ### How should we test and review this PR? This is just a markdown file change, so it does not break anything. ### Additional information Let me know if you have any changes or suggestions or how to write the tests for markdown files as well! Thanks
2 parents ba45764 + eedb468 commit ac84010

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)