Skip to content

Commit e2a18b5

Browse files
committed
doc/mgr/ceph_api: edit index.rst
Edit doc/mgr/ceph_api/index.rst as part of the project to determine where the error is in ceph#62782 that prevents the Jenkins tests from passing. This is a change to one of twenty-five files in ceph#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 <[email protected]> (cherry picked from commit 5c17f22)
1 parent a95b36e commit e2a18b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/mgr/ceph_api/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ be obtained, and it may then be reused for subsequent requests. The
5353
{ "token": "<redacted_token>", ...}
5454

5555
The token obtained must be passed together with every API request in the
56-
``Authorization`` HTTP header::
56+
``Authorization`` HTTP header:
5757

58-
curl -H "Authorization: Bearer <token>" ...
58+
.. prompt:: bash $
59+
60+
curl -H "Authorization: Bearer <token>" ...
5961

6062
Authentication and authorization can be further configured from the
6163
Ceph CLI, the Ceph-Dashboard UI and the Ceph API itself (please refer to

0 commit comments

Comments
 (0)