Skip to content

Commit

Permalink
docs: Add rgw API.GetInfo to api-status
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
  • Loading branch information
anoopcs9 committed Nov 2, 2023
1 parent 49008e3 commit c667110
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,14 @@
]
},
"rgw/admin": {
"preview_api": [],
"preview_api": [
{
"name": "API.GetInfo",
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
}
],
"stable_api": [
{
"name": "API.ListBuckets",
Expand Down
6 changes: 5 additions & 1 deletion docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ No Preview/Deprecated APIs found. All APIs are considered stable.

## Package: rgw/admin

No Preview/Deprecated APIs found. All APIs are considered stable.
### Preview APIs

Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.GetInfo | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |

## Package: common/admin/manager

Expand Down

0 comments on commit c667110

Please sign in to comment.