diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-05-10 11:30:48 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-05-10 11:30:48 -0700 |
commit | 261aaba1172945bb8368e12481db24c22104f1fa (patch) | |
tree | 6f1802b4c1f381f8eba28d6ae16f99ca05879a82 /doc | |
parent | 49d22aa64974e8f1361527bae46a2676de7ec10b (diff) | |
download | ceph-261aaba1172945bb8368e12481db24c22104f1fa.tar.gz |
doc: Added entry for the RGW Admin Ops API.
fixes: #5002
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/index.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index 5892e51a9f5..68263bc1185 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -34,9 +34,18 @@ See `S3-compatible API`_. .. _S3-compatible API: ../radosgw/s3/ + Ceph RADOS Gateway Swift API ============================ See `Swift-compatible API`_. -.. _Swift-compatible API: ../radosgw/swift/
\ No newline at end of file +.. _Swift-compatible API: ../radosgw/swift/ + + +Ceph RADOS Gateway Admin Ops API +================================ + +See `Admin Ops API`_. + +.. _Admin Ops API: ../radosgw/adminops
\ No newline at end of file |