docs: Add rgw API.GetInfo to api-status

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2023-10-26 20:29:05 +05:30 committed by mergify[bot]
parent 0ba56a3142
commit 3d86572bf6
2 changed files with 13 additions and 2 deletions

View File

@ -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",

View File

@ -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