Skip to content

Commit

Permalink
rgw/admin: Generate API documentation for the new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianriese committed Mar 10, 2022
1 parent b3706e7 commit 667bb97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,26 @@
]
},
"rgw/admin": {
"preview_api": [],
"preview_api": [
{
"name": "API.CreateSubuser",
"comment": "CreateSubuser - https://docs.ceph.com/en/latest/radosgw/adminops/#create-subuser\n PREVIEW\n",
"added_in_version": "v0.14.0",
"expected_stable_version": "v0.16.0"
},
{
"name": "API.RemoveSubuser",
"comment": "RemoveSubuser - https://docs.ceph.com/en/latest/radosgw/adminops/#remove-subuser\n PREVIEW\n",
"added_in_version": "v0.14.0",
"expected_stable_version": "v0.16.0"
},
{
"name": "API.ModifySubuser",
"comment": "ModifySubuser - https://docs.ceph.com/en/latest/radosgw/adminops/#modify-subuser\n PREVIEW\n",
"added_in_version": "v0.14.0",
"expected_stable_version": "v0.16.0"
}
],
"stable_api": [
{
"name": "API.ListBuckets",
Expand Down
3 changes: 3 additions & 0 deletions docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Snapshot.Set | v0.10.0 | |

Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.CreateSubuser | v0.14.0 | v0.16.0 |
API.RemoveSubuser | v0.14.0 | v0.16.0 |
API.ModifySubuser | v0.14.0 | v0.16.0 |

## Package: common/admin/manager

0 comments on commit 667bb97

Please sign in to comment.