Skip to content

Commit c902baa

Browse files
Merge pull request ceph#63196 from zdover23/wip-doc-2025-05-09-backport-63172-to-tentacle
tentacle: doc/mgr/ceph_api: edit index.rst
2 parents f95ebd7 + e2a18b5 commit c902baa

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)