Skip to content

Commit

Permalink
Auto merge of #12068 - Bhardwaj-Himanshu:#12056, r=epage
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 1, 2023
2 parents ee7f4c3 + 0c535fc commit 9612333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/src/reference/registry-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ A successful response includes the JSON object:
```javascript
{
// Indicates the remove succeeded, always true.
"message": "Needed but not used yet!",
"ok": true
}
```
Expand Down

0 comments on commit 9612333

Please sign in to comment.