Skip to content

Commit

Permalink
Auto merge of #12068 - Bhardwaj-Himanshu:#12056, r=weihanglo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed May 2, 2023
2 parents ba45764 + eedb468 commit ac84010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/src/reference/registry-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
```

Expand Down

0 comments on commit ac84010

Please sign in to comment.