Skip to content

Commit

Permalink
docs(registry): further specify owner-remove response
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhardwaj-Himanshu committed May 2, 2023
1 parent ee7f4c3 commit eedb468
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 eedb468

Please sign in to comment.