]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/ceph_api: edit index.rst 63196/head
authorZac Dover <zac.dover@proton.me>
Thu, 8 May 2025 00:08:06 +0000 (10:08 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 9 May 2025 05:20:31 +0000 (15:20 +1000)
Edit doc/mgr/ceph_api/index.rst as part of the project to determine
where the error is in https://github.com/ceph/ceph/pull/62782 that
prevents the Jenkins tests from passing.

This is a change to one of twenty-five files in
https://github.com/ceph/ceph/pull/62782, and this commit represents one
of what will be at least twenty-five other commits made to track this
error down.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 5c17f2242318d57e9faaafc83774a8f8a36f6e0e)

doc/mgr/ceph_api/index.rst

index 1cdc9a97bfb560c38e2daa25ecdc7ff669410aa0..7bdc484dab27027e809fa138bd6f5042c5de51eb 100644 (file)
@@ -53,9 +53,11 @@ be obtained, and it may then be reused for subsequent requests. The
     { "token": "<redacted_token>", ...}
 
 The token obtained must be passed together with every API request in the
-``Authorization`` HTTP header::
+``Authorization`` HTTP header:
 
-  curl -H "Authorization: Bearer <token>" ...
+.. prompt:: bash $
+
+   curl -H "Authorization: Bearer <token>" ...
 
 Authentication and authorization can be further configured from the
 Ceph CLI, the Ceph-Dashboard UI and the Ceph API itself (please refer to