Skip to content

Commit 894a2bc

Browse files
authored
Merge pull request ceph#63172 from zdover23/wip-doc-2025-05-08-mgr-ceph-api-index-62782-followup
doc/mgr/ceph_api: edit index.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents d2175d2 + 5c17f22 commit 894a2bc

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)